Mac OS and Windows behavior difference

mfstuart mfstuart at cox.net
Fri Oct 31 16:49:09 EDT 2008


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.




More information about the use-livecode mailing list