errors box popping up

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

errors box popping up

Post by jalz » Sat Jan 11, 2014 4:56 pm

Hi Guys,

I've got a stack where the errors box pops up after I edit a field on my card. The problem is the error box is blank so not sure whats triggering it. If I suppress the errors in live code, my code seems to behave exactly as it should be, and I don't get an error box pop up.

Any ideas on how to trap and find out whats triggering the box to popup. The script button at the bottom also doesn't navigate to the offending script thats causing the error box to pop up.
Cheers

Jalz

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: errors box popping up

Post by Mark » Sat Jan 11, 2014 10:26 pm

Hi Jalz,

Difficult to say what's going on here, without additional information. The problem might be in your script, in another script of yours, in a plug-in or in the IDE. You would best start with having a very good look at your own script. You can comment out parts of it, to see if the error goes away if you don't run that part. If that doesn't help, you could remove all plug-ins and third-party externals and see if it changes anything. If that still doesn't help, you can type

Code: Select all

put true into gRevDevelopment
in the message box and type enter. When the error occurs, the script editor should open, displaying the line that causes the error, if the error is in an IDE stack.

Let me know if this helps somehow.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply