Nobody can help you with a post like that. Explain the errors you are getting.
FlyingIsFun1217
Search found 497 matches
- Thu Aug 21, 2008 1:38 am
- Forum: wxDev-C++
- Topic: OpenGL Tutorial doesn't work!!
- Replies: 11
- Views: 2210
- Thu Aug 21, 2008 1:32 am
- Forum: C++ Development
- Topic: Getting Component Sizes/Locations?
- Replies: 18
- Views: 2585
- Sun Aug 17, 2008 2:19 am
- Forum: Compiler / Linking / IDE Related
- Topic: Strange compiling error
- Replies: 9
- Views: 1486
- Sat Aug 16, 2008 6:16 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Compiling under windows
- Replies: 5
- Views: 1623
- Tue Aug 12, 2008 3:10 pm
- Forum: General Development
- Topic: To copy a file from an archive to the clipboard
- Replies: 3
- Views: 1063
- Mon Aug 11, 2008 7:57 pm
- Forum: C++ Development
- Topic: threads.
- Replies: 6
- Views: 1325
- Mon Aug 11, 2008 6:49 pm
- Forum: General Development
- Topic: wxDataViewModel and companion classes ?
- Replies: 6
- Views: 2102
- Mon Aug 11, 2008 2:18 pm
- Forum: wxDev-C++
- Topic: wxAUI: docking/undocking ("tearing off") Notebook
- Replies: 4
- Views: 1297
I am sorry, but this is not possible with wxAUI wxAUI allows you to tear tab and place it as an inner book of the parent wxAuiNotebook. You can not tear off tab and make it a window/frame Eran I've never looked very close at AUI, but isn't it possible by getting the tear event, moving the tab conte...
- Mon Aug 11, 2008 2:15 pm
- Forum: C++ Development
- Topic: wxPen and wxUSER_DASH style
- Replies: 2
- Views: 784
- Sun Aug 10, 2008 10:27 pm
- Forum: C++ Development
- Topic: text control resize problem
- Replies: 2
- Views: 830
Try a Box Sizer.
And these are a couple of good resources to start understanding the Sizers concept:
http://neume.sourceforge.net/sizerdemo/
http://docs.wxwidgets.org/trunk/overview_sizer.html
FlyingIsFun1217
And these are a couple of good resources to start understanding the Sizers concept:
http://neume.sourceforge.net/sizerdemo/
http://docs.wxwidgets.org/trunk/overview_sizer.html
FlyingIsFun1217
- Sun Aug 10, 2008 10:06 pm
- Forum: C++ Development
- Topic: Getting Component Sizes/Locations?
- Replies: 18
- Views: 2585
Ah, sorry, I was tired enough from watching this little kid all day, that I probably shouldn't have posted anything online yesterday. Now that that's solved, seems I still do have one problem (surprise, right?). When I go to use my control in a dialog, I use it as such: KeyCatchCtrl::KeyCatchCtrl(wx...
- Sun Aug 10, 2008 8:32 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Ubuntu 8.0.4 and Code::Blocks problem...
- Replies: 9
- Views: 1285
- Sun Aug 10, 2008 5:44 pm
- Forum: C++ Development
- Topic: Getting Component Sizes/Locations?
- Replies: 18
- Views: 2585
Alright, my last issue for this thread, I promise ;) I've done the following to create a button that is automatically sized to have an exact fit, and attempted to get it's width: buttonCatch = new wxButton(parent, wxID_ANY, _("Capture..."), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT); int butto...
- Sun Aug 10, 2008 4:59 pm
- Forum: C++ Development
- Topic: Getting Component Sizes/Locations?
- Replies: 18
- Views: 2585
- Sat Aug 09, 2008 2:49 pm
- Forum: Announcements and Discoveries
- Topic: wxWidgets needs your help to improve its documentation!
- Replies: 63
- Views: 15598
Curious as I am to try this out, I tried compiling using the C::B project file that came with it, and I get a buncha linker errors: undefined reference to `_XML_ParserCreate' undefined reference to `_XML_SetUserData' undefined reference to `_XML_SetElementHandler' undefined reference to `_XML_SetCha...