[FlexJS][Maven] Comparing Maven and Ant output

2016-06-06 Thread Christofer Dutz
Hi, I have just started to compare the swcs build by the Ant Jenkins Builds with the ones built by Maven. I just added the "include-file" option to the compiler and have started to compare the js.swc versions catalog xml files. I noticed that there seems to be one difference in the "Document"

Re: [FlexJS] with ReactJS

2016-06-06 Thread Harbs
I wouldn’t say that 0.7.0 is all about Maven. It has quite a few odds and ends fixes, XML, Typed Node.js, etc. I think we should get 0.7 out. On Jun 6, 2016, at 12:26 AM, Alex Harui wrote: > > > On 6/5/16, 2:02 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > >> Right, >

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
Well, constraint layout is really important. I’m fine with using css for JS output, but that’s not going to help for a swf first workflow. I’d be happy to do some work on this, but frankly, I’m not sure where to start. If you could give me some pointers, it might help. I’ll try and look at the

Re: [FlexJS][Maven] Comparing Maven and Ant output

2016-06-06 Thread Alex Harui
On 6/6/16, 4:53 AM, "Christofer Dutz" wrote: >Hi, > > >I have just started to compare the swcs build by the Ant Jenkins Builds >with the ones built by Maven. I just added the "include-file" option to >the compiler and have started to compare the js.swc versions catalog xml >files. I noticed tha

Re: [FlexJS] with ReactJS

2016-06-06 Thread Alex Harui
On 6/6/16, 5:57 AM, "Harbs" wrote: >I wouldn’t say that 0.7.0 is all about Maven. It has quite a few odds and >ends fixes, XML, Typed Node.js, etc. True, sorry if I offended anyone by leaving their work unmentioned. But from my perspective, I don't think we've worked on what Carlos is looking

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
I’m a bit confused. In BasicLayout.layout() there’s the following code: var left:Number = ValuesManager.valuesImpl.getValue(child, "left"); var right:Number = ValuesManager.valuesImpl.getValue(child, "right"); var top:Number = ValuesMa

AW: [FlexJS][Maven] Comparing Maven and Ant output

2016-06-06 Thread Christofer Dutz
Hi Alex, I just had to remove an exclude to that file and now the output looks identical (ok ... the mod date is a different one, but that shouldn't matter). The Maven file is slightly bigger than the Ant one (2158 bytes), but I can't really tell what's the difference. Nothing major seems to be

AW: [FlexJS][Maven] Comparing Maven and Ant output

2016-06-06 Thread Christofer Dutz
Hi, So now I'm comparing createjs and here I can see a whole lot of classes included which are part of js ... I did link them using the external library path, so no Idea why they are packed in :-( Any suggestions? Chris Von: Christofer Dutz Gesendet:

AW: [FlexJS][Maven] Comparing Maven and Ant output

2016-06-06 Thread Christofer Dutz
Ok .. sorry for spamming today :( I removed some settings in my template for generating the extern compilation config-xml and now the output is identical to that of the Ant build (At least the catalog.xml inside the SWCs is identical except having different timestamps). Hopefully tomorrow I'll

Re: [FlexJS]Layout

2016-06-06 Thread Peter Ent
I did a lot of work on the layouts - in fact I re-wrote it at least once. For BasicLayout, we pull each child's CSS values and use them. They should work. The other layouts, vertical and horizontal, use some CSS styles too (padding and margin). The layout beads try to watch for changes in the siz

Re: [FlexJS]Layout

2016-06-06 Thread Alex Harui
On 6/6/16, 6:02 AM, "Harbs" wrote: >Well, constraint layout is really important. I’m fine with using css for >JS output, but that’s not going to help for a swf first workflow. What do you mean by "constraint layout"? The Spark layout with ConstraintColumns and ConstraintRows? IIRC, it used a

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
If I’m understanding correctly, the constraints are already working as css for both browser and Flash. Correct? What’s the right way to go about declaring these values? Assuming I have some markup like this:

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread jude
I'm using FlexJS 0.6.0. CSS should get LTRB support for free on the HTML side. The horizontal and vertical positioning is possible but you have to use transforms and possibly ensure some other specific conditions. I was going to look into how the layout is working to see how difficult it would be

Re: [FlexJS] with ReactJS

2016-06-06 Thread Harbs
If the Maven build is done in the next week or two, I think we should wait. If it’ll be longer than that, I think we should try and get the current version out the door. On Jun 6, 2016, at 9:15 AM, Alex Harui wrote: > >> >> I think we should get 0.7 out. > > I keep hoping Chris will report

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
Never mind. I see you answered this question in the other discussion: This seems to work well. I could definitely get used to this. On Jun 6, 2016, at 11:48 AM, Harbs wrote: > If I’m understanding correctly, the constraints are already working as css > for both b

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread Harbs
I think this is the right way, but like I keep mentioning, we need to improve the docs. I do think that simple number values should be shortcuts to the pixel values. I’m going to try and add that to SimpleCSSStyles. On Jun 5, 2016, at 9:39 AM, Alex Harui wrote: > 2) Subobject, such as: >

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread Josh Tynjala
I am interested in a Seattle event during the summer, and I'd be happy to speak. - Josh On Thu, Jun 2, 2016 at 1:57 PM, Alex Harui wrote: > First, a big thank you to those who helped plan and participate in the > first FlexJS World Tour event in San Francisco this past April. > > Since we've be

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread Harbs
Scratch that. It looks like it was already done. :-) is the same as: On Jun 6, 2016, at 12:43 PM, Harbs wrote: > I think this is the right way, but like I keep mentioning, we need to improve > the docs. > > I do think that simple num

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
Next question: Is there a canned way to trigger a re-layout on a browser window resize? CSS constraints only work if the parent element is big enough. On Jun 6, 2016, at 12:41 PM, Harbs wrote: > Never mind. I see you answered this question in the other discussion: > > > >

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
To answer my own question, I see this was already answered in another discussion: However, when I add this, I get an error on this line: var /** @type {org.apache.flex.core.UIBase} */ initialView = org.apache.flex.utils.Language.as(this.app.initialView, org

Re: [FlexJS]Layout

2016-06-06 Thread jude
I think for HTML5 we want to set the html and body width and height to 100%. That should enable elements on the body to be constrained to the edge of the browser window. Peter, on the layout containers, I think we may be able to use a single container if we don't have any chrome but still want scr

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread OmPrakash Muppirala
I think we should do both! Two speakers for a one day event followed by a hands on training session would be really cool. If Alex can make it to both, then we have 2 speakers already for both venues. (There is an outside chance I can make it to Seattle depending on when exactly the date is) Tha

Re: [FlexJS]Layout

2016-06-06 Thread Alex Harui
On 6/6/16, 10:40 AM, "Harbs" wrote: >To answer my own question, I see this was already answered in another >discussion: > > > >However, when I add this, I get an error on this line: > var /** @type {org.apache.flex.core.UIBase} */ initialView = >org.apache.flex.ut

Re: [FlexJS]Layout

2016-06-06 Thread Alex Harui
On 6/6/16, 10:49 AM, "jude" wrote: >I think for HTML5 we want to set the html and body width and height to >100%. That should enable elements on the body to be constrained to the >edge >of the browser window. > >Peter, on the layout containers, I think we may be able to use a single >container

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread Alex Harui
On 6/6/16, 8:48 AM, "jude" wrote: >I'm using FlexJS 0.6.0. Then the source path would end with src/main/flex > >CSS should get LTRB support for free on the HTML side. The horizontal and >vertical positioning is possible but you have to use transforms and >possibly ensure some other specific c

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread Alex Harui
On 6/6/16, 11:03 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I think we should do both! Two speakers for a one day event followed by a >hands on training session would be really cool. If Alex can make it to >both, then we have 2 speakers already for both venues. > >(There

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread Alex Harui
On 6/6/16, 9:47 AM, "Josh Tynjala" wrote: >I am interested in a Seattle event during the summer, and I'd be happy to >speak. OK, let's see if we can get a few folks to indicate interest in attending a Seattle event in July/August. Please indicate if you plan to attend in person or on-line. -

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread OmPrakash Muppirala
On Mon, Jun 6, 2016 at 11:33 AM, Alex Harui wrote: > > > On 6/6/16, 11:03 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >I think we should do both! Two speakers for a one day event followed by a > >hands on training session would be really cool. If Alex can make it to >

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread Alex Harui
On 6/6/16, 12:23 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >Please schedule it as per your (or actual attendees) I will try >to get away for a day trip, if possible. OK. For me the first week of July and last couple of weeks in August are bad. Josh, what are your rest

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
I had put it on the application after I had put it in the view. My mistkae was that I forgot to remove it from the view. It’s working now… On Jun 6, 2016, at 2:20 PM, Alex Harui wrote: > > > On 6/6/16, 10:49 AM, "jude" wrote: > >> I think for HTML5 we want to set the html and body width an

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-06 Thread Josh Tynjala
I can't do July 1-5 or July 21-25. - Josh On Mon, Jun 6, 2016 at 2:06 PM, Alex Harui wrote: > > > On 6/6/16, 12:23 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > > >Please schedule it as per your (or actual attendees) I will try > >to get away for a day trip, if possibl

Re: [FlexJS]Layout

2016-06-06 Thread jude
I was looking to add some default styles to the HTML page and it looks like Falcon JX is creating it dynamically , "The FalconJX compiler will generate an index.html file and a single minified .js file in bin/js-release and a

Re: can i custom override some base class Vector.?

2016-06-06 Thread lizhi
is it there have some imprt?now days -- View this message in context: http://apache-flex-development.247.n4.nabble.com/can-i-custom-override-some-base-class-Vector-Number-tp52860p53371.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS]Layout

2016-06-06 Thread Alex Harui
On 6/6/16, 5:01 PM, "jude" wrote: >I was looking to add some default styles to the HTML page and it looks >like >Falcon JX is creating it dynamically >, >"The FalconJX compiler will generate an index.html file and a single

Re: can i custom override some base class Vector.?

2016-06-06 Thread Alex Harui
On 6/6/16, 8:02 PM, "lizhi" wrote: >is it there have some imprt?now days I haven't found time to work on it. Volunteers are welcome. -Alex

Re: can i custom override some base class Vector.?

2016-06-06 Thread lizhi
which code do those thing? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/can-i-custom-override-some-base-class-Vector-Number-tp52860p53374.html Sent from the Apache Flex Development mailing list archive at Nabble.com.