Re: Adobe bug / jira offline?

2013-06-08 Thread Alex Harui
On 6/7/13 4:43 PM, Mark Kessler kesslerconsult...@gmail.com wrote: The new bugbase does not have any of the Adobe Flex tickets in it... or list that it was a product. Does this mean we can mark all those issues from 2007/2008 that have inaccessible (well at least right now) attachments from

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

2013-06-08 Thread Alex Harui
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 aha...@adobe.com wrote: Not on purpose but doesn't matter. I have to rework some tests locally before trying again on the vm. Sent via

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 aha...@adobe.com 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 aha...@adobe.com wrote: Not on purpose

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 a

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 run

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

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

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

Build failed in Jenkins: flex-sdk #76

2013-06-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk/76/ -- Started by timer Building remotely on windows1 in workspace https://builds.apache.org/job/flex-sdk/ws/ Checkout:flex-sdk / https://builds.apache.org/job/flex-sdk/ws/ -

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

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 aha...@adobe.com 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

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 labri...@digitalprimates.net 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

Re: Adobe bug / jira offline?

2013-06-08 Thread Alex Harui
On 6/8/13 7:07 AM, Justin Mclean jus...@classsoftware.com 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

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

Build failed in Jenkins: flex-sdk_mustella #146

2013-06-08 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/146/changes 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, flex.muste...@gmail.com wrote: See http://localhost:8080/job/flex-sdk_mustella/146/changes Changes: [aharui] Try to use XML diffs to be tolerant of small floating point differences [aharui] fix bugs in xmldiffer

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

Build failed in Jenkins: flex-sdk_asdoc #27

2013-06-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_asdoc/27/ -- Started by timer Building remotely on windows1 in workspace https://builds.apache.org/job/flex-sdk_asdoc/ws/ Checkout:flex-sdk_asdoc / https://builds.apache.org/job/flex-sdk_asdoc/ws/ -

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

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 aha...@adobe.com wrote: On 6/8/13 7:07 AM, Justin

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 maxime.co...@gmail.com wrote: @Carlos: Interesting idea. I had already created a Flex 4 implementation of PopUp / Alert that can be

Re: New Mustella Failures

2013-06-08 Thread Alex Harui
On 6/8/13 11:15 AM, Justin Mclean jus...@classsoftware.com 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

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 bigosma...@gmail.commailto:bigosma...@gmail.com Date: Saturday, June 8, 2013 11:56 AM To: dev@flex.apache.orgmailto:dev@flex.apache.org dev@flex.apache.orgmailto:dev@flex.apache.org Cc: