Search found 115 matches

by Chr
Sun Aug 21, 2005 3:34 pm
Forum: C++ Development
Topic: wait in the tasbar until the user pressed a key
Replies: 4
Views: 1460

wait in the tasbar until the user pressed a key

is it possible for an application to sty in the taskbar (like in the tasbr sample) until the user pressed maybe CTRL-ALT-X?
by Chr
Sun Aug 21, 2005 3:28 pm
Forum: Component Writing
Topic: anti aliasing
Replies: 1
Views: 1737

anti aliasing

is it possible to do antialising with any dc? (wxpaintdc/screendc/...)
i looked at the wxart2d libary but now anti aliasing... :-(
any ideas? how can i implement antialiasing possibly?
by Chr
Sun Aug 21, 2005 3:11 pm
Forum: C++ Development
Topic: tabs (like in visual studio)
Replies: 5
Views: 1539

tabs (like in visual studio)

is there a class which implements tabs like in visualstudio 2005 ( http://aaronbrethorst.members.winisp.net/images/TabsA_1.png ) or simply vs .net 2003 ( http://www.altova.com/manual2005/XMLSpy/SpyEnterprise/soap-debug1xa.gif ) Here you can see tabs like that in a wx application: http://pecholt.wz.c...
by Chr
Wed Aug 17, 2005 7:25 pm
Forum: Platform Related Issues
Topic: Should MDI be implemented on Linux?
Replies: 28
Views: 8029

I find the MS MDI approach ideal. It is one of the reasons I would never switch to GIMP in favour of Photoshop. Having multiple documents open at the same time and easily hiding them all when you minimize the parent window is invaluable. I don't like the gimp UI also. Gimps interface is terrible, y...
by Chr
Mon Aug 15, 2005 5:10 pm
Forum: C++ Development
Topic: Docking classes
Replies: 63
Views: 16142

is there some progress with wxIFM, or isn't it developed any more?
by Chr
Fri Aug 12, 2005 6:30 pm
Forum: Open Discussion
Topic: prebuild libarys for visual C++.net 2003
Replies: 2
Views: 1776

prebuild libarys for visual C++.net 2003

http://www.web-play-3d.de/wxinstallguide/vc_lib.zip (26m) Which ones? Unicode Release + Unicode debug For what compiler? visual C++.net 2003 Why? I've read some discussions about the future of wx, so i want to make it the beginners easy to start I registered a project a berliOS (i'm waiting for the ...
by Chr
Fri Aug 12, 2005 4:51 pm
Forum: General Forum Issues
Topic: Newest first request
Replies: 12
Views: 5875

maybe a screenshot?
by Chr
Fri Aug 12, 2005 4:38 pm
Forum: Open Discussion
Topic: wxWidgets starter tutorial
Replies: 6
Views: 2771

a new version is up. i skipped the firefox-part :wink: and removed some pictures, which are not needed.
the result is: ca.0,6m -> much smaller
by Chr
Fri Aug 12, 2005 3:58 pm
Forum: Open Discussion
Topic: wxWidgets starter tutorial
Replies: 6
Views: 2771

:D any ideas what i can add or change? maybe something like that could be included in the wx--starter-distribution (not only for visual studio.net 2003, also for vc6, mingw, gcc, xcode,...) the program i used is wink: http://www.debugmode.com/wink/download.php also available for linux, so linux comp...
by Chr
Thu Aug 11, 2005 6:58 pm
Forum: Open Discussion
Topic: wxWidgets starter tutorial
Replies: 6
Views: 2771

wxWidgets starter tutorial

I've read some discussions about "hard to start" and so on...
http://www.web-play-3d.de/wxinstallguide/
I think it's 1m big
Post corrections or critics here!!
by Chr
Thu Aug 11, 2005 4:53 pm
Forum: C++ Development
Topic: Repaint Bug with wxListBox/wxNotebook?
Replies: 6
Views: 1936

i think it's a bug: Open the wxWidgets (2.6.1) Sample, click on the tab Listbox. Press the button "Add many strings". Now click on the white space on the scroolbar. I've made a gif, which shows what i mean: http://www.web-play-3d.de/blendpolisAttach/wxwrongrepaint.gif -- Maybe, if it's rea...
by Chr
Sun Aug 07, 2005 4:56 pm
Forum: C++ Development
Topic: using wxWidgets with ogre 3d
Replies: 1
Views: 1162

using wxWidgets with ogre 3d

is it possible to use wxWidgets 2.6.x with the Ogre Game Engine (http://www.ogre3d.org/ )?

Thank you!
by Chr
Sat Aug 06, 2005 4:21 pm
Forum: C++ Development
Topic: wxClientDC pb
Replies: 5
Views: 1811

I'm not a moderator so i can do only this: void SignalWaveform::OnPaint(wxPaintEvent &WXUNUSED(event)) { wxPaintDC dc(this); if (!bitmap) { wxSize size = dc.GetSize(); bitmap = new wxBitmap(size.GetWidth(), size.GetHeight()); if (bitmap) { wxMemoryDC memDC; memDC.SelectObject(*bitmap); DrawWaves...
by Chr
Sat Aug 06, 2005 4:17 pm
Forum: C++ Development
Topic: Event identifiers
Replies: 7
Views: 1630

ation.... but I doesn't tell what *happens* if i do so!
If you use the standard event identifiers, for example wxID_OK, a wxGTK button is displayed with green checkmark (mmh, is that the right word, maybe you understand "Haken, H
by Chr
Fri Aug 05, 2005 2:17 pm
Forum: C++ Development
Topic: Docking classes
Replies: 63
Views: 16142

is there a method to change the color of the titlebars (the blue-bar ;) )

edit: I can't download your wxIFM 1.03 distribution...
the download-rate is too slow

edit2: i tried it 10 times, it won't work, maybe you can write what you changed??