Re: [Gambas-user] Simple question how to select and activate a radiobutton via code

2008-06-23 Thread charlesg
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. --

Re: [Gambas-user] Simple question how to select and activate a radiobutton via code

2008-06-23 Thread Rob
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

[Gambas-user] Simple question how to select and activate a radiobutton via code

2008-06-23 Thread jbskaggs
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