disabling open/run behavior

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ukimiku
Posts: 101
Joined: Thu Oct 22, 2009 10:45 am

disabling open/run behavior

Post by ukimiku » Sun Nov 01, 2009 4:13 pm

Hi all,

I saved a Runrev card. Now the open handler of this card is doing something I don't want it to do, it displays 10000 answer boxes, one after the other, and I need to bypass the open handler call when opening the card- So basically I am looking for a way to open a card in the IDE without executing its code so that I can go straight to the editor. Any ideas?

Thanks,

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

Post by Mark » Sun Nov 01, 2009 4:56 pm

ukimiku,

Suppress messages in the Development menu.

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

ukimiku
Posts: 101
Joined: Thu Oct 22, 2009 10:45 am

Post by ukimiku » Sun Nov 01, 2009 5:14 pm

Thanks, Mark, that works! :)

Post Reply