Re: Build failed in Jenkins: flex-sdk_mustella #144

2013-06-08 Thread OmPrakash Muppirala
I just started a run. -Om On Fri, Jun 7, 2013 at 11:57 PM, Alex Harui wrote: > Well, I fixed a bunch more issues. If you have time, sync up and kick off > another run and let's see if we're closer. > > -Alex > > On 6/7/13 6:11 AM, "Alex Harui" wrote: > > >Not on purpose but doesn't matter. I

Re: New Mustella Failures

2013-06-08 Thread Justin Mclean
Hi, > 1) ADG mirroring. The failing bitmap shows the text flipped (as if viewed > in a mirror). I think mirrored in Flex is supposed to flip everything but > text widgets so the font glyphs themselves are not mirrored, just laid out > RTL or LTR depending on the characters. I did ask about this

Re: New Mustella Failures

2013-06-08 Thread Justin Mclean
Hi, >> 1) ADG mirroring. The failing bitmap shows the text flipped (as if viewed >> in a mirror). Look closer at the test it setting the layout direction RTL not the direction so only the columns should be reverse order not the text. Look like there's an issue with the test as the same code

Re: Popups in Flex 4 / FlexJS

2013-06-08 Thread Carlos Rovira
Hi Alex, I think is a good approach. PopUpManager should not be present unless application requeriments needed. As well a more advanced manager like an MDIManager would be required if application is MDI, something that we don't have in Flex 4 out-of-the-box. So maybe Managers could be added as bea

Re: UIComponent lifecycle and invalidation in FlexJS

2013-06-08 Thread Carlos Rovira
I see the point. I think JS version could live without invalidation, as I think this was always its nature, but SWF version maybe not...as you said maybe it's better to see how far can we reach without this lifecycle. In Flex 4, for displaylist invalidation and components visuals redraw, users nee

Re: Adobe bug / jira offline?

2013-06-08 Thread Mark Kessler
I figured you would have a copy of the attachments so I wasn't worried. But it does make the old issues hard to take care of... even if they are so old, they are a low-priority lol. You probably don't have much time to write the tools atm either, you've been busy. Should we change the old Adobe i

Build failed in Jenkins: flex-sdk #76

2013-06-08 Thread Apache Jenkins Server
See -- Started by timer Building remotely on windows1 in workspace Checkout:flex-sdk / - hudson.remoting.Channel@69621882

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-08 Thread Skogen, Espen
My immediate thought on the delegate pattern is that it feels a little awkward. As a flex dev, I feel the event flow would be more familiar, but I guess we need to ask ourselves whether these api's will be used by old flex hats or whether we're appealing to a new group of developers. Maybe you

Re: Adobe bug / jira offline?

2013-06-08 Thread Justin Mclean
Hi, > You probably don't have much time to write the tools atm either, you've > been busy. Should we change the old Adobe imported ones so they don't show > up as major / unassigned issues? -1 Until we know that they are still not bugs that effects the current SDK I'd leave them open. Justin

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-08 Thread Carlos Rovira
2013/6/8 Alex Harui > > Good point, we forgot about that. It might be possible to use includeIn > to defer its instantiation or add some other attribute that works like > that but isn't tied to states. > > So from your response seems you're thinking in a state implementation similar to what we h

Re: FlexUnit Wiki Status

2013-06-08 Thread Cyrill Zadra
Thanks Mike.. I'll have a look at it. Cyrill On Wed, Jun 5, 2013 at 7:57 AM, Michael A. Labriola wrote: >>.. you could add those files to >>https://issues.apache.org/jira/browse/FLEX-33490. If possible also html web >>content as a zip archive. So that we have got everything collected here at >

Re: Adobe bug / jira offline?

2013-06-08 Thread Alex Harui
On 6/8/13 7:07 AM, "Justin Mclean" wrote: >Hi, > >> You probably don't have much time to write the tools atm either, you've >> been busy. Should we change the old Adobe imported ones so they don't >>show >> up as major / unassigned issues? >-1 Until we know that they are still not bugs that ef

Re: New Mustella Failures

2013-06-08 Thread Alex Harui
IIRC, you added or removed a validateNow()? That could affect timing, so the CompareBitmap may need or not need to WaitForLayoutManager. But if waiting helps, consider that this could mean an app that's busy so the frame rate slows might see a flicker. On 6/8/13 2:34 AM, "Justin Mclean" wrote:

Build failed in Jenkins: flex-sdk_mustella #146

2013-06-08 Thread flex . mustella
See Changes: [aharui] Try to use XML diffs to be tolerant of small floating point differences [aharui] fix bugs in xmldiffer [aharui] fix bug in xmldiffer [jmclean] Fix file case issue. [jmclean] Fix file case issues [jmclean] Changed

Re: New Mustella Failures

2013-06-08 Thread Justin Mclean
The validate now was being called multiple times - removing it significantly improved performance. Why is the text reversed in the bitmap only the columns should be in reverse order.

Re: Build failed in Jenkins: flex-sdk_mustella #146

2013-06-08 Thread OmPrakash Muppirala
This is progress! Down to 15 failures now. Om On Jun 8, 2013 9:15 AM, wrote: > See > > Changes: > > [aharui] Try to use XML diffs to be tolerant of small floating point > differences > > [aharui] fix bugs in xmldiffer > > [aharui] fix bu

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-08 Thread Maxime Cowez
@Carlos: Interesting idea. I had already created a Flex 4 implementation of PopUp / Alert that can be used in a declarative way (see https://github.com/RIAstar/SkinnablePopUpFx). I'll see if I can tweak it to leverage your idea; don't think it should be too hard. Max On Sat, Jun 8, 2013 at 4:30 P

Build failed in Jenkins: flex-sdk_asdoc #27

2013-06-08 Thread Apache Jenkins Server
See -- Started by timer Building remotely on windows1 in workspace Checkout:flex-sdk_asdoc / - hudson.r

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-08 Thread Maxime Cowez
Right, that turned out to be harder than I anticipated. To get this to work I had to do the following things: - redeclare all event metadata that is declared by the Alert component and its base classes (to be able to use mxml event handlers) - extend EvenDispatcher and relay all events dispatched b

Re: Adobe bug / jira offline?

2013-06-08 Thread Mark Kessler
Well not sure what to do with them really. Wouldn't mind just knocking some of them out from time to time. But if you can't replicate them properly it would be nice at least downgrade them. -Mark On Sat, Jun 8, 2013 at 11:13 AM, Alex Harui wrote: > > > On 6/8/13 7:07 AM, "Justin Mclean" wro

Re: Adobe bug / jira offline?

2013-06-08 Thread Alex Harui
Not sure what you mean by "properly". Because of the way JIRA databases work, it is a ton of work to migrate JIRA systems. You need to have the same user names in the destination system and/or map to new names which is impractical especially given that I believe a lot of the Adobe JIRA users are

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-08 Thread Alex Harui
Sounds interesting. If one of you can sketch out what the MXML would look like, it would help clarify what you're thinking. -Alex On 6/8/13 12:13 PM, "Maxime Cowez" wrote: >@Carlos: Interesting idea. I had already created a Flex 4 implementation >of >PopUp / Alert that can be used in a declara

Re: New Mustella Failures

2013-06-08 Thread Alex Harui
On 6/8/13 11:15 AM, "Justin Mclean" wrote: >The validate now was being called multiple times - removing it >significantly improved performance. > >Why is the text reversed in the bitmap only the columns should be in >reverse order. Don't know OTOH. One possibility is that now that validateNow

Re: Build failed in Jenkins: flex-sdk_mustella #146

2013-06-08 Thread Alex Harui
Bummer. Was hoping for less than 6. Back to digging. From: OmPrakash Muppirala mailto:bigosma...@gmail.com>> Date: Saturday, June 8, 2013 11:56 AM To: "dev@flex.apache.org" mailto:dev@flex.apache.org>> Cc: "erikdebr...@apache.org" mail

[jira] [Commented] (FLEX-13423) DateChooser selectedRanges gives selectedRange start+1 day [if selectedRanges.rangeStart is same as selectableRange.rangeStart]

2013-06-08 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678955#comment-13678955 ] Justin Mclean commented on FLEX-13423: -- Unable to reproduce in develop branch. Can yo

Re: Build failed in Jenkins: flex-sdk_mustella #146

2013-06-08 Thread Alex Harui
OK, fixed a few more. Please sync and run again and see where we end up. If there are no bitmap compare failures, see if you can kick off a –failures run. One failure is complaining about a missing locale. You may need to run the other.locales target (or whatever it is called). -Alex From: