Jump to content

Recommended Posts

Posted (edited)

I am not able to use the $GUI_READ_EXTENDED with the  Metro UDF,  any work around ?

Local $aPos[2] = [$Radio1, $Radio2]
    For $Radio In $aPos
        If GUICtrlRead($Radio) = $GUI_UNCHECKED Then ContinueLoop
        IniWrite($sGUIstate_IniFile, "Data", "POS", GUICtrlRead($Radio, $GUI_READ_EXTENDED)) ;; return the text of the menu item
 
        ExitLoop
Next

 

Edited by antonioj84
change
Posted

Thanks Nine,  the same snippet work correctly in Kodak created GUI, I suspect it must be the Metro UDF, it's not returning the text value read on the GUI. I will post the error checks as you suggested.

  • 11 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...