6 Posted Topics
[QUOTE=Willz.;1055298]Epic Fail[/QUOTE] Oh Willz.
Hi all Hope you can help! I have an XML file which contains several bits of information for each software entry (snippet seen below). <software> <software_entry name="Adobe Acrobat X Standard" path="Applications\Acrobat\Acrobat X Standard\AcroStan.msi" type="msi" switches="/qn ALLUSERS=1" /> <software_entry name="Adobe Acrobat X Professional" path="Applications\Acrobat\Acrobat X Pro\AcroPro.msi" type="msi" switches="/qn ALLUSERS=1" /> </software> …
Hi all I've recently written a program that writes and then runs batch files based on whether or not a checkbox was checked (e.g. there was a list of software with a checkbox for each one). In terms of logic, there was an if loop for an 'Install' button that …
Hey all I've got a form and several checkboxes. Each checkbox (if checked) runs a batch file which in turn installs a piece of software. The 2 is question are Acrobat Pro and Acrobat Standard - obviously only one can be installed. Therefore when one is checked by a user, …
Also struggling with the same problem. I need to allow the user to draw up 30 eyes, with the centre of each eye being defined by a click of the mouse (through using getX and getY). All eyes should be of radius 40, but they should be of different colours: …
I'd like to know how you could ensure the user can only select Green, Blue or Red using if/else functions, if possible?
The End.
Kobrakai