Can't delete, can't modify .... thumps self in head

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
shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

Can't delete, can't modify .... thumps self in head

Post by shawnblc » Fri Feb 28, 2014 5:43 am

In one of my stacks that I'm working on, I clicked one of the properties as "can't delete, can't modify", now I can't delete or modify the stack. How can I change this? Thumps myself in the head ;)

shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

Re: Can't delete, can't modify .... thumps self in head

Post by shawnblc » Fri Feb 28, 2014 6:07 am

Wow. I got it.

Code: Select all

set the cantmodify of this stack to false
set the cantdelete of this stack to false
Pats self on back and fetches a beer.

Post Reply