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 <jac...@hyperactivesw.com> wrote:
> 
> The display and update of the dialog is likely to take longer than just 
> creating the fields.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to