Hi Andrea,
Andrea Gavana wrote:
Hi Werner,
I am starting to experiment with AUI and have one thing (at the moment )
which I can not figure out.I have a frame with 2 wx.Panel which are managed by the AuiManager, each
panel has a AuiNotebook.When I float the first panel the second one which is defined as the
centerPane will take up all space in the frame, which is fine, however the
floated one is always staying in front (unless I move it e.g. over to the
second monitor). Is there a way to minimize it or to just bring the frame
to the front when one clicks on it and put the floating pane to the
background?
No, that's not possible as the floating panes are created using this
style in wxAUI:wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION |
wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT |
wxCLIP_CHILDRENWhich means that the floating frame will stay on top of the parent
whatever you try to do.
Thought a bit more about it and I guess I could work around this.
I will release the Python version of AUI tomorrow or the day after,
I'm just polishing the documentation. We can then hack it directly to
make it do whatever we please.
Will watch out for the announcement and definitely give it a go.
Thanks
Werner
···
On Mon, Mar 30, 2009 at 4:36 PM, Werner F. Bruhin wrote: