Re: adobe air sdk problems

2016-05-18 Thread OmPrakash Muppirala
On May 18, 2016 11:11 PM, "Anton Bondarenko" wrote: > > flex 4.14.1 and air 17 works fine. > its more interesting that requests to my server doesn't work too. > But getting address from google by gps coords works fine. Did you try the fix mentioned in the adobe forum post? That is, add NSAppTra

Re: adobe air sdk problems

2016-05-18 Thread Anton Bondarenko
good morning. according to documentation i finally found *iOS SDK Upgrade (Starting 20.0.0.206)* "AIR Runtime is now built with iOS 9 SDK which enables AIR developers to use ANEs built with iOS 9 APIs without using the –platformSDK switch while packaging with ADT. App Transport Security (ATS) is

Re: adobe air sdk problems

2016-05-18 Thread Fabrice Montfort
FWIW, Apple iOS 9.x introduces a new security mechanism for web requests. We must set some parameters in the XML file (info.plist) of the AIR application. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html Maybe this can help 2016-05-19 10:11 GMT+04:00

Re: adobe air sdk problems

2016-05-18 Thread Anton Bondarenko
flex 4.14.1 and air 17 works fine. its more interesting that requests to my server doesn't work too. But getting address from google by gps coords works fine. 2016-05-18 20:34 GMT+04:00 OmPrakash Muppirala : > I got the same problem a few days ago. Looks like something changed in > iOS and a ch

Re: AW: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-18 Thread Alex Harui
I have merged the ide-projects branch into develop. Now there is a second set of Flash Builder project files to build the SWCs that have JS-specific APIs. I've also updated two of our wiki pages to reflect these changes. [1][2] -Alex [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+

Re: [FlexJS][Styles] Compiler wrongly adds commas as separators between values

2016-05-18 Thread Alex Harui
On 5/18/16, 10:35 AM, "OK" wrote: > >It seems to me that 'box-shadow' as well as 'font-family' does not work >with >the swf version. The SWF side does not yet have a full implementation of CSS. Volunteers are welcome to make it work better. -Alex

Re: [FlexJS][Styles] Compiler wrongly adds commas as separators between values

2016-05-18 Thread OK
Hi Alex, the HTML version works as expected now (box-shadow is drawn) and the 'font-family' values are still comma separated. But with the swf version there's still no shadow. For me this is currently not an issue. Maybe it's interesting for you, so here's my test code snippet: https://gist.github

Re: TextInput layout changes after SDK upgrade

2016-05-18 Thread Alex Harui
Please file a JIRA issue and attach a simple test case including the -app.xml file. Thanks, -Alex On 5/18/16, 4:15 AM, "Fréderic Cox" wrote: >I only edited the AIR version since a compiler error showed up when I >switched. No other changes made. > >On Tue, May 17, 2016 at 5:19 PM, Alex Harui w

Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Harbs
compiler.strict-xml source-map There are a couple of “not sure”s on the page as well. On May 18, 2016, at 7:38 PM, Alex Harui wrote: > > > On 5/18/16, 12:58 AM, "Harbs" wrote: > >> Thanks for all this info. I updated the wiki.[1] >> >> There are some holes on the page, so if anyone could pr

Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Alex Harui
On 5/18/16, 12:58 AM, "Harbs" wrote: >Thanks for all this info. I updated the wiki.[1] > >There are some holes on the page, so if anyone could proof-read it and >add pertinent info, that would be helpful. Thanks for doing this. Which holes are you referring to? -Alex

Re: adobe air sdk problems

2016-05-18 Thread OmPrakash Muppirala
I got the same problem a few days ago. Looks like something changed in iOS and a change to .app.xml is required. Solution is here: https://forums.adobe.com/thread/2134653 This fixed my issues. Thanks, Om On May 18, 2016 6:37 AM, "Anton Bondarenko" wrote: > Hello all. > While developing appli

Re: AW: AW: [DISCUSS] Handling of namespaces and xml

2016-05-18 Thread Alex Harui
On 5/18/16, 1:58 AM, "Christofer Dutz" wrote: >Hi Alex, > >I just had a look at the content of the catalog.xml and I agree actually >the information should be available automatically without packing >anything in the SWC. >How much work would it be to make the compiler use this? I am currently >

Re: AW: AW: [DISCUSS] Handling of namespaces and xml

2016-05-18 Thread Alex Harui
On 5/18/16, 8:06 AM, "Christofer Dutz" wrote: >Hi, > >so I implemented this functionality. There is now a plugin goal that goes >through the dependencies of the current module and creates >manifest/namespace files for each uri it finds and automatically adds >this to the compiler configuration.

AW: AW: [DISCUSS] Handling of namespaces and xml

2016-05-18 Thread Christofer Dutz
Hi, so I implemented this functionality. There is now a plugin goal that goes through the dependencies of the current module and creates manifest/namespace files for each uri it finds and automatically adds this to the compiler configuration. With this in place I got most of the examples to com

Re: [FlexJS]as int

2016-05-18 Thread Harbs
You’re right. My test was not done well. So it should probably be: >> return intVal === numVal ? intVal : null; On May 18, 2016, at 3:40 PM, Andy Dufilie wrote: > (5.3 as int) is null, and "var x:int = null;" becomes zero. > > Sent from my Android > On May 18, 2016 6:54 AM, "Harbs" wrote: >

adobe air sdk problems

2016-05-18 Thread Anton Bondarenko
Hello all. While developing applications on flex now i have a few problem with publication on itunes and playmarket, and ios devices. I tried to use flex 4.14.1 and 4.15.0 with air 17, 20, 21, 22 beta. The problem's link is next. Air 17 has a problem with open ssl on playmarket

Re: [FlexJS]as int

2016-05-18 Thread Andy Dufilie
(5.3 as int) is null, and "var x:int = null;" becomes zero. Sent from my Android On May 18, 2016 6:54 AM, "Harbs" wrote: > It seems like it’s 0. > > Either way, simply changing it to Number does not seem like a good > solution. > > We probably need to do something like this: > > function asInt(v

Re: TextInput layout changes after SDK upgrade

2016-05-18 Thread Fréderic Cox
I only edited the AIR version since a compiler error showed up when I switched. No other changes made. On Tue, May 17, 2016 at 5:19 PM, Alex Harui wrote: > Did you upgrade the -app.xml file? I'm wondering if there are settings in > there affecting how it shows up. > > -Alex > > On 5/17/16, 3:23

Re: Need Info

2016-05-18 Thread OK
Hi, to get best possible support also some code might be helpful ;-) Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Need-Info-tp53126p53130.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS]as int

2016-05-18 Thread Harbs
It seems like it’s 0. Either way, simply changing it to Number does not seem like a good solution. We probably need to do something like this: function asInt(value){ var intVal:int = int(value);//this should call parseInt() var numVal:Number = parseFloat(value) return intVal == numVal ? in

Re: [FlexJS]as int

2016-05-18 Thread Andy Dufilie
On May 18, 2016 2:50 AM, "Harbs" wrote: > > Isn’t this a behavior change? > > What happens if you do "5.3 as int” in ActionScript? Don’t you get 5? > I just tested this and got null.

Re: Need Info

2016-05-18 Thread Marcus Fritze
Hi, attachments are not working by the server. You should upload the image somewhere. > Am 18.05.2016 um 11:40 schrieb Barath Ramalingam : > > hello team, > Right now we have planned convert our existing Flex project > to Flexjs.I have tried a basic web app.I got error in >

Need Info

2016-05-18 Thread Barath Ramalingam
hello team, Right now we have planned convert our existing Flex project to Flexjs.I have tried a basic web app.I got error in 'MXMLDataInterpreter.js:' file on line number 307.I am not familiar with java script.I need assistance on this issue.I also attached my error image wi

AW: AW: [DISCUSS] Handling of namespaces and xml

2016-05-18 Thread Christofer Dutz
Hi Alex, I just had a look at the content of the catalog.xml and I agree actually the information should be available automatically without packing anything in the SWC. How much work would it be to make the compiler use this? I am currently working on the compilation of the examples using Maven

Re: [FalconJX]Compilers and arguments

2016-05-18 Thread Harbs
Thanks for all this info. I updated the wiki.[1] There are some holes on the page, so if anyone could proof-read it and add pertinent info, that would be helpful. [1]https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers On May 10, 2016, at 6:09