Warning Message Displayed at Start
I have finally begun writing some scripts for batch data analysis and fitting - thanks to the help of many people here!!
For one of the functions I have written, I would like for a warning message window to be displayed BEFORE prompting the user for parameters. So a simple dialog box with an OK button is what I need. I checked and tried DoAlert and Popup but could not put it up running.
Anyone with suggestions?
Many Thanks,
R.
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
April 18, 2015 at 07:59 pm - Permalink
Many thanks for comments and suggestions!
R.
April 19, 2015 at 01:01 am - Permalink
[quote=rhjpires]It seems I resolved it! It appears that the problem was that I needed to declare the string parameter "prefix" before calling "DoAlert". It is not immediate to me the need for that, so it is likely there is something still wrong with what I have written and I may have just found a workaround, rather than a proper good solution. It was not compiling with the error of "parameter not declared".
[/quote]
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
April 19, 2015 at 07:53 am - Permalink
April 19, 2015 at 08:13 am - Permalink