PHP Service Efficiency

2017-04-10 Thread bilbosax
This is just a little theoretical question I have wondered about, so I thought I would ask it here. I am writing an app that I hope will have at least 10k users daily. When you set up your services, you can technically put them all in a single PHP file if you want to, or spread them out across

Re: Flex Installer and Link to SDK binaries broken

2017-04-10 Thread Alex Harui
Right now, if you install 4.15.0 or earlier, you cannot use AIR/FP 24 or later. If you install 4.16.0 you must use 24 or higher, but many folks are having trouble on Windows and have to use the Ant install or other workarounds. Thanks, -Alex On 4/9/17, 10:44 AM, "chris_d_k"

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-10 Thread rodol...@essencialcode.com.br
Hello Chris, Thank you very much for you help; I really appreciate if you can help me; Please send me your e-mail, I tried here but I could't attach the zipped file; Thanks a lot Chris ! -- View this message in context:

Re: Flex Apps on IOS compilation problem

2017-04-10 Thread Clint M
I've encountered similar problems. I traced mine to a 700 line function by slowly removing and re-adding parts of the application. When I simply split the function into to separate 350 line functions I was able to compile. It took me a about a day and half to track it down though.

Flex Apps on IOS compilation problem

2017-04-10 Thread Nicolas Flandrin
Hi everyone, We encounter some problems to package our multiplatform Flex App on IOS. The app work well on desktop, android, but fail to build an IPA (ipa-ad-hoc) The only message we have (after 20 min...) is : Compilation failed while ececuting : compile-abc For information, earlier app