Re: [FlexJS] SVGElement warning

2015-09-03 Thread Erik de Bruin
I looked into this a while ago. It seemed related to the 'externs' that are fed into the GCC. The SVG externs are bunched in with the 'regular' JS.SWC externs, but there are some issues with the SVG externs such that they cause trouble :-( I (obviously) wasn't able to fix it. Also, the SVG stuff

AW: AW: AW: AW: FlexMojos with RSLs

2015-09-03 Thread Christofer Dutz
Ok ... just did a refactoring and deployed an update of the flex-sdk-converter libraries. I streamlined the ProxySettings and the way the web is accessed ... please give it a try ... the CLI now has 5 more options -proxyProtocol -proxyHost -proxyPort -proxyUsername -proxyPassword Hope this fin

Re: TLF IME

2015-09-03 Thread Harbs
FWIW, I did not figure out what was disabling the IME. I did figure out how to get the IME working though. When the TextFlow gets focus, I just added IME.enabled = true; For the sake of completeness I’m documenting my observations of IME behavior: IME works inline on all Windows browsers and in

Re: SDK Installer trouble

2015-09-03 Thread Nicholas Kwiatkowski
They didn't give a drop-dead date for the move, but they asked us to start making the change. I think it would be reasonable for us to push that change with the next installer update. I don't think we need our own CGI script in the future, if we can utilize the JSON file. They originally put tha

Android device visual problems with SDK 4.14.1

2015-09-03 Thread Jerry Hamby
I needed to update my Android app because of the “OpenSSL” issue, so I downloaded the 4.14.1 SDK. Everything works fine with the upgrade so far in Flash Builder 4.7, but when I published to Android devices I’m seeing some visual changes that don’t appear in authoring mode. 1-

Re: Android device visual problems with SDK 4.14.1

2015-09-03 Thread Nicholas Kwiatkowski
In 4.14, we updated the mobile skins to look closer to the default skins provided by the OS. We did include a compiler option that will bring back the old default. More information can be found at : https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=50856172 -Nick On Thu, Sep 3, 2

Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-09-03 Thread Alex Harui
Peter and I are almost done tuning the examples. I will try to update the nightly tonight and send another notice when that’s ready. Then it would be great if folks can try it out, especially the two new build scripts that grab the dependent repos and build them. I still haven’t renamed jsc.*, d

Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-09-03 Thread OmPrakash Muppirala
In your original email, you said Install the nightly, then run ‘ant’ from > >>there and see if it works for you. Did you mean download the nightly? Or install it via the Installer? Thanks, Om On Thu, Sep 3, 2015 at 3:26 PM, Alex Harui wrote: > Peter and I are almost done tuning the examples

Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-09-03 Thread Alex Harui
Use the installer to get the nightly build. My thought was most folks would install flexjs then try to figure out how to hack framework code. I also recently added an "all" target such that if you have cloned flex-asjs it will clone and build the other repos. Sent from my LG G3, an AT&T 4G LT

Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-09-03 Thread Alex Harui
OK, the nightly builds have been updated. Please try the build scripts. If you already have the flex-asjs repo, make sure you have the pre-requisites described here [1] then pull the latest changes and run ‘ant all’. If you don’t have the repos and have installed the flexjs nightly, also make sur