Jump to content

Metro udf v5.1 and $GUI_READ_EXTENDED


Recommended Posts

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
Link to comment
Share on other sites

  • 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
 Share

×
×
  • Create New...