Re: SVG/SWF to FXG Converter (Win, Mac, Eclipse)

2014-11-12 Thread Maarten Cammaert
This is awesome! Thanks a lot for sharing! On Wed, Nov 12, 2014 at 8:01 AM, Jake Knerr wrote: > Wow, great work! > > On Tue, Nov 11, 2014 at 11:47 PM, jude wrote: > > > Looks great! > > > > > > -- > Jake Knerr - Flex Developer > Ardisia Labs > www.ardisialabs.com >

Re: ios launch images?

2014-11-09 Thread Maarten Cammaert
This is a great cheat sheet for all the required ios assets http://blog.tomasmahrik.com/list-of-properties-sizes-for-application-icons-launch-images-screenshots-video-previews-for-ios-air-apps/ On Nov 10, 2014 8:40 AM, "Fred Brunton" wrote: > That was fast. Thanks a lot! > > On Mon, Nov 10, 201

Re: Bluetooth and mobile application

2014-11-04 Thread Maarten Cammaert
Hi Greg, Do you need the newer BLE (iBeacon) technology or just Bluetooth support. I haven't used it before but distriqt has ANE's for both http://distriqt.com/product/beacon http://distriqt.com/product/bluetooth I once made an iBeacon proof of concept app with an ANE from Caffaware, worked grea

Re: Apache Flex 13.0 AIR 15.0

2014-10-28 Thread Maarten Cammaert
That's great! Glad I could help Maarten On Tue, Oct 28, 2014 at 1:35 PM, jeffbonasso wrote: > All worked perfectly after re-factoring. Thanks Maarten! > > Jeff > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Apache-Flex-13-0-AIR-15-0-tp8518p8528.html

Re: Apache Flex 13.0 AIR 15.0

2014-10-28 Thread Maarten Cammaert
I'm using if('@labelOnly' in item) That should do it, I hope ;) On Tue, Oct 28, 2014 at 10:35 AM, jeffbonasso wrote: > Maarten, > Great find! I use hasOwnProperty in loops in the view that is crashing. > > So I use... > if (item.hasOwnProperty("@labelOnly")) { > } > > Are you saying switch to.

Re: Apache Flex 13.0 AIR 15.0

2014-10-28 Thread Maarten Cammaert
Hi, We had exact the same problem with our apps when we build with AIR 15.0 on IOS. In previous version the app never crashed. After a long search I found out that when I parse an XML and use hasOwnProperty in a loop the app crashes. When I removed the method and used (@attr in xml) instead the pr

Re: how to correctly merge flexsdk with latest air sdk beta?

2014-10-06 Thread Maarten Cammaert
Hi, I'm having the same problem, always fails on OSMF download. Maarten On Mon, Oct 6, 2014 at 10:04 AM, jaco wrote: > Hi Alex, > > @see my previous post with installer.log errors, this is the the suspected > entry: > > get-with-no-params: > [get] Getting > > http://downloads.sourceforge

Re: straw poll - which platform do you publish to?

2014-09-17 Thread Maarten Cammaert
Only mobile Android, IOS, phone, tablet On Wed, Sep 17, 2014 at 9:59 AM, Krüger, Olaf wrote: > Web apps. > > -Ursprüngliche Nachricht- > Von: Subscriptions [mailto:subscripti...@leeburrows.com] > Gesendet: Dienstag, 16. September 2014 23:12 > An: Apache Flex User Mailing List > Betreff:

Re: Ios 8 compatibility

2014-09-17 Thread Maarten Cammaert
Hi, We haven't found any problems with our apps on ios8. Maarten On Wed, Sep 17, 2014 at 10:04 AM, Ronny Shibley wrote: > Any idea if our apps will be compatible with ios 8 ? > > > > -- > > Kind Regards, > > > Ronny Shibley, Eng > > > > Software Architect | Codefish | www.codefish.com > > t +9

Re: Flex Mobile + Textarea + HTML Text not work

2014-08-27 Thread Maarten Cammaert
r(function():void{ StyleableTextField(stf).styleSheet = myStyleSheet; }); contactTxt.skin.invalidateSize(); This works perfect for me. Best regards, Maarten Cammaert On Wed, Aug 27, 2014 at 10:27 PM, Tonic wrote: > Hello, > > I try to show HTML text in a Textarea component in a mobi

Re: Not able to download SDK with AIR 15beta

2014-08-14 Thread Maarten Cammaert
Thx for the update Alex, it downloaded very smooth again! On Thu, Aug 14, 2014 at 7:54 PM, Alex Harui wrote: > Hi, the Flash and AIR SDKs get updated from time to time and the checksums > have to be updated. It should be fixed now. > -Alex > > On 8/14/14 4:18 AM, "Maar

Not able to download SDK with AIR 15beta

2014-08-14 Thread Maarten Cammaert
Hi, I'm trying to download the latest SDK with AIR 15 beta but it always fails on the download of the Flash SDK. Yesterday I had no problem on another PC My log: Version 3.1.0 (windows) Using Locale: nl_BE Fetched the SDK download mirror URL from the CGI. AIR version 15.0b Flash Player version 15

Re: in TextArea

2014-04-03 Thread Maarten Cammaert
Hi, This is a snippet I use for rendering HTML text with basic CSS in a spark textarea. Can't remember where I found this but it does exactly what I need. var styles:String = "a { color: #DE000F; text-decoration: underline; }"; var myStyleSheet:StyleSheet = new StyleSheet(); myStyleSheet.parseC

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maarten Cammaert
pp, while > we invoke it? In my case, after validation, I have to pass username to my > flex app. > > > On Tue, Mar 4, 2014 at 2:41 PM, Maarten Cammaert > wrote: > > > Hi, > > > > In your app description.xml file you should add this

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maarten Cammaert
Hi, In your app description.xml file you should add this in the iPhone > InfoAdditions node CFBundleURLTypes CFBundleURLSchemes URLSCHEME CFBundleURLName

Re: Books

2013-12-31 Thread Maarten Cammaert
Great idea Big +1 from me! On Tue, Dec 31, 2013 at 9:59 AM, Scott Matheson wrote: > I know your not in to marketing the product will stand on it own feet, > however a book would start to address the flash is bad the world is HTML > > Sent from my iPhone > > > On 31 Dec 2013, at 07:57, "simon gla

Re: Air win 8 mobile

2013-11-27 Thread Maarten Cammaert
Frank, There's a feature request in the Adobe bugbase, the more votes the sooner we get support for win phone 8 https://bugbase.adobe.com/index.cfm?event=bug&id=3648920 On Wed, Nov 27, 2013 at 4:37 PM, Lee Burrows wrote: > Short answer is no, quoting from Adobe AIR roadmap: > > Adobe AIR is av

Installation aborted

2013-10-28 Thread Maarten Cammaert
Hi, I'm having problems with installing the new SDK. I tried a couple of times but the installer always aborts at "Unable to clean up temporary installation directories" Version 2.7.0 (windows) Fetched the SDK download mirror URL from the CGI. AIR version 3.9 Flash Player version 11.9 Creating Ap

Re: Help with IntelliJ on MacOS

2013-09-06 Thread Maarten Cammaert
Hey Mat, It's probably the incorrect AIR version in the default application descriptor file. Try creating a manual descriptor.xml file (Project Structure -> Modules -> Android or IOS tab -> Application descriptor -> Custom template). Hit the Create button, and change the xmlns to the correct AIR

Re: Flex and iOS 7 ?

2013-09-06 Thread Maarten Cammaert
We haven't experienced any issues yet Maarten On Fri, Sep 6, 2013 at 3:04 PM, Mathieu St-Gelais < mathieu.stgel...@gmail.com> wrote: > Good morning Flex users! > > I'm currently evaluating Flex for my next project that will be released on > Android and iOS, and I was wondering if I should expec

Re: Trying a different IDE with AIR

2013-08-28 Thread Maarten Cammaert
Hi Scott, Have you used the Apache SDK installer to install flex and air? I'm building all my AIR apps with IntelliJ without any problem, desktop and mobile. The only thing I'm doing is pointing to the location of the SDK. Also make sure you have the Flex/Flash plugin installed (see settings > plu

Re: Help need to Embed Font in 4.9

2013-02-07 Thread Maarten Cammaert
Family: helveticaCFF; embedAsCFF: true; fontStyle: normal; fontWeight: normal; advanced-anti-aliasing: true; } Best regards, Maarten Cammaert On Thu, Feb 7, 2013 at 1:49 PM, Jagan Langa Sami Durai wrote: > Hi All, > > Can any one help he how to embed font in CSS using