Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding Dialog to Keep employee names
#17
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()


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)