Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] wave progress

From: rcm:formix:au at: 10-Oct-2008 17:25

Hello list, I want to include a progress bar on a wave player, but can't get it to go beyond one iteration of prog/data: prog/data + step The outcome of the above looks correct for differing file sizes. I calculate the step value as follows: step: (prog/size/x / (max 1 fileSize)) I will send the script, but I suspect someone out there has already done this, however, I can't see anything in the Library or through Googling. Regards, Rosemary -- message ends