Every once in a while, one of our compiled scripts gives a "Error trying to create dialog" error.
I've not been able to discern what might be causing this. Are there any general hints as to what might generate this sort of occasional error?
TIA,
Jim Palic
Error trying to create dialog
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
The most likely cause (and the only one I can think of) is that your script is trying to create a dialog that has already been created. If you repeat your Dialog definition, or include it in a loop you will get this problem as you will be trying to create something that already exists. You should only ever create a dialog ONCE.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?