Why does this line work in IDE, fail in standalone?
J. Landman Gay
jacque at hyperactivesw.com
Thu Nov 14 14:50:42 EST 2013
On 11/14/13 1:01 PM, tbodine wrote:
> Ah. Yes, I just added pw protect for the stack that contains the source
> button "Master Round", though the destination stack is not protected, so I
> see the logic of blocking the copy routine. Hmmm. I'll try making an
> unprotected "parts" stack and copy from that to the user file.
You might be able to do it in the script without needing another stack,
but I haven't tested it:
put the password of this stack into tPass
set the password of this stack to empty
copy btn x to stack y
set the password of this stack to tPass
Worth a try anyway.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list