Page 1 of 1

When is an error not an error?

Posted: Tue Mar 09, 2021 3:48 pm
by dunbarx
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?

Re: When is an error not an error?

Posted: Tue Mar 09, 2021 8:34 pm
by dunbarx
So, never mind. Starting a new session seems to have fixed this.

Craig