Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Hi, Can anybody tell me the mechanism that a dialog box uses to make <Tab> characters change the focus from one text widget to the next; is it installed as an accelerator. I'm trying to change the action for a <Tab> char from focus change to calling my own action proc. Has anybody been succesful in doing this. Any help appreciated Richard
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2738.1 | BBOOP::SCAER | Wed May 09 1990 14:01 | 8 | ||
You need to put the following 2 arguments in your UIL definition for the dialog box: argument('grabKeySyms') = 0; argument('grabMergeTranslations') = 0; | |||||
2738.2 | Thanks for the prompt reply | SCOTMN::WOOD | El Vaquero | Thu May 10 1990 05:48 | 7 |
I think the expression I want to use now is 'I couldn't see the wood for the trees'. Thanks again Richard |