lock screen question and detect field question

Geoff Canyon gcanyon at gmail.com
Mon Oct 13 13:53:03 EDT 2014


One caveat: if you are assembling a great deal of text in small chunks, you should likely do it in a variable and then toss it into the field in one go. Field updates are slower than many (most?) other things you might be doing, and one field update with 10,000 lines will be *much* faster than 10,000 updates with one line each. 

gc

> On Oct 12, 2014, at 10:58 PM, J. Landman Gay <jacque at hyperactivesw.com> wrote:
> 
> The display and update of the dialog is likely to take longer than just creating the fields.




More information about the use-livecode mailing list