-
Ruth Goldberg
54
posts
Member since:
Dec 2009
Posted 20 Apr 2010
Link to this post
I'm trying to set the focus to the first control on my screen, which is a radio button inside a RadPanel. When I try button.focus() or button.select(), nothing happens. If I set the focus to a text box not inside a panel, it works fine.
-
-
Ruth Goldberg
54
posts
Member since:
Dec 2009
Posted 21 Apr 2010
Link to this post
Sorry. I realized it was working, just not showing any focus cues on the radio button because the focus was being set by the program and not manually.
-