Hi everyone, i'm starting to use wx for an open source project.
I'm having an issue trying to use the AUI Manager demo as template.
The demo file is AUI_DockingWindowMgr.py (by the way, i did not find
the author of the script, and the license note, so i am not sure yet
if i can add it to my project and how)
When i append a HTMLWindow to the main module class (PyAUIFrame) and
start the window, The html widget does not respond to tab key (the
normal behavior should by the focus change, wich works if the widget
is not atached to a PyAUIFrame). All other responses to key input
inside the html widget seem to work correctly.
I am running wx 2.8.10.1 (gtk2-unicode) in a Mandriva GNU/Linux
machine with CPython 2.6 and KDE desktop
Thank you
My mistake.
I just wasn't using the required style wx.TAB_TRAVERSAL when calling
the HTMLWindow class
Regards
ยทยทยท
On Nov 24, 10:10 am, Alan Etkin <spame...@gmail.com> wrote:
Hi everyone, i'm starting to use wx for an open source project.
I'm having an issue trying to use the AUI Manager demo as template.
The demo file is AUI_DockingWindowMgr.py (by the way, i did not find
the author of the script, and the license note, so i am not sure yet
if i can add it to my project and how)
When i append a HTMLWindow to the main module class (PyAUIFrame) and
start the window, The html widget does not respond to tab key (the
normal behavior should by the focus change, wich works if the widget
is not atached to a PyAUIFrame). All other responses to key input
inside the html widget seem to work correctly.
I am running wx 2.8.10.1 (gtk2-unicode) in a Mandriva GNU/Linux
machine with CPython 2.6 and KDE desktop
Thank you