I am experiencing an intermittent error that I can't explain. There is a
point in my handler where I use:
if not exists window "theWindow" then
load nib "The Nib"
end if
show window "theWindow"
...
Occasionally, the "load nib" command triggers TWO
"NSReceiverEvaluationScriptError" message windows. Once I "OK" the error
windows, the handler continues and executes just fine (including the loading
of the nib and showing of the window). Moreover, if I place a try block
around the handler, the error(s) still occur. I use this same procedure
with numerous other nibs and windows, and it never happens with those. Has
anyone encountered this before?
Thanks,
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-studio/email@hidden
This email sent to email@hidden