There's a problem with the Trailing Invisible Character Warning Dialog.
- open Macro Scheduler main window
- click "New" toolbar icon, Macro Properties (simple editor) window opens
- type in a name for the macro e.g. "test"
- open a browser to the following page: http://www.mjtnet.com/forum/viewtopic.php?t=3537
- hit CTRL-A to select everything on that browser page
- hit CTRL-C to copy everything on that browser page to the Windows clipboard
- navigate back to the Macro Properties (simple editor) window
- hit CTRL-V to paste everything into the body of the macro in the Macro Properties (simple editor) window
- click OK button to save this new macro
- A dialog then pops up saying:
- "Warning! The following lines have trailing invisible characters:"
-- all problem lines are listed --
"These may be undesirable. Do you want to remove them now?"
"Yes" button "No" button
I know the focus is on the Yes button so when this happens for me I just hit Enter and keep going but this could be improved by showing the problem lines in a scrolling region within the dialog. Failing that, even reordering the elements on the dialog like this would mean the user would always see the instructions and the buttons:
- "Warning! The following lines have trailing invisible characters:"
"These may be undesirable. Do you want to remove them now?"
"Yes" button "No" button
-- all problem lines are listed --