I've seen this sort of thing as well. Add in a 'wait 0 milliseconds' and it should update correctly.
Terry... On 1/11/08 7:49 AM, "mfstuart" <[EMAIL PROTECTED]> wrote: > > Hi all, > In the following script - inside a repeat: > > put "Reading line..." && tCount && "of" && TotalLineCount into fld > "Status" > > The text and the number values are displayed on WinXP, using Rev: 3.0. > But on Mac OS X (PowerPC Only), it only displays "Reading line...". The > number values don't appear at all. > There is no screen lock at all in the entire script. > This behavior appears in the standalone. > The development and standalone were built on WinXP. > The Mac OS X standalone was copied to a folder on the Mac for testing. > > ## Read each line in the download > put the number of lines in tData into TotalLineCount > put 0 to tCount > > repeat for each line theLine in tData > add 1 to tCount > put "Reading line..." && tCount && "of" && TotalLineCount into fld > "Status" > end repeat > ## > > Anybody know what may cause this? > > Regards, > Mark Stuart -- Dr Terry Judd Lecturer in Educational Technology (Design) Biomedical Multimedia Unit Faculty of Medicine, Dentistry & Health Sciences The University of Melbourne Parkville VIC 3052 AUSTRALIA 61-3 8344 0187 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
