Re: [FLEXJS] Layout

2015-08-10 Thread OmPrakash Muppirala
On Sat, Aug 8, 2015 at 10:04 PM, Alex Harui wrote: > > > On 8/8/15, 2:47 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >On Fri, Aug 7, 2015 at 9:50 PM, Alex Harui wrote: > > > >> One of my goals for FlexJS is to leverage as much code in the browser as > >> possible. Tha

RE: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Frédéric THOMAS
Hi Alex, I don't understand why we have that in frameworks\projects\Core\compile-asjs-config.xml         ../../libs/Core.swc     ../../libs/Graphics.swc     ../../libs/HTML.swc     ../../libs/Charts.swc It looks like circular dependency, could you explain ? Thanks, Frédéric THOMAS ---

RE: [FLEXJS] Layout

2015-08-10 Thread Kessler CTR Mark J
Just a side bar question. Does FlexJS use any type of html5/css reset files for setting up default formatting? r/s -Mark Kessler Senior Program Analyst MCICOM G4 Phone: (571) 256-7089 Email: mark.kessler@usmc.mil -Original Message- From: Alex Harui [mailto:aha...@adobe.com] S

Re: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Alex Harui
Hmm, might be a copy/paste error. Try removing HTML and Charts and see if you get an error. -Alex On 8/10/15, 5:57 AM, "Frédéric THOMAS" wrote: >Hi Alex, > >I don't understand why we have that in >frameworks\projects\Core\compile-asjs-config.xml > > > >../../libs/Core.swc >../../li

Re: [FLEXJS] Layout

2015-08-10 Thread Alex Harui
On 8/10/15, 5:57 AM, "Kessler CTR Mark J" wrote: >Just a side bar question. Does FlexJS use any type of html5/css reset >files for setting up default formatting? I had to lookup what that is. There isn’t such a thing now, but it can certainly be added to the html5 library. I think it would

Re: [FLEXJS] Layout

2015-08-10 Thread Alex Harui
On 8/10/15, 12:47 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Sat, Aug 8, 2015 at 10:04 PM, Alex Harui wrote: > >> >> >> Certainly, we can add a FlexBoxLayout. My main complaint is that >> HorizontalLayout via inline-block doesn’t work like I and hundreds of >> others

RE: [FLEXJS] Layout

2015-08-10 Thread Kessler CTR Mark J
The HTML resetting basically baselines all the browsers to roughly the same default state. We have used it in the past to give a better starting point. Here is a sample block of it that shows it resetting quite a few tags defaults. The concept is to run the reset.css file before you set up an

Re: [FLEXJS] Layout

2015-08-10 Thread Alex Harui
Another thing to remember about FlexJS is that there doesn’t have to be one way of doing things. We are offering different component sets and different themes/defaults.css files to let folks choose different starting points based on their needs. I haven’t checked the licensing, provenance, and br

RE: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Frédéric THOMAS
I even removed the entire section and I've have no compilation errors and the core tests passes, is that enough to ensure it can be safely removed ? Another thing, I see that in BrowserEvent.js /** * @type {?goog.events.BrowserEvent} */ org.apache.flex.events.BrowserEvent.prototype.wrappedEv

[FlexJS] FlexJS dev setup scripts

2015-08-10 Thread OmPrakash Muppirala
> > > My goal is to finish up FlexJSStore tune-up this week then cut another > nightly at which point we’ll verify all of your installer changes. If you > are looking for something related to do, I noticed Justin saying that > there are a lot of dependencies on other repos. It occurred to me that

RE: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Frédéric THOMAS
I'm trying now to compile the AS files in conditional compilation with COMPILE::AS3, because the first phase of the compilation is COMPILE::JS, I have JS.swc in my library-path. I was aware that some conflicts could occur for example the Event class, so I had the idea to introduce a new configu

Re: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Alex Harui
On 8/10/15, 6:19 PM, "Frédéric THOMAS" wrote: >I'm trying now to compile the AS files in conditional compilation with >COMPILE::AS3, because the first phase of the compilation is COMPILE::JS, >I have JS.swc in my library-path. > >I was aware that some conflicts could occur for example the Event

Re: [FlexJS] FlexJS dev setup scripts

2015-08-10 Thread Alex Harui
On 8/10/15, 3:33 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >> >> >> My goal is to finish up FlexJSStore tune-up this week then cut another >> nightly at which point we’ll verify all of your installer changes. If >>you >> are looking for something related to do, I noticed

Re: Re : Re: [FlexJS] Framework using externs (was: Setup Error)

2015-08-10 Thread Alex Harui
On 8/10/15, 11:05 AM, "Frédéric THOMAS" wrote: >I even removed the entire section and I've have no >compilation errors and the core tests passes, is that enough to ensure it >can be safely removed ? Well, try running ‘ant main’, then in examples/DataBindingTest run Ant again and see if you ge