Results 1 to 6 of 6

Thread: Control Array

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    72

    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

  2. #2
    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).

  3. #3
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    You could always intercept the tab keystroke and move the focus to the next item in the array if you're that desperate...

  4. #4
    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.

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    that's why I said if he's desperate . Personally i'd leave it be...

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    72

    Cool

    Thanks Guys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width