Search found 48 matches
- Wed Aug 24, 2005 6:19 pm
- Forum: Open Discussion
- Topic: Ok I am working on my generator and need ideas ...
- Replies: 6
- Views: 2261
modularity and XRC
Hi Jorg! Both modularity and compatibility with XRC are important. I would like your XML format to be able to parse XRC as well - for GUI predefinitions. The ability to include other documents of the same format or XRC resources in some way would be a great bonus! Something like a <include resource=...
- Sun Aug 21, 2005 11:52 am
- Forum: C++ Development
- Topic: Resize
- Replies: 1
- Views: 575
Hello there,
If you want to have your controls taking fixed proportions of your frame, you should use sizers.
Sizers overview
If you want to have your controls taking fixed proportions of your frame, you should use sizers.
Sizers overview
- Sun Aug 21, 2005 12:18 am
- Forum: Open Discussion
- Topic: Popular software unsuspectedly using wxWidgets
- Replies: 2
- Views: 1466
Popular software unsuspectedly using wxWidgets
I just found this out yesterday: the internet's most popular podcasting client program, iPodder, seems to be developed - at least at some point - using wxWidgets. I just installed it and checked under the installation folder under windows - there is a wxWidgets 2.5.3 runtime in there, as well as XRC...
- Sat Aug 20, 2005 11:58 pm
- Forum: C++ Development
- Topic: Is there a wxchoice that allows you to check entries?
- Replies: 1
- Views: 562
As this doesn't sound like a native control (none that I know of in Win32 or GTK), some hacking might be in order. Maybe inheriting from wxChoice? In any case, you'll probably need to go through the source in order to figure out how to parent checkboxes to lines of a combobox. Doesn't sound too simp...
- Sat Aug 20, 2005 11:53 pm
- Forum: General Development
- Topic: Little HTML-Proxy
- Replies: 1
- Views: 798
Hi!
Ryan Norton was kind enough to post a whole tutorial on sockets right here in wxForum:
http://forums.wxwidgets.org/viewtopic.php?t=2736
HTH
Ryan Norton was kind enough to post a whole tutorial on sockets right here in wxForum:
http://forums.wxwidgets.org/viewtopic.php?t=2736
HTH
- Sat Aug 20, 2005 10:48 pm
- Forum: C++ Development
- Topic: Dialog based application - Exiting (Solved)
- Replies: 2
- Views: 899
Hi there... I once did something similar (it just asked the user a couple of questions through wxMessageBoxes, did it's thing and exited), but did not use wxExit(), nor did I require the creation of a wxWindow. My solution was simply to have my overloaded OnInit() return false instead of true. The b...
- Tue Aug 16, 2005 8:31 pm
- Forum: Open Discussion
- Topic: wxWidgets could really use a help as good as this
- Replies: 8
- Views: 2222
IMHO the wx site DESPERATELY needs a new layout - the current one is, i must admit, cluttered and Frames arent friendly to some browsers (i personally loathe frames), and the documentation doesn't have some handy functions (like search, which i managed to compensate (slightly) with my firefox searc...
- Tue Aug 16, 2005 6:33 pm
- Forum: Compiler / Linking / IDE Related
- Topic: DLL version of wxwidgets - has to be distributed?
- Replies: 10
- Views: 2087
Personally, I prefer to use static linking in my applications. This does not mean, however, that it would be a bad idea to make a "wxWidgets runtime" available at the official site. I can guess it would have the following consequences: 1 - Force all developers who adopted wxWidgets to make shared/dy...
- Mon Aug 15, 2005 9:37 am
- Forum: C++ Development
- Topic: Bitmaps and toolbars
- Replies: 6
- Views: 1116
Hi there,
wxWidgets does bring a "graphics kit". Check ot the wxArtProvider class for this.
Otherwise, use your own resources by invoking the wxBITMAP and/or wxICON macros, like lowjoel suggests.
Take a look in these manual pages:
Bitmaps and icons overview
wxImage
Have fun with wxWidgets!
wxWidgets does bring a "graphics kit". Check ot the wxArtProvider class for this.
Otherwise, use your own resources by invoking the wxBITMAP and/or wxICON macros, like lowjoel suggests.
Take a look in these manual pages:
Bitmaps and icons overview
wxImage
Have fun with wxWidgets!
- Fri Aug 12, 2005 10:51 am
- Forum: The Code Dump
- Topic: Another wxString split function
- Replies: 5
- Views: 3071
Hi! This piece of code can nicely be used in home-made parsers... although there is something I don't quite understand. Why use 10 pointers to wxStrings as argument, instead of just passing a reference to a (resisable) wxArrayString - which extends the maximum number of extractable tokens from 10 to...
- Thu Aug 11, 2005 12:35 pm
- Forum: Open Discussion
- Topic: wxWidgets Future?
- Replies: 38
- Views: 10134
Hi! Whatever you die hard fans say, but I believe, if there was just dll, lib, and cpp/h files to just copy into the project and a hello world wizard. It would attract atleast thousands of MFC programmer to switch to wxWidgets. That may be true for the windows people. Sure we could do release a pre...
- Sat Aug 06, 2005 8:46 pm
- Forum: C++ Development
- Topic: Picking up right clicks for wxListBox?
- Replies: 8
- Views: 1575
- Sat Aug 06, 2005 12:50 pm
- Forum: C++ Development
- Topic: Picking up right clicks for wxListBox?
- Replies: 8
- Views: 1575
- Thu Jul 07, 2005 3:58 pm
- Forum: Platform Related Issues
- Topic: Should MDI be implemented on Linux?
- Replies: 28
- Views: 6309
- Tue Jul 05, 2005 5:58 pm
- Forum: C++ Development
- Topic: Disabling menus?
- Replies: 6
- Views: 1169