09-22-2008, 05:51 PM
Option Next and Option Next are being seen as the same button by using the Accessible Object. Changing one to Option Next 1 will do the trick...
In the Dialog Defintion:
;4 Button 0x54002009 0x0 10 24 48 12 "Option next1"
And then in your case IDOK:
,Acc o4O=acc("Option next1" "RADIOBUTTON" win("Dialog" "#32770") "Button" "" 0x1001)
,int state2=o4O.State()
In the Dialog Defintion:
;4 Button 0x54002009 0x0 10 24 48 12 "Option next1"
And then in your case IDOK:
,Acc o4O=acc("Option next1" "RADIOBUTTON" win("Dialog" "#32770") "Button" "" 0x1001)
,int state2=o4O.State()