On Feb 14, 2012, at 4:09 PM, Michael Doub wrote:

> I am currently catching touch movement events and rendering a graph within a 
> slider.  Clearly the rendering is slowing things a bit and I am 
> experiencing some sluggishness.  

Are you locking the screen before you change the graph and then unlocking it 
when you're done? Also, the objects that are being changed by dragging the 
slider seem like candidates for setting the layerMode of those objects to 
"dynamic". Also, touchMove messages aren't sent as often as mouseMove, so you 
may way to try using mouseMove instead of touchMove (don't use them both or 
you'll get both!) and see if that helps.

Ken Ray
Sons of Thunder Software, Inc.
Email: [email protected]
Web Site: http://www.sonsothunder.com/  

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to