If the problem is with my computer, I can deal with it, but if the problem lies with the implementation of RR in OS X, I have problem.
Try this simple experiment in OS X. Run the following handler:
on mouseUP
repeat 1000
add 1 to field 1 -- This is an empty field.
end repeat
end mouseUPIn OS 9, I get a blur of numbers displayed in the field--this is fine and what I would expect.
In OS X I get a discrete sequence of 4 numbers displayed. This is the same kind of herky-jerky behavior I found with graphics display in OS X (but not in OS 9.)
(As before, the problem is resolved by adding a line in the repeat loop: wait 0 millisec, or unlock screen. But it runs much more slowly.)
Jim _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
