modify stack

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

modify stack

Post by ukimiku » Sat Oct 24, 2009 2:13 pm

Hi all,

I accidentally clicked "Can't modify" in the properties inspector. Now, of course, I want to modify the stack, but can't access the property inspector anymore. What can I do?

Thank you.

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

Post by Mark » Sat Oct 24, 2009 3:37 pm

ukimiku,

Execute this from the message box:

set the cantmodify of stack "Short name of your stack" to false

Best 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

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

Post by ukimiku » Sat Oct 24, 2009 5:30 pm

Hi Mark,

thanks!! I didn't know that the mesage box could do such a thing. This will save me some time, I'm sure.

My program had a bug which caused the code editor to appear. This enabled me to perform a search for a handler name, and then, in the openCard handler, I could insert "set the cantmodify of the stack ..." to false.

Generally, I really thank you for your time, patience, and consideration with your answers to my newbie questions!

Regards,

Post Reply