alienkillaz Posted September 3, 2005 Posted September 3, 2005 ok so i have several radio's in my GuI and i want my script to read form an .ini to determine which radio to be selected when the gui is opened $state = IniRead("setting.ini","setting","art","") $therma = GUICtrlCreateRadio("thermaturgy",10,40) if $state = "therma" Then GUICtrlSetState($therma,$GUI_CHECKED) EndIf and this is whats in my setting.ini: [setting] art=therma it has been coded correctly but it simply does not work..
alienkillaz Posted September 3, 2005 Author Posted September 3, 2005 haha i figured it out.. so dumb.
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