Page 1 of 1

Encrypt with password - whole tab greyed out

Posted: Tue Jul 05, 2016 1:06 am
by KimD
Hopefully an easy one

- Indy License
- LC 8.0.1
- Standalone's being built for IOS and Android
- Standalone Application Settings > Stacks > Encrypt with password - is ticked and a password is present - but the WHOLE TAB IS GREYED OUT

Are my my IOS and Android standalones password protected or not?

Thanks in advance

Kim

Re: Encrypt with password - whole tab greyed out

Posted: Tue Jul 20, 2021 2:43 am
by makeshyft
Hello Kim,

I am experiencing this exact problem right now.

Did you end up solving this somehow?

Thanks,

Tom

Re: Encrypt with password - whole tab greyed out

Posted: Tue Jul 20, 2021 10:34 am
by elanorb
Hi

There is a note in the Stack Files section of this lesson that might be helpful.

https://lessons.livecode.com/m/4603/l/6 ... n-settings
Note: If iOS or Android are selected in the Standalone Builder settings, the Stacks pane is grayed out. To work around this and password protect a stack, or add stack files, uncheck iOS and Android, check any desktop platform, and make your changes. Then uncheck desktop and recheck iOS or Android to build your standalone.
Alternatively you can set a password for your stacks manually using:

Code: Select all

set the password of stack "MyStackName" to "MySecretPassword"
There is an existing a bug report about this.

https://quality.livecode.com/show_bug.cgi?id=17960

I hope that helps.

Elanor

Re: Encrypt with password - whole tab greyed out [solved]

Posted: Tue Jul 20, 2021 5:49 pm
by makeshyft
Thank you Elanor, Panos also helped me solve it in the mailing list.