Hi Kee,
This changed when the graphics engine was made more efficient (I
think). Try this:
repeat with w = 1 to 1000
repeat with x = 1 to 1000
repeat with y = 1 to 1000
repeat with z = 1 to 1000 with messages
put "A" && w && x && y && z into field "status"
wait 0 millisec with messages
end repeat
end repeat
end repeat
end repeat
put "A done" into field "status"
I don't think it is necessary to change all repeat loops by adding
"with messages", but if this doesn't work you might try that as well.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
Full PayPal integration and automation in web site or (Revolution/
SuperCard/other) software. Contact me for a quote before 1 Jan 2010
and we'll charge (reduced) 2009 prices.
http://economy-x-talk.com/contact.html
Op 27 dec 2009, om 18:07 heeft Kee Nethery het volgende geschreven:
This kind of thing worked fine in 2.9.x but does not in 4.0.
I've got a new 4.0 stack that has a bunch of repeat loops within
repeat loops. For a small example:
repeat with w = 1 to 1000
repeat with x = 1 to 1000
repeat with y = 1 to 1000
repeat with z = 1 to 1000
put "A" && w && x && y && z into field "status"
end repeat
end repeat
end repeat
end repeat
put "A done" into field "status"
I'm not seeing field "status" change while it goes through the
loops. What's up with that? I don't have any lock screen commands in
the script.
Is there some environment variable I'm supposed to set to have the
field contents be displayed while a script is running?
Suggestions welcome.
_______________________________________________
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