Remove the password protection of a stack Application browser

2010-12-15 Thread Zryip Theslug
Dear MC Group, I'm pretty more familiar with the LiveCode IDE. Could someone point me out: 1) How removing the password protection of a stack in the MC IDE. In the LC IDE the IDE asks me for the password when I'm trying to open a script in the stack. In the MC IDE, I'm informed that the stack

Re: Remove the password protection of a stack Application browser

2010-12-16 Thread Zryip Theslug
From: Scott Rossi sc...@tactilemedia.com Message box: set passKey of stack xyz to abc To remove a password after setting the passKey: set password of stack xyz to empty passKey will do the trick. Thanks Scott! From: Shari sh...@gypsyware.com It is indeed called the Control Browser and

revCopyFile unsupported on MC?

2010-12-20 Thread Zryip Theslug
Dear MC List, The revCopyFile command seems unsupported in the MC IDE. When I'm trying to use it in the msg box, I get this error: can't find handler. However when I'm checking in the MC dictionary plugin, the command is well described. What I am missing? Thanks for any help. Best

Re: revCopyFile unsupported on MC?

2010-12-20 Thread Zryip Theslug
From: J. Landman Gay jac...@hyperactivesw.com We decided to add all the rev- handlers to the dictionary for reference, since many of us use both IDEs. But those handlers are not in MC, as you found out. MC does not contain any rev-related front or backscripts, or any of its stacks in use. For

How to deal with zip archives?

2010-12-20 Thread Zryip Theslug
Dear List, As we can only use the engine commands, how we can deal with zip archives in MC? Only with shell commands or other solutions exist? Thanks! Best regards, TheSlug ___ metacard mailing list metacard@lists.runrev.com

Re: How to deal with zip archives?

2010-12-20 Thread Zryip Theslug
From: Richard Gaskin ambassa...@fourthworld.com I just double-click such files, since Mac, Win, and Linux all include software to automatically unzip 'em. Richard, Thanks. In fact, I meant How can we deal with the content of zip archives in MC? ;) I'm looking for a substitute to the revZip

Re: How to deal with zip archives?

2010-12-20 Thread Zryip Theslug
From: Björnke von Gierke b...@mac.com you can use externals, just need to load them yourself: set the externals of myStack to revzip.bundle Björnke, Thanks for the hint. Looks interesting. Best regards, TheSlug ___ metacard mailing