Re: iOS: performance issues with visual effects

2012-01-18 Thread Chris Sheffield
Yes, it is slightly faster using this method. It still seems slower than it should be, however. I'm really not sure if there's anything that can be done. It may just be the nature of using these particular effects on this particular hardware. I would imagine an iPad 2 would perform a bit better.

Re: iOS: performance issues with visual effects

2012-01-17 Thread J. Landman Gay
On 1/17/12 2:27 PM, Chris Sheffield wrote: show/hide group "window" with visual effect dissolve very fast The effect happens, but sometimes there is a 2 or 3 second delay between the tap on the screen and the change on the screen. I wonder if it would be faster if you use the new syntax: loc

Re: iOS: performance issues with visual effects

2012-01-17 Thread Andrew Henshaw
Have you tried firing it off touchstart instead of touchend or mouseup. I find that gains a little performance. On 17 Jan 2012, at 21:14, William de Smet wrote: > Hi Chris, > > I am experiencing the same thing (iPad 1) here with LC 5.02. > > I just use: > visual effect push left > go cd "st

Re: iOS: performance issues with visual effects

2012-01-17 Thread Randy Hengst
Chris, I've not had that problem with visual effects… I've had problems with code not being called after an effect. However, I have had trouble with audio causing a delay that "sounds" like the problem you're having. Just for my curiosity, have you tried removing the audio call and leaving eve

Re: iOS: performance issues with visual effects

2012-01-17 Thread William de Smet
Hi Chris, I am experiencing the same thing (iPad 1) here with LC 5.02. I just use: visual effect push left go cd "start" There is no delay in the IDE but there is with an compiled app on iOS 5. Sadly I don't have an solution :-( . groeten, William 2012/1/17 Chris Sheffield > > Wor