Page 1 of 1

Scripting step menu missing

Posted: 21 Jul 2012 21:33
by blewis999
Hi

I was going through the scripting example and wanted to use the step mode of scripting. But I don't get the example "single step" menu appearing. I added the button to the toolbar, but that just toggles the menu iterm/Scripting/Step Mode

I am unable to find any other settings other than Enable Scripting.

Is there another setting I am missing?

Thanks

Robert

Re: Scripting step menu missing

Posted: 21 Jul 2012 21:50
by Stefan
To get the "Stepping Through Scripts" dialog do:


1.) Enable 'Scripting > Step Mode'
2.) Execute an script.
The "Stepping Through Scripts" dialog will appear.

or

1.) use the scripting command 'step;' inside an script
2.) execute that script
The "Stepping Through Scripts" dialog will appear.


I guess you just did not the second step?
To execute an script you can e.g. just use 'Scripting > Run script...' with that:

Code: Select all

    msg "<date>";  step;