Hi, Andrea and members:
I am using/studying the python aui in lib.agw.aui.
Now I write an application, when it is launched at first time, application will create bundle of floating window, I wish dock these windows into left/right notebook in programming. But I am failed.
The above my requirement like perspective, but because it is first time loaded, so no perstive has been saved.
Just like virtual studio, when visual studio is started, the workspace, resource views are automatically shown in left/right size notebook.
Seems in current aui implementation, the float window can be only docked left/right in seperated pane, no way to create notebook automatically.
Could anyone gives me more guideline for this feature?
Now I have found a workaround methods that construct the perspecitve string and invoken AuiManager.LoadPerspective() to force layout and create note book.
Hi, Andrea and members:
I am using/studying the python aui in lib.agw.aui.
Now I write an application, when it is launched at first time, application will create bundle of floating window, I wish dock these windows into left/right notebook in programming. But I am failed.
The above my requirement like perspective, but because it is first time loaded, so no perstive has been saved.
Just like virtual studio, when visual studio is started, the workspace, resource views are automatically shown in left/right size notebook.
Seems in current aui implementation, the float window can be only docked left/right in seperated pane, no way to create notebook automatically.
Could anyone gives me more guideline for this feature?