Kirix Support Forums

Panes "Stacking" Question

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

Panes "Stacking" Question

Postby Infinity77 on Thu Jan 05, 2006 10:51 am

Hello Developers ;-)

I was wondering if is there a way to prevent pane "stacking" with wxAUI. I mean in this way:

Code: Select all
This is ok:
+---+------------+---+
|   |            |   |
| 1 |    Main    | 2 |
|   |            |   |
+---+------------+---+

This is also ok:
+------------+---+---+
|            |   |   |
|    Main    | 1 | 2 |
|            |   |   |
+------------+---+---+

This is _not_ ok (for a particular app):
+----------------+---+
|                | 1 |
|      Main      +---+
|                | 2 |
+----------------+---+


Thank you a lot for every suggestion. Keep up the great work!

Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77
Infinity77
Registered User
 
Posts: 12
Joined: Thu Jan 05, 2006 12:57 am
Location: Milan, Italy

Postby Ben on Thu Jan 05, 2006 6:40 pm

Hey, this is a great idea. I'll look into adding a preference for it. Additionally, I'm thinking of adding an event that will ask the owner "permission" to add it to a certain place.

Thanks for the tip.

Best,
Ben
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Questions, Thoughts & Feedback