1. Make a dialog box with a set of radio buttons radio.
2. Name the radio buttons anything you want. (Here is an example):
Code: Select all
RadioGroup=msRadioGroup1,Set Locators To,224,88,121,145,Manually Set%CRLF%All Project%CRLF%Parts on Tracks%CRLF%Start to Last Part%CRLF%Separate Parts,deflocate
4. Edit the dialog graphically. Move a box around or something.
5. Re-paste the code to your script.
Notice the "deflocate" has been replaced with a 0? Happens every time I edit my dialog. And as you know when designing dialogs it needs to be edited many, many times.
---------
1. Make a dialog and edit it (not graphically)
2. Insert a logo like:
Code: Select all
Image=%SCRIPT_DIR%\graphics\sxspecial.ico,16,16,33,33
5. Re-paste the code to your script.
Notice that the Image is now something completely different? In my case:
Code: Select all
Image=,0,0,105,105
