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 -- View this message in context: http://www.nabble.com/Mac-OS-and-Windows-behavior-difference-tp20273800p20273800.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ 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
