Hi, How do i find which Tab key ( widget) is active currently in my application. Thanks in advance, |
|||
|
User login |
|
|
All trademarks and copyrights on this page are properties of their respective owners. The rest is copyright © Integrated Computer Solutions Inc., 2003 - 2012 |
ICS_support
finding which Tab key is active
Usually, it`s the other way around -- you associate an accelerator (e.g. F1, osfHelp), with the particular widgets that offer help, and when the user requests help, you get the callback with the widget ID, such that you can then get the context for the widget and offer the right help.
The ViewKit mechanism is somewhat more sophisticated, but in both cases, the user is helping to establish the information that you need to know in order to present the information.