Search found 3 matches
- Sun Oct 24, 2010 6:06 am
- Forum: Technical / Scripting
- Topic: Dialog not showing when executed from another script file
- Replies: 6
- Views: 5661
That is an interesting alternative. I might try that. It does show the dialog that way. However, it would be a bit more difficult to pass a result variable back to the calling script. You can't use the MACRO_RESULT variable, and using an exit code only works for compiled scripts, but I could probabl...
- Sat Oct 23, 2010 10:28 pm
- Forum: Technical / Scripting
- Topic: Dialog not showing when executed from another script file
- Replies: 6
- Views: 5661
Thanks, however, the real dialog i'm using is a lot more complex and uses lots of DialogHandlers. I've found a kind of work around by including the file with the dialog functionality in the main macro file. I'm not too keen on using the Include>... thing, because it sometimes causes problems with th...
- Sat Oct 23, 2010 9:13 pm
- Forum: Technical / Scripting
- Topic: Dialog not showing when executed from another script file
- Replies: 6
- Views: 5661
Dialog not showing when executed from another script file
I use the Macro command to execute another script file. This other script file contains a dialog. The problem is that this dialog won't show. I don't know if I'm doing something wrong, or if this is a bug. I have simplyfied my code to reproduce the problem here. The first macro file called MyDialog....