RE: [FDB] Integration

2014-05-30 Thread Frédéric THOMAS
@Alexander Fixed: https://issues.apache.org/jira/browse/FLEX-34346 (the compiled FDB attached) In a mxml file, when a inline item renderer is defined, a file id is added to the file list of the SWF linking the source of this file, 1 per item renderer + the class itself, the fix says if the pat

Re: [FDB] Integration

2014-05-30 Thread Alexander Doroshko
Works perfectly now, thanks for the fix! On 30.05.2014 15:07, Frédéric THOMAS wrote: @Alexander Fixed: https://issues.apache.org/jira/browse/FLEX-34346 (the compiled FDB attached) In a mxml file, when a inline item renderer is defined, a file id is added to the file list of the SWF linking t

[FalconJX] Question about generated index.html

2014-05-30 Thread Peter Ent
Hi, The index.html file that is generated has a element like this: new MapSearch().start(); I was wondering if it would be better to do it this way: function onLoadHandler() { new MapSearch().start(); } I ran into a situa

Re: [Mustella] still failing, must fix

2014-05-30 Thread Nicholas Kwiatkowski
So, have the tests been doing any better? I've been watching Erik's server, and the last few tests have been failing because of git/server issues, not code. -Nick On Tue, May 27, 2014 at 7:25 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >I just looked at another failure (Da

Re: [Mustella] still failing, must fix

2014-05-30 Thread Justin Mclean
Hi, > So, have the tests been doing any better? I've been watching Erik's > server, and the last few tests have been failing because of git/server > issues, not code. I've fixed the Alert issues, but Mikes issues and a few other still exist I not had time to look further as I'm at a conference

Re: [Mustella] still failing, must fix

2014-05-30 Thread Nicholas Kwiatkowski
Ok. I'll take another look at the menubar issue as well. On Fri, May 30, 2014 at 4:22 PM, Justin Mclean wrote: > Hi, > > > So, have the tests been doing any better? I've been watching Erik's > > server, and the last few tests have been failing because of git/server > > issues, not code. > > I

Re: [Mustella] still failing, must fix

2014-05-30 Thread Alex Harui
A few replies back I pointed out which commits broke what. At this point I'm not planning to spend time on trying to make tests pass, so if you have cycles to look at the impact of the XMLListCollection change, that would be great. In theory you should be seeing different mustella results with an

[FalconJX] event.type

2014-05-30 Thread Peter Ent
I have some AS code that has event.type in it. When this is cross-compiled to JavaScript, it is turned into event.get_type(), but the JS version of org.apache.flex.events.Event does not have a get_type() function. I'm wondering if we should add it so cross-compiled code works? Peter Ent Adobe S

Re: [FalconJX] event.type

2014-05-30 Thread Alex Harui
Yes, please add. On 5/30/14 1:51 PM, "Peter Ent" wrote: >I have some AS code that has event.type in it. When this is >cross-compiled to JavaScript, it is turned into event.get_type(), but the >JS version of org.apache.flex.events.Event does not have a get_type() >function. I'm wondering if we sh

Re: [Mustella] still failing, must fix

2014-05-30 Thread Nicholas Kwiatkowski
I'm using Windows 8.1, x86 for my machine that is running my mustella tests. The reason why it didn't get caught on my local machine is that the menubar (and related) weren't in the test path for XMLListCollection (as determined by MustellaDependancyDB). I rarely run the full/full tests on my loc

Re: [Mustella] still failing, must fix

2014-05-30 Thread Alex Harui
On 5/30/14 1:59 PM, "Nicholas Kwiatkowski" wrote: >I'm using Windows 8.1, x86 for my machine that is running my mustella >tests. I haven't used Win8 yet. I wonder if there is some Control Panel Display setting that affects the bitmaps. > >The reason why it didn't get caught on my local machin