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
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
---
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
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
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
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
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
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
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
>
>
> 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
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
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
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
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
14 matches
Mail list logo