Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Tried through the bash and result is same. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56428.html Sent from the Apache Flex Development mailing list archive at Nabble.c

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Yes Alex I'm on Windows 10. I've tried apply patch by Source Tree [1]. Do you recommend me to use command line ? Source tree has also bash console I will try by console later today. [1] https://www.sourcetreeapp.com/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread Alex Harui
Hi Piotr, You are using Windows? Are you running from command prompt, cygwin, git bash or something else? -Alex On 11/9/16, 9:33 PM, "piotrz" wrote: >I've tried apply patch using Source Tree and got same result as building >by >maven -> https://paste.apache.org/FsuI > > > >- >Apache Flex

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
I've tried apply patch using Source Tree and got same result as building by maven -> https://paste.apache.org/FsuI - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56425.htm

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 3:38 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Now, we have inline styles fixed (and committed it in Chris branch), but >as >I traslated the same example to a css class, I get this: > >this["background"] = [unexpected value type: url('assets/Unknown.jpg'), >"c

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
Now, we have inline styles fixed (and committed it in Chris branch), but as I traslated the same example to a css class, I get this: this["background"] = [unexpected value type: url('assets/Unknown.jpg'), "center", "/", "cover"]; Unexpected identifier 'value'. Expected either a closing ']' or a '

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
That was Alex, now Image appears...is the leading space... so we need to trim Thanks! this was really hard to get 2016-11-09 23:54 GMT+01:00 Alex Harui : > > > On 11/9/16, 2:17 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >That line is right, if I put trace("styles: "

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 2:17 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >That line is right, if I put trace("styles: " + p + " :: " + value); I get > >"styles: background :: url('assets/Unknown.jpeg') center / cover" > >so right... > >but in the DOM we get: > > > >So the background is

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
That line is right, if I put trace("styles: " + p + " :: " + value); I get "styles: background :: url('assets/Unknown.jpeg') center / cover" so right... but in the DOM we get: So the background is eliminated... 2016-11-09 23:10 GMT+01:00 Alex Harui : > > > On 11/9/16, 2:02 PM, "carlos.

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 2:02 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >both "parseStyles" and "applyStyles" trace output shows background >property. >But in "getValue" if I check for valueName == "background", I can't get >nothing (I get iBeadModel, iBeadController, width

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
Hi Alex, both "parseStyles" and "applyStyles" trace output shows background property. But in "getValue" if I check for valueName == "background", I can't get nothing (I get iBeadModel, iBeadController, width, height) I'm very confused about this. from what code are this methods be called? Tha

Re: [LAST CALL] Flex SDK 4.16

2016-11-09 Thread Justin Mclean
Hi, > What do we want to do about the BrokerLocalConnection option for MXMLC? I don't think it’ needed for this release. It would be nice if we had move information on what the option is. I’d look at the differences and while the files differ by one byte it’s not a simple bit flip which is wha

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread piotrz
Alex, Logs from build of typedefs was in previous post. [1] https://paste.apache.org/XuzH Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56416.html Sent from the

Re: AW: Allowing PUT and DELETE requests in HTTPService

2016-11-09 Thread chechoportnoy
This works! Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Allowing-PUT-and-DELETE-requests-in-HTTPService-tp49018p56414.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-09 Thread Alex Harui
OK, I think I got everything building via Ant in the example-maven-dirs branch. The Maven build also worked for me. I'm ready for you to try to merge it into develop. -Alex On 11/5/16, 7:13 AM, "Alex Harui" wrote: >I'll add it to my list. I'm still trying to get the DesktopMap example to >ru

Re: Compiling native

2016-11-09 Thread Alex Harui
On 11/9/16, 10:40 AM, "Dev LFM" wrote: >Hi guys, > >Is there anyone here who knows if it is possible for AIR (only >stage3d) projects be compiled to native code (webgl/opengl/directX/etc..), >I mean.. converted to native objective-c/java + GPU stuff? > >My idea is that pure stage3d/as3 projects

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 10:58 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I think I have something, I'll explain later. I need to know how and where >the returning obj is write >I'm getting the "background" property (as I see with a trace) but this >continues to not be writ

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
Hi Alex, I think I have something, I'll explain later. I need to know how and where the returning obj is write I'm getting the "background" property (as I see with a trace) but this continues to not be write in the resulting HTML, os I think there's a block in the final dump of the obj 2016-11-09

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 10:31 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >maybe you said ";" and you want to say "/", I think the algorithm should >break in: > >parts[0] -> color: #666 >parts[1] -> height: 176px >parts[2] -> background: url('assets/Unknown.jpeg') center / c

Compiling native

2016-11-09 Thread Dev LFM
Hi guys, Is there anyone here who knows if it is possible for AIR (only stage3d) projects be compiled to native code (webgl/opengl/directX/etc..), I mean.. converted to native objective-c/java + GPU stuff? My idea is that pure stage3d/as3 projects, could be "easly" converted to ios/android native

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
Hi Alex, maybe you said ";" and you want to say "/", I think the algorithm should break in: parts[0] -> color: #666 parts[1] -> height: 176px parts[2] -> background: url('assets/Unknown.jpeg') center / cover and then when reach the latest, split in: pieces = ["background", "url('assets/Unknown.

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
Hi Carlos, I'm wondering if you get an error without your code in there. It might be that the trailing ';' in the string creates a problem for the algorithm. It might split the parts into 4 parts where the last part is essentially an empty string and thus there is no ':' and so pieces[1] will be

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
I want that having this line: avoid background property removal. So in this method I added the bold lines: public function parseStyles(styles:String):Object { var obj:Object = {}; var parts:Array = styles.split(";"); for each (var part:String in part

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Alex Harui
On 11/9/16, 9:22 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I'm trying to do this simple String operation: > >if(value.indexOf("url") >= 0) > obj[pieces[0]] = pieces[1]; > >and browser is reporting this error: > >"TypeError: null is not an object (evaluat

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
Hi Alex, I'm trying to do this simple String operation: if(value.indexOf("url") >= 0) obj[pieces[0]] = pieces[1]; and browser is reporting this error: "TypeError: null is not an object (evaluating 'value.indexOf')" maybe is something simple I can't see, but I can't see the problem here.

Re: MDL Tweet

2016-11-09 Thread Carlos Rovira
Great Alex, hope you catch it :) 2016-11-09 16:56 GMT+01:00 Alex Harui : > > > On 11/9/16, 3:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Yeah, for that reason is what I was saying that hope Alex (and others on > >ANT) could review soon this branch and see if all i

Re: [FlexJS] Stuck with Images vía CSS

2016-11-09 Thread Carlos Rovira
I'll try to see it and report about my findings thanks 2016-11-09 0:04 GMT+01:00 Alex Harui : > > > On 11/8/16, 2:53 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, > > > >I think I only need for now, "background-image" management. > >So could you add the abi

Re: [LAST CALL] Flex SDK 4.16

2016-11-09 Thread Alex Harui
What do we want to do about the BrokerLocalConnection option for MXMLC? -Alex On 11/8/16, 2:59 PM, "Justin Mclean" wrote: >Hi, > >We’re getting closer to making a release candidate for the next Flex SDK >release. > >Currently the two things holding up this release are there two JIRAs: >[1] FLE

Re: MDL Tweet

2016-11-09 Thread Alex Harui
On 11/9/16, 3:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Yeah, for that reason is what I was saying that hope Alex (and others on >ANT) could review soon this branch and see if all is ok to merge :) I started on this yesterday. I'm having a puzzling problem with Zip-i

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-09 Thread Alex Harui
I'm not seeing a patch error in your pasted log. This log looks more like the build for the MDL branch didn't build the MDL swc or store it as a snapshot in your local repo. Regarding the patch, I think Maven and Ant are calling git patch instead of GNU's patch. Can you try manually applying the

Re: [LAST CALL] Flex SDK 4.16

2016-11-09 Thread Mihai Chira
I am reverting [1] in the next few hours, and we'll continue the discussion after the release to find a solution which doesn't break backwards compatibility. On 8 November 2016 at 23:59, Justin Mclean wrote: > Hi, > > We’re getting closer to making a release candidate for the next Flex SDK > rel

Re: MDL Tweet

2016-11-09 Thread Carlos Rovira
Yeah, for that reason is what I was saying that hope Alex (and others on ANT) could review soon this branch and see if all is ok to merge :) 2016-11-09 12:22 GMT+01:00 Christofer Dutz : > Well merging this will break the ant build for the examples, that's why I > didn't want do do it yet. > > Chr

AW: MDL Tweet

2016-11-09 Thread Christofer Dutz
Well merging this will break the ant build for the examples, that's why I didn't want do do it yet. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Carlos Rovira Datum: 08.11.16 23:24 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: MDL Tw