I am using the wxAui in the childframe(wxMDIChildFrame) of MDI, is there a way to make the floating panes only float on its parent but not the whole MDI interface ?
thx very much !!!
Kirix Support Forums
floating panes in MDI
5 posts
• Page 1 of 1
I'm not sure what your setup really looks like. Can you post a screenshot? the mini frame that we use definitely floats above the top level window that it is a child of. Once I have a better mental picture of what you are trying to accomplish I can give you a more specific answer.
Thanks,
Ben
Thanks,
Ben
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
I have read the code of wxAUI, and known that the floating pane(wxFloatingPane) is derived from wxFrame or wxMiniFrame (both are topLevelWindow).
so I have no idea how to do that .
thanks very much!
swmp
- swmp
- Registered User
- Posts: 7
- Joined: Thu Apr 06, 2006 12:23 am
Hello,
From what I undetrstand about floating miniframes, it's only possible to make them stay on top of their top-level parent frame. Because MDI child windows are not top level windows, it would be very difficult to get them to float the way you want.
I hope you are able to find a solution to your problem.
Best,
Ben
From what I undetrstand about floating miniframes, it's only possible to make them stay on top of their top-level parent frame. Because MDI child windows are not top level windows, it would be very difficult to get them to float the way you want.
I hope you are able to find a solution to your problem.
Best,
Ben
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
I'll try, and have two direction
1. make a frame which is not a top level window.
2. make the floating pane as a wxPane or sth wxWindow .
thx
-swmp
1. make a frame which is not a top level window.
2. make the floating pane as a wxPane or sth wxWindow .
thx
-swmp
- swmp
- Registered User
- Posts: 7
- Joined: Thu Apr 06, 2006 12:23 am
5 posts
· Page 1 of 1
Return to wxAUI Questions, Thoughts & Feedback