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.
modify stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
ukimiku,
Execute this from the message box:
set the cantmodify of stack "Short name of your stack" to false
Best regards,
Mark
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
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,
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,