Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for halo_123
Member Avatar for Kobrakai

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

Member Avatar for Kobrakai
0
211
Member Avatar for Kobrakai

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 …

Member Avatar for Kobrakai
0
181
Member Avatar for Kobrakai

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, …

Member Avatar for Kobrakai
0
194
Member Avatar for gangster88

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: …

Member Avatar for vegaseat
0
164
Member Avatar for jaison2

I'd like to know how you could ensure the user can only select Green, Blue or Red using if/else functions, if possible?

Member Avatar for Kobrakai
0
234

The End.