Jump to content

Recommended Posts

Posted

I wrote a script to automate the install of a bunch of programs on a reformatted system. This script has a GUI checkbox window so the user can choose which programs to install. After clicking OK, I want to GUI Window to close before installing the programs, but my programs depend on which boxes are checked, whose values will go away when the GUI Window closes. How can I go around this?

Posted

you can Hide it , and or create a .ini file and just write a 1 or a 0 if that checkbox was checked and have it read and do a if iniread($file,"GUI","check1","") = 1 then guictrlsetstate($checkbox,$GUI_CHECKED) something like that

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...