Re: Error, but no error?

2016-05-04 Thread Mark Schonewille
Dan, Apparently, you need to turn OFF script debug mode in the Development menu. I'm not sure it is a good idea to add breakpoints in this case. Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: htt

Re: Error, but no error?

2016-05-03 Thread Dan Friedman
Mark, I just tried your suggestion and I got the same empty "Errors" dialog, and the execution did not halt at all, same as before. What does this mean? -Dan > Dan, > > There is a good chance that the problem is in the IDE. Put true into > gRevDevelopment, turn on the Script Debug Mode (De

Re: Error, but no error?

2016-05-03 Thread Mark Schonewille
Dan, There is a good chance that the problem is in the IDE. Put true into gRevDevelopment, turn on the Script Debug Mode (Development menu) and try again. Does the debug window appear and where does the execution halt? Kind regards, Mark Schonewille http://economy-x-talk.com https://www.face

Error, but no error?

2016-05-03 Thread Dan Friedman
Greetings! I am having a problem tracking down a bug. But the real problem is that the LC's error dialog is showing empty. I put this in my stack script: on errorDialog pExecutionError, pParseError answer pExecutionError &cr& pParseError end errorDialog It does fire, but both pExecutionErro