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

RE: Error.getStackTrace on mobile air application

2016-10-28 Thread Nicolas Flandrin
I'm sorry guyz, The difference was on my side, the mobile version was still compiled using flexmojos 7.0.1. Everything is fine with the good version. -Message d'origine- De : Nicolas Flandrin [mailto:nfland...@cylande.com] Envoyé : vendredi 28 octobre 2016 12:00 À : users

Error.getStackTrace on mobile air application

2016-10-28 Thread Nicolas Flandrin
Hi, I need some help to understand how to get StackTrace on UncaughtErrorEvents, on a release version of an air mobile application built with flex 4.14.1 / AIR 20. My app is cross-platform, and the behavior changes between platforms : On Desktop : In the past I was using the <

RE: Apache Flex and Android Wear

2016-03-19 Thread Nicolas Flandrin
Hello, Thank you for the proof of concept !! We are excited about a ready to use flex support of android wear. It would be nice if you can share that with the flex community :) -Message d'origine- De : leokan23 [mailto:l...@best-web.gr] Envoyé : vendredi 18 mars 2016 01:08 À :

RE: NativeApplication exiting event in Windows

2016-01-20 Thread Nicolas Flandrin
Hey Osman, We do this like this : stage.nativeWindow.addEventListener(Event.CLOSING, onClosing); private function onClosing(pEvent:Event):void { pEvent.preventDefault(); //doYourClosingJob //call this to finally close the app stage.nativeWindow.close(); } -Message

how change mxml property completion in flashBuilder

2013-06-09 Thread Nicolas Flandrin
Hi I'm looking for advanced modification of the mxml code completion in Flash Builder. for example: * completion on the property scrollSnappingMode on a List is managed by the metatag :[Inspectable(category=General, enumeration=none,leadingEdge,center,trailingEdge, defaultValue=none)]