09-19-2008, 02:14 PM
A few dialog questions:
1. How to make a button respond only to double-click and not single?
2. How to trigger action upon click (or better, double-click) of a bmp in dialog, or do I need to convert to button with bmp on it?
3. I have a User Config function/dialog that I want to be opened (if desired by user) from within the Main Macro/Data Entry dialog.
The trouble is that once changes have been made in the User Config, the Main Macro (caller) must be restarted in order to reload a slew of INI values etc. Is calling the UserConfig with "mac- UserConfig" and then have the last line of UserConfig run "mac- MainMacro" the the best way to do this? Or should I just try to re-declare, re-read all the info without ever ending anything?
Thanks for your help!
1. How to make a button respond only to double-click and not single?
2. How to trigger action upon click (or better, double-click) of a bmp in dialog, or do I need to convert to button with bmp on it?
3. I have a User Config function/dialog that I want to be opened (if desired by user) from within the Main Macro/Data Entry dialog.
The trouble is that once changes have been made in the User Config, the Main Macro (caller) must be restarted in order to reload a slew of INI values etc. Is calling the UserConfig with "mac- UserConfig" and then have the last line of UserConfig run "mac- MainMacro" the the best way to do this? Or should I just try to re-declare, re-read all the info without ever ending anything?
Thanks for your help!