On several of my projects, where the opening standalone screen is not 
immediately responsive (particular on Windows) for say a half minute or more, I 
have found it useful to place a card titled "Loading" at the top of the stack.  
The card has a simple black background with the words "Loading..." at the 
center.  The script for the card is:


on openStack

  if the short name of this card is "Loading" then go next
end openStack


Then, the user has more patience waiting for the program to fully load.  Hope 
this helps.
Stephen Goldberg
www.medmaster.net


_______________________________________________
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