Re: 4th generation iPad

2012-11-08 Thread Celeste Helling
I recompiled with XCODE 4.5.2, but ended up taking out all of the visual transitions. I couldn't get them to work at all. I am not very happy with the results. Celeste On Nov 8, 2012, at 3:51 PM, Randy Hengst wrote: > Hello Celeste, > > I just received my first comment today about an app no

Re: 4th generation iPad

2012-11-08 Thread Randy Hengst
Hello Celeste, I just received my first comment today about an app not working on the iPad 4… did you get things figured out? My apps were built with LC 5.5.1 and xCode 4.4.1. be well, randy - On Nov 3, 2012, at 12:41 PM, Celeste Helling wrote: > I just got a report of an app running fine

Re: 4th generation iPad

2012-11-05 Thread Thomas McGrath III
I am having similar problems with other visual effects in my recent app. The effects are not consistent or just stopped working. Tom -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Nov 3, 2012, at 10:18 PM, Celeste Helling wrote: > This is getting close! I added it to p

Re: 4th generation iPad

2012-11-03 Thread Celeste Helling
This is getting close! I added it to preOpenStack like this: on preOpenStack set the acceleratedRendering of this stack to true iphoneSetRedrawInterval 1 end preOpenStack The first test in the simulator, the first card had the transition. However no subsequent card did. Now the visual effe

Re: 4th generation iPad

2012-11-03 Thread Colin Holgate
Do you have iphoneSetRedrawInterval set to 1? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: 4th generation iPad

2012-11-03 Thread Celeste Helling
Upgrading Xcode fixed it. But now the visual effect curl up isn't working, and curl down is working inconsistently. These are all card transitions. Setting the acceleratedRendering to true in openStack doesn't help. Has anyone else seen this happening? Thanks for your help! One of the users

Re: 4th generation iPad

2012-11-03 Thread Colin Holgate
Next idea, Xcode just got updated to support the new iPads. Could be worth making a new build with that. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: 4th generation iPad

2012-11-03 Thread Celeste Helling
No. it's working fine all the way through 6.1 on iPad 1, 2, one 3. On Nov 3, 2012, at 1:45 PM, Colin Holgate wrote: > Is there a chance that the earlier ones were using iOS 5.1.1 or earlier? Have > you updated your app recently, too prevent the iOS 6 crashing that happens to > most LC apps? >

Re: 4th generation iPad

2012-11-03 Thread Colin Holgate
Is there a chance that the earlier ones were using iOS 5.1.1 or earlier? Have you updated your app recently, too prevent the iOS 6 crashing that happens to most LC apps? On Nov 3, 2012, at 1:41 PM, Celeste Helling wrote: > >I just got a report of an app running fine on 1st, 2nd, and 3rd gener