serdnar Posted April 15, 2005 Posted April 15, 2005 hello, I skript an SAP GUI and open a Dialog-box where a radiobutton is selected. I have to select the first one. Send("{UP}") does not work couse I dont know wich radio is selectet currently. So I need either an function to get the current selectet radio or one to select the first radio. thx
buzz44 Posted April 15, 2005 Posted April 15, 2005 GUICtrlSetState ($radioname, $GUI_UNCHECKED) GUICtrlSetState ($radioname, $GUI_CHECKED) qq
serdnar Posted April 18, 2005 Author Posted April 18, 2005 GUICtrlSetState ($radioname, $GUI_UNCHECKED) GUICtrlSetState ($radioname, $GUI_CHECKED)<{POST_SNAPBACK}>nothing happensI dont know the radio - name (its not my GUI, the SAP Frontend is an extern programm)
MarkMarkMark Posted April 18, 2005 Posted April 18, 2005 (edited) Try using AU3Info.exe its located in your C:\Program Files\AutoIt3 Edited April 18, 2005 by MarkMarkMark
serdnar Posted April 18, 2005 Author Posted April 18, 2005 Try using AU3Info.exe its located in your C:\Program Files\AutoIt3<{POST_SNAPBACK}>I only see the control ID of the whole Dialog and not of the radios.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now