IF gender = "male" THEN RadioButton1male.value=1
rgds
--
View this message in context:
http://www.nabble.com/Simple-question-how-to-select-and-activate-a-radiobutton-via-code-tp18081327p18084380.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
On Monday 23 June 2008 20:33, jbskaggs wrote:
> When I try and use radiobutton_click()
> it performs the commands in the radiobuton_click() sub but it does
> not show the radiobutton as being "depressed" or selected as if you
> had clicked on it with a mouse.
You've got it a bit backwards. You n
When I try and use radiobutton_click()
it performs the commands in the radiobuton_click() sub but it does not show
the radiobutton as being "depressed" or selected as if you had clicked on it
with a mouse.
I have also tried radiobutton.setfocus that did not do it either.
Simply put:
when the