When is an error not an error?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9580
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

When is an error not an error?

Post by dunbarx » Tue Mar 09, 2021 3:48 pm

All of a sudden, I am getting the "revErrorDialog", er, dialog, showing up to tell me that there is an "Error in statement:"

Code: Select all

toplevel stack "fixture type"
There is indeed such a stack, that stack opens and comes to the front as asked, and works fine. When I am finished, the stack "Fixture Type" closes, sending me back to the original stack, and everything still works fine.

This is in the IDE. I am concerned about making a standalone with that bugaboo.

Did I mention that if I simply ignore the dialog everything works just fine?

Craig

EDIT:

It seems that even the line:

Code: Select all

go stack "fixture type"
throws, again, not an error, but "revErrorDialog" No other stack that I navigate to does this, only this particular stack. Was it something I said?

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9580
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

Re: When is an error not an error?

Post by dunbarx » Tue Mar 09, 2021 8:34 pm

So, never mind. Starting a new session seems to have fixed this.

Craig

Post Reply

Return to “Talking LiveCode”