Search found 26 matches
- Tue Mar 03, 2015 8:07 pm
- Forum: iOS Deployment
- Topic: iOS8 encryption build problem
- Replies: 2
- Views: 1115
Re: iOS8 encryption build problem
Turns out encryption has been broken in iOS 7+. Bug filed.
- Tue Mar 03, 2015 12:22 am
- Forum: iOS Deployment
- Topic: iOS8 encryption build problem
- Replies: 2
- Views: 1115
Re: iOS8 encryption build problem
FWIW, we can get it running in 6.7.3, just not 7.x. Not my computer's permissioning issues. I'll let folks know what I find out.
- Mon Mar 02, 2015 10:58 pm
- Forum: iOS Deployment
- Topic: iOS8 encryption build problem
- Replies: 2
- Views: 1115
iOS8 encryption build problem
I have a unique iOS8 problem, which seems difficult to solve and thought someone might be able to shed some light. I'm using some protected library stacks from the LiveCloud folks. Everything worked fine in my old computer. Now when I run it, things work ok, even in the simulator. But when I build a...
- Sun Nov 09, 2014 12:22 am
- Forum: iOS Deployment
- Topic: App Launch VERY SLOW
- Replies: 9
- Views: 3536
Re: App Launch VERY SLOW
Thanks Neil,
Unfortunately, I don't see any 6.5.5 release. Can you share where it can be found?
Unfortunately, I don't see any 6.5.5 release. Can you share where it can be found?
- Sat Nov 08, 2014 12:44 am
- Forum: iOS Deployment
- Topic: App Launch VERY SLOW
- Replies: 9
- Views: 3536
App Launch VERY SLOW
I've noticed about 2 400% slowdown when building on 6.7 vs 6.6.4. A launcher app (very slim) which used to launch in under a second now takes over 4 seconds. A larger app which should launch in under 2 seconds is now taking almost 10 seconds to launch! Unfortunately, I can't build anymore in 6.6.4 a...
- Fri Nov 07, 2014 11:48 pm
- Forum: iOS Deployment
- Topic: Codesigning failed with iPhone developer: ambiguous (matches
- Replies: 4
- Views: 3116
Re: Codesigning failed with iPhone developer: ambiguous (mat
THANK YOU THANK YOU THANK YOU!!!!!
- Fri Nov 07, 2014 9:30 pm
- Forum: Talking LiveCode
- Topic: 6.7 and 7.0 won't QUIT
- Replies: 3
- Views: 1742
Re: 6.7 and 7.0 won't QUIT
In the stack script include this handler or similar: on shutdownRequest answer "Do you want to save changes made?" with "No" or "Yes" if it is "Yes" then closestack pass shutdownRequest end shutdownRequest Also check out the "Quit" command in the dictionary. You will also probably need to ensure th...
- Thu Nov 06, 2014 3:42 am
- Forum: Talking LiveCode
- Topic: 6.7 and 7.0 won't QUIT
- Replies: 3
- Views: 1742
6.7 and 7.0 won't QUIT
Hi all, just a quick heads up. Unless I'm missing something, when I build standalones in 6.7 and 7.0, the quit menuitem on OSX Yosemite doensn't work. Neither does the keyboard shortcut command-Q. I've filed a bug report, but it's probably not a good idea to create standalones in these versions unti...
- Sun Oct 12, 2014 9:22 am
- Forum: Talking LiveCode
- Topic: Delete BOTH duplicates from a LIST
- Replies: 6
- Views: 2133
Re: Delete BOTH duplicates from a LIST
Wow guys, thanks!
EXACTLY what I was looking for!

- Sun Oct 12, 2014 5:33 am
- Forum: Talking LiveCode
- Topic: Delete BOTH duplicates from a LIST
- Replies: 6
- Views: 2133
Delete BOTH duplicates from a LIST
Hi all, I'm trying to find a very fast way to delete BOTH duplicates from a list. For instance if I have a list: apple orange apple apple banana I want to return orange banana I know about the array workaround, but it keeps ONE of them. Other than brute force (repeat for each line L), is there any *...
- Sat Oct 11, 2014 3:53 am
- Forum: iOS Deployment
- Topic: Using Helvetica Neue in iOS
- Replies: 1
- Views: 1248
Using Helvetica Neue in iOS
As many of you may know, Apple makes judicious use of Helvetica Neue and all it's font weights in their iOS interfaces. Sadly, one thing it appears LC doesn't do is translate those fonts correctly from Mac to iOS-- so everything comes out the same Helvetica Neue font no matter what font weight you h...
- Thu Oct 09, 2014 8:51 am
- Forum: iOS Deployment
- Topic: Icon Sizes? Splash Screen Sizes?
- Replies: 11
- Views: 5389
Re: Icon Sizes? Splash Screen Sizes?
FWIW, based upon the above chart, I created a small stack which will automate creating ALL the icons and splash screens for iOS 8. I call it Icon and Splash Builder. https://dl.dropboxusercontent.com/u/3788438/LiveCodeDoNotMove/lconSplashBuilder.livecode https://dl.dropboxusercontent.com/u/3788438/L...
- Thu Oct 09, 2014 7:05 am
- Forum: iOS Deployment
- Topic: Icon Sizes? Splash Screen Sizes?
- Replies: 11
- Views: 5389
Re: Icon Sizes? Splash Screen Sizes?
This is the best I could figure out. Please someone let me know if it's not correct. Thanks!


- Thu Oct 09, 2014 6:39 am
- Forum: iOS Deployment
- Topic: Icon Sizes? Splash Screen Sizes?
- Replies: 11
- Views: 5389
Re: Icon Sizes? Splash Screen Sizes?
Hi Chipp, This info? iPhone 4/4S/5/5C/5S/6/ iPod touch 5th generation App icon 120 x 120 iPhone 6 Plus App Icon 180 x 180 iPad non-retina App icon 76 x 76 iPad retina App icon 152 x 152 Universal non-retina Spotlight 40 x 40 Universal retina Spotlight 80 x 80 Universal non-retina Settings 29 x 29 U...
- Thu Oct 09, 2014 6:36 am
- Forum: iOS Deployment
- Topic: Icon Sizes? Splash Screen Sizes?
- Replies: 11
- Views: 5389
Re: Icon Sizes? Splash Screen Sizes?
I figured this part out. I *think* it's right. icon sizes iPhone 57x57 Hi-Res iPhone 114x114 iOS 7 Hi-Res iPhone 120x120 iPhone 6 Plus 180x180 iPad 72x72 Hi-Res iPad 144x144 iOS 7 iPad 76x76 iOS7 Hi-Res iPad 152x152 Are all these PNGs? Whatever happened to ICNS? And any idea where to find out the Sp...