Re: SVG/SWF to FXG Converter

2015-10-08 Thread Deepak MS
Came across another online tool to create fxgs: http://chris.firlingcanada.com/flexdevtips/flex4.5/pathbuilder/FlexPathBuilder.html?v=1.2 On Thu, Oct 8, 2015 at 11:54 PM, Sascha Ahrend wrote: > Hi, you can find the latest version here: > > http://www.realcreation.com/S2F_Converter/ < > http:/

Should an app built with 14.1.1 run on 1st gen iPad?

2015-10-08 Thread Velocedge
I just built an app with 64 bit Windows Flex 4.7 using 14.4.1 AIR/FP 19. It installed on my iPad 4th gen (iOS 9.0.2), iPhone 3gs (iOS 6.1.6) but not on the 1st gen iPad (iOS 5.1.1). Should that be able to run on a 1st gen device or did something change?.. Is there an option to run on iOS 5? --

Re: SVG/SWF to FXG Converter

2015-10-08 Thread Sascha Ahrend
Hi, you can find the latest version here: http://www.realcreation.com/S2F_Converter/ I found that there’s is a windows built of xsltproc as well. If you’re interested, you could bundle it (source code is on the page), so you will have full 360 degree

Re: Best Practice for Upgrading Flex SDK for just AIR/FP

2015-10-08 Thread Velocedge
That's essentially what I did. I was just wondering if there was a better way. I wasn't real sure why I had so many choices of AIR and Flash with 14.4.1. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Best-Practice-for-Upgrading-Flex-SDK-for-just-AIR-FP-tp112

Intellij memory profiler

2015-10-08 Thread Mark Line
Hi, Has anyone managed to get the following plugin to work: https://plugins.jetbrains.com/plugin/5351?pr or does anyone know of a good alternative to the FB profiler. I was looking for something more like the tools in FB (so not adobe scout, which is useful although not for finding memory leaks)

Re: Best Practice for Upgrading Flex SDK for just AIR/FP

2015-10-08 Thread OK
>I can create a new directory along side 14.4.1 called 14.41_19 or something like that but it seems like a bit >of a waste. Problably I don't understand the problem but If you still need the AIR17/FlashPlayer17 build what is wrong with having a 14.4.1_17 and 14.4.1_19 directory? Olaf -- Vie

Re: Best Practice for Upgrading Flex SDK for just AIR/FP

2015-10-08 Thread Velocedge
Ah, I forgot to say that I was using the SDK Installer on a Windows box. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Best-Practice-for-Upgrading-Flex-SDK-for-just-AIR-FP-tp11283p11288.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Best Practice for Upgrading Flex SDK for just AIR/FP

2015-10-08 Thread pkumar.flex
Best way to achieve is that compile Flex SDK 4.14.1 with Flash Player 19 playerGlobal and AIR 19 On Wed, Oct 7, 2015 at 11:29 PM, Velocedge [via Apache Flex Users] < ml-node+s246n11283...@n4.nabble.com> wrote: > I've installed SDK 14.4.1 with AIR and Flash 17. Now, I'd like to use > AIR and

Re: Full Screen Mode

2015-10-08 Thread pkumar.flex
You can dispatch F11 event as below: stage.dispatchEvent(new KeyboardEvent(KeyboardEvent.KEY_UP , true , false, 0 , Keyboard.F11)); On Wed, Oct 7, 2015 at 4:54 PM, megharajdeepak [via Apache Flex Users] < ml-node+s246n1127...@n4.nabble.com> wrote: > Hi there, > Right now when I hit F11 on t