|
-
Jul 30th, 2001, 10:12 AM
#1
Thread Starter
Lively Member
Control Array
Hello,
I have a control array of radio buttons and I've set the TabIndex property accordingly. I can't seem to tab over to the next radio button, instead it goes to the next control. Is it not working because it's an array?
Thanks.
TtLai
-
Jul 30th, 2001, 10:19 AM
#2
Member
No, Options follow their own rules. Tab just jumps to the next set of options. Instead, you have to use the arrow keys, I think, or a keyboary accelerator (if the caption is "&Test", you'd press Alt-T).
-
Jul 30th, 2001, 10:24 AM
#3
PowerPoster
You could always intercept the tab keystroke and move the focus to the next item in the array if you're that desperate...
-
Jul 30th, 2001, 10:27 AM
#4
Member
Yeah, but all option buttons in any program follow that rule, so you should be consistent with existing proggies and stick with the defaults. IMHO, of course.
-
Jul 30th, 2001, 10:29 AM
#5
PowerPoster
that's why I said if he's desperate . Personally i'd leave it be...
-
Jul 30th, 2001, 10:32 AM
#6
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|