Alright, I was messing around with password protecting stack

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

Alright, I was messing around with password protecting stack

Post by shawnblc » Mon May 20, 2013 5:44 am

Alright, I was messing around with password protecting a stack.lol

So in my stack I did this:

Code: Select all

set the password of stack "thisStackName" to field "fldPassword"
I then went to the messagebox and put, I then put the same code in the stack script.

Code: Select all

set the password of this stack to empty
Problem is now I CAN'T use the pointer tool on my objects, click and edit scripts like before. I have to go to the Project Browser and click on the object to edit the objects.

Oh YEAH, I was also messing with the stack inspector and unchecked a few boxes, one of them was able to modify stack. How do I re-enable that. The other thing I did in the stack inspector was uncheck something else, can't remember what it was, but it was right next to it. lol Problem is, the stack inspector won't let me see anything now.

Any ideas on how to fix this? I tried closing out LC and rebooting too, neither helped.

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

Re: Alright, I was messing around with password protecting s

Post by shawnblc » Mon May 20, 2013 5:51 am

lol. Got it fixed. Whew. Exploring my way around LC, making mistakes and learning along the way. :)

Code: Select all

set cantModify of this stack to false

Post Reply