Re: Encrypting Stack Breaks Field References

2020-12-14 Thread Ron Noice via use-livecode
Thanks everyone for your suggestions and help. I _guess_ I see the problem as creating fields inside an encrypted stack and referencing them to set properties, etc. So the new plan is to have an unencrypted stack in which I build the tree and connectors using code from the encrypted stack. This

Encrypting Stack Breaks Field References

2020-12-13 Thread Ron Noice via use-livecode
My program (built with LC 9.6.1 Indy Windows) contains a large number of references to fields by variables. For example, instead of refering to [fld "abc"] I refer to [fld tName] where tName is a variable containing "abc" (no quotes). This has worked perfectly until I *encrypted* the stack (thr