Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Mnemonic traversal

I would like to be able to have multiple widgets with the same mnemonic accelerator. When pressing the accelerator more than once it should just go to the next widget in the list. This is standard windows behavior. The current SWT implementation always goes back to the shell and starts at the beginning of the widget tree  regardless of which widget  fired the event, although shell is being told which widget fired the event. It would seem that we should use the tab order logic where we call getRoot() to get a tabbing list of widgets and then find the control that caused the Mnemonic traversal and start looking for match on the next widget.




Dave Smith
Candata Systems Ltd.
416-493-9020x2413
Direct: 416-855-2413


Back to the top