Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: tkd on March 19, 2010, 05:00:46 pm
-
Personal Message (Online)
Re: Split view only splits a single file?
« Reply #7 on: Today at 04:57:30 pm »
Reply with quoteQuote Modify messageModify Remove messageRemove
Hi,
I would like to use a wxAuiManager object to manage several sub-frames as in eclipse, for example.
I'm completly new on codeblocks, and on wxsmith user and I didn't find how to include my manager in the main wxFrame.
Of course, I wrote it by myself in the code, but, drawing new objects in the MainFrame.swx delete each time my code. I'm a little bit frustrated Confused
How is the normal process to use an external manager with the wxsmith designer (drag and drop) ?
Does a way exist to integrate the wxauimanager widget in the wxs designer ?
To manage cool frames, there is addpane method, but, this is not automatically with the drawer. The best way I found is to use the part of extra code in object properties. Does an easier way exist doing the same ?
Thanks in advance for some help ...
tkd
-
Please do not cross-post !!!
And please tell which version of C::B, wxWidgets and so on you use.
If you use a recent enought nightly-build, you find the wxAuiManager in the aui tab of the wxSmith-resources, if you use 8.02 release, switch to a nightly or wait for the next release (most likely april this year).