User forums > Help

Split view only splits a single file?

<< < (2/2)

Belgabor:
If you don't mind patching wxWidgets, there is a patch to save the Notebook perspective here:
http://www.kirix.com/forums/viewtopic.php?f=15&t=542

I haven't tried it yet though.

rjmyst3:

--- Quote from: Belgabor on March 14, 2008, 05:28:42 am ---If you don't mind patching wxWidgets, there is a patch to save the Notebook perspective here:
http://www.kirix.com/forums/viewtopic.php?f=15&t=542

I haven't tried it yet though.

--- End quote ---

I've experimented with making a custom notebook class that inherits from wxAUINotebook and adds some features - I think that I personally would prefer this approach, as deploying a patched wxWidgets gets tricky.

But, my point was, in Code::Blocks, saving the layout of the notebook is unnecessary. It doesn't save now. Splitting the notebook would be a very nice feature add even if the layout doesn't persist. Maybe there are more notebook features that are desired, but that is no reason to not accept the features that wxAUINotebook does provide; especially when switching to wxAUINotebook is so easy, and would remove a dependency on wxFlatNotebook - so there would be that much less code that the C::B devs need to manage.

tkd:
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  :?

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

Navigation

[0] Message Index

[*] Previous page

Go to full version