Hi. I am using AUI_DockingWindowMgr demo for a gui and I cannot manage
to show some toolbars properly in this system (note that the issue did
not ocurred in i.e a GNU/Linux System with KDE desktop):
MS Windows XP 32 bits
Python version 2.7.2
wxPython version 2.8.12.1
I have some toolbars inside a pane distributed in two rows.
For the upper row (which has two toolbars), when I click into another
pane created with _mgr.AddPane or switch the pane focus with a hotkey,
the buttons inside the toolbar are not updated (meaning they are no
longer visible in the window). If I move the mouse pointer over the
buttons area, they are re-drawn. Does anyone have an idea about what
could be possibly causing this behavior in the interface? Perhaps I am
missing a frame setup command or using incompatible code with the
library.
The toolbar objects involved are tb2 and tb3 (aui.py module line 357)
Attached are screenshots with the frame layout and the modified demo.
(The complete application source is available here:
http://code.google.com/p/gestionlibre.gui)
aui.py (56.6 KB)


I could isolate the problem:
One of the toolbars appended to the toolbar pane is empty. It has no
buttons. If I remove the toolbar from the initialization code, the
rest of the toolbars show correctly. If not, an empty area at the top-
left corner covers the other buttons bitmaps, preventing them to show.
However, I could not identify completely what is causing this
behavior. I only have found a way of preventing it.
ยทยทยท
On 24 feb, 09:14, Alan Etkin <spame...@gmail.com> wrote:
Hi. I am using AUI_DockingWindowMgr demo for a gui and I cannot manage
to show some toolbars properly in this system (note that the issue did
not ocurred in i.e a GNU/Linux System with KDE desktop):
MS Windows XP 32 bits
Python version 2.7.2
wxPython version 2.8.12.1
I have some toolbars inside a pane distributed in two rows.
For the upper row (which has two toolbars), when I click into another
pane created with _mgr.AddPane or switch the pane focus with a hotkey,
the buttons inside the toolbar are not updated (meaning they are no
longer visible in the window). If I move the mouse pointer over the
buttons area, they are re-drawn. Does anyone have an idea about what
could be possibly causing this behavior in the interface? Perhaps I am
missing a frame setup command or using incompatible code with the
library.
The toolbar objects involved are tb2 and tb3 (aui.py module line 357)
Attached are screenshots with the frame layout and the modified demo.
(The complete application source is available here:Google Code Archive - Long-term storage for Google Code Project Hosting.)
aui.py
76 KVerDescargar
focus.png
40 KVerDescargar
focus_changed.png
36 KVerDescargar