-
AUI panes titlebar remains grayed also when they are selected.
This issue was found under Linux SuSe10.1 wxGTK 2.8.3
but it was present also in previous versions.
It is possible to check it with the wxPython AUI Docking window manager demo.
when I left-click with the mouse on a pane titlebar, say the "Text Pane", the bar remains grayed and the pane gets no keyboard input focus. I must...
2007-03-26 14:56:18 UTC in wxWidgets
-
just checked, the issue is still present in 2.8.3 - the image shows
two grid panes, one with both scollbars (just opened) while the other, after
enlarging and re-shrinking, lose the scrollbars
File Added: bug-grid1.png.
2007-03-26 09:38:36 UTC in wxWidgets
-
Detected with wxPython 2.8.1.1 under Suse Linux 10.1
1-Enter in the wxPython demo directory
2-Edit the AUI_DockingWindowMgr.py file
3-Find the PyAUIFrame.CreateGrid() method and replace the grid size with:
grid.CreateGrid(10, 10)
4-Run this demo
5-Menu "View/Create Grid": a grid pane with both scrollbars will appear
6-with the mouse, enlarge the window until BOTH the...
2007-03-23 16:27:25 UTC in wxWidgets
-
When a wxAUI-Managed application creates more than one center()ed panes, and they are docked into the main frame, such panes are displayed stacked in the center of the frame, with the newest one at the top.
In this case I found that moving the sashes between these centered panes is impossible. More, if I click one of them, it receives the input focus but the titlebar remains grayed.
Notice...
2007-01-31 13:04:28 UTC in wxWidgets
-
gmbertani registered the pyMation project.
2004-09-22 12:57:40 UTC in pyMation