Jim Bufalini wrote:
Josh Mellicker wrote:
What we found was that when writing and reading a custom property, or a
variable, in a 1 ms loop, other stack windows became "sluggish" - very
difficult to drag by the header bar, very difficult to click buttons
on, rollover states sticking.

Ahhh...Now THIS makes sense. Your repeat loop is so tight that the GUI
becomes unresponsive. It has nothing to do with the actual speed of
variables vs. fields. Please add, somewhere in your repeat loop:

wait 0 milliseconds with messages

Exactly what I was thinking. I believe you've nailed it.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to