Page 1 of 1

disabling open/run behavior

Posted: Sun Nov 01, 2009 4:13 pm
by ukimiku
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,

Posted: Sun Nov 01, 2009 4:56 pm
by Mark
ukimiku,

Suppress messages in the Development menu.

Mark

Posted: Sun Nov 01, 2009 5:14 pm
by ukimiku
Thanks, Mark, that works! :)