Can we have a progress bar that shows how many percent of a subStack have been loaded?
Vikram Singh
powai903 at yahoo.com
Sat Sep 11 07:42:13 EDT 2004
doesnt it freeze until the entire stack is loaded? my little experience says that since it is not a multiprocess system, *during* the loading of the stack the engine dedicates all resources to reading and loading the stack.
with a few line of code, you may perhaps use the "read from file", after breaking up the file into 50 portions independently read and pile up into a variable (say tvariable), updating the counter on the way. but finally when you use "go to tvariable" it will take it's own time to finally display as a stack. during that duration i dont think you have an update option.
vikram
Malte Brill <malte.brill at t-online.de> wrote:
Hi list,
Im creating a really biggish stack (many Images, Sounds and stuff. About 35
MB when it is finished.) Id like to have a progress bar in a splash screen
that indicates how many percent of the substack have been loaded into
memory.
Is that possible?
TIA,
Malte
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the use-livecode
mailing list