Accelerator key
-
Hi, In a dialog,im having a button which opens another dialog. I am using a accelerator key to select that button For eg. Im using accelrator key "A". In the same dialog,i am having a text control. I want to write a word "A" in the text box,but it is pointing to the button and opens the another dialog.How to solve this problem? Thanks,
-
Hi, In a dialog,im having a button which opens another dialog. I am using a accelerator key to select that button For eg. Im using accelrator key "A". In the same dialog,i am having a text control. I want to write a word "A" in the text box,but it is pointing to the button and opens the another dialog.How to solve this problem? Thanks,
For shortcuts you must always use combination keys like
Ctrl + A
. The problem you're facing is a classic example of why you should not use single keys as hotkeys.«_Superman_»
I love work. It gives me something to do between weekends. -
For shortcuts you must always use combination keys like
Ctrl + A
. The problem you're facing is a classic example of why you should not use single keys as hotkeys.«_Superman_»
I love work. It gives me something to do between weekends.