Okay, after numerous tries and testing other peoples gui's
it doesn't look
like HtmlWindow is able to use TAB_TRAVERSAL for links in
the html
page loaded.
If this was available I could eliminate my delete function
from the menu.
From the menu, I have to use next/prev functions so the user
can find
the item to delete from the list. With the html display link
they can select
the item from the list to delete. Which makes it much faster
and easier
on the user. Not a big deal, but if was able to Traverse the
html hrefs
with the Tab key. Could eliminate the delete function from
the menu and
clean up a few other menus. Thus leaving an easier to
navigate menus.
I could just do this, but probably should make the gui
useable incase
the user loses the mouse. Most gui design info I have read
says should
have functionality if user isn't using mouse. Is that still
old school?
Tab navigation in the htmlwindow would be helpful feature to
add in
my opinion.
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-users-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help lists.wxwidgets.org
|