Creating a password for a 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
hands16
Posts: 17
Joined: Sat Oct 19, 2013 2:23 am

Creating a password for a stack?

Post by hands16 »

Hi I was wondering is there a way to give a stack a password to make it private? Thanks for the help!!
chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: Creating a password for a stack?

Post by chris25 »

I have no knowledge of this but my immediate guess would be to use the ask command and answer dialogue box, set a variable to true or false and the variable contains the top secret password? This is just an off the cuff thought, have not looked into it myself though.
regards
chris
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Creating a password for a stack?

Post by FourthWorld »

Chris, you're getting the hang of it. :)

Yes, see the "ask password" command in the Dictionary.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
chris25
Posts: 354
Joined: Tue Oct 08, 2013 9:32 pm

Re: Creating a password for a stack?

Post by chris25 »

Highly appreciated Richard, all the more coming from someone like yourself.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Creating a password for a stack?

Post by Klaus »

Hi hands16,
hands16 wrote:Hi I was wondering is there a way to give a stack a password to make it private? Thanks for the help!!
simply use the message box:
set the password of stack "your stack here" to "secret password"
Save the stack and that's it! :D

Hint: This does nor work with the Community Edition of Livecode!


Best

Klaus
hands16
Posts: 17
Joined: Sat Oct 19, 2013 2:23 am

Re: Creating a password for a stack?

Post by hands16 »

Thank you guys! I am only using the community version, is there a different way to do it?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Creating a password for a stack?

Post by Klaus »

Hi hands16,
hands16 wrote:Thank you guys! I am only using the community version, is there a different way to do it?
no, that's the "price" of the Community Edition 8)


Best

Klaus
Post Reply