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

2013-06-07 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" wrote: >Not on purpose but doesn't matter. I have to rework some tests locally >before trying again on the vm. > > > > >Sent via the PANTEC

Re: Adobe bug / jira offline?

2013-06-07 Thread Alex Harui
On 6/7/13 4:43 PM, "Mark Kessler" 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 the Adobe bugs... >as r

Jenkins build is back to normal : flex-sdk #72

2013-06-07 Thread Apache Jenkins Server
See

Build failed in Jenkins: flex-sdk #71

2013-06-07 Thread Apache Jenkins Server
See Changes: [bigosmallm] Using algorithm="md5" when generating md5 checksum because .md5 != .MD5 -- [...truncated 205 lines...] airsdk-clean: [delete] Deleting directory

Re: Adobe bug / jira offline?

2013-06-07 Thread Mark Kessler
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 the Adobe bugs... as resolved / incomplete :P -Mark On Fri, Jun 7,

Re: Adobe bug / jira offline?

2013-06-07 Thread Mark Kessler
I can't login to that new one using my adobe account. The one that I could log into the old bugs.adobe.com with. It wont let me create a new account with that name, so it must have the ability see it already exists. Going to make the bugs links in our JIRA harder to follow now. On Fri, Jun 7,

Re: Adobe bug / jira offline?

2013-06-07 Thread Marcus Fritze
I think this was the old issue management system. The "new" one is https://bugbase.adobe.com Marcus Am 08.06.2013 um 01:06 schrieb Mark Kessler : > Is adobe bugs/jira [1] offline? > > [1] http://bugs.adobe.com > > -Mark

[jira] [Resolved] (FLEX-13031) Up, Down keys do not always vertically scroll application

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-13031. - Resolution: Incomplete Assignee: Mark Kessler Example link no longer functions. However di

Adobe bug / jira offline?

2013-06-07 Thread Mark Kessler
Is adobe bugs/jira [1] offline? [1] http://bugs.adobe.com -Mark

[jira] [Closed] (FLEX-13031) Up, Down keys do not always vertically scroll application

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-13031. --- > Up, Down keys do not always vertically scroll application > ---

[jira] [Resolved] (FLEX-12964) There should be a suspend scrollbar validation in effects and transitions classes

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-12964. - Resolution: Cannot Reproduce Assignee: Mark Kessler Cannot produce bug. Does not have a pr

[jira] [Closed] (FLEX-12964) There should be a suspend scrollbar validation in effects and transitions classes

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-12964. --- > There should be a suspend scrollbar validation in effects and transitions > classes >

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-07 Thread Alex Harui
On 6/7/13 3:00 PM, "Carlos Rovira" wrote: >Hi Peter, > >how this will show up? calling "foo.show()"? > >I use to like this kind of UI Object declaration, but in this particular >case a problem I'm seeing is that we will generate the Alert although it's >not called by the user, isn't it? (callin

[jira] [Resolved] (FLEX-12909) Labels and Text should have text selectable by default

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-12909. - Resolution: Not A Problem Assignee: Mark Kessler Not a bug. Matter of personal preference

[jira] [Closed] (FLEX-12909) Labels and Text should have text selectable by default

2013-06-07 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-12909. --- > Labels and Text should have text selectable by default > --

Re: UIComponent lifecycle and invalidation in FlexJS

2013-06-07 Thread Alex Harui
On 6/7/13 3:15 PM, "Carlos Rovira" wrote: >I ask it some time ago and I think it was not taken into account, but I >think it's important. > >Right now FlexJS brings lots of new concepts like strands and beads or new >mxml "on the fly" but I don't see old but good techniques of legacy Flex >4. >

Re: Popups in Flex 4 / FlexJS

2013-06-07 Thread Alex Harui
Hi Carlos, Thanks for bringing this up. The plan is to change the popup implementation, but it isn't completely settled on how, so any input is welcome. In FlexJS, the Application is not a display object. That's because it encourages you to separate your views from other code, and because it di

UIComponent lifecycle and invalidation in FlexJS

2013-06-07 Thread Carlos Rovira
I ask it some time ago and I think it was not taken into account, but I think it's important. Right now FlexJS brings lots of new concepts like strands and beads or new mxml "on the fly" but I don't see old but good techniques of legacy Flex 4. One legacy thing I like was UIComponent lifecycle and

Popups in Flex 4 / FlexJS

2013-06-07 Thread Carlos Rovira
The thread opened by Peter about Alert, is very interesting since there's some question about underlying Popups in actual Flex 4 that I will like to see if can be enhanced in FlexJS. Maybe others could thing are ok with actual implementation, so for this reason is better to discuss a bit. One lega

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-07 Thread Carlos Rovira
Hi Peter, how this will show up? calling "foo.show()"? I use to like this kind of UI Object declaration, but in this particular case a problem I'm seeing is that we will generate the Alert although it's not called by the user, isn't it? (calling Alert.show() in the old way was generating the obje

[DISCUSS] Alerts and Dialogs in FlexJS

2013-06-07 Thread Peter Ent
Hi, I'm currently working on the Alert dialog for FlexJS. Alex and I have been discussing options regarding event handling from the Alert dialog which could provide a pattern for future dialogs. We thought it would been good to get some opinions. In Flex you normally post an Alert dialog using

Re: New Mustella Failures

2013-06-07 Thread Alex Harui
A fourth test is also failing because of the DividedBox changes: [java] MarshallPlan/ManagerTests/MP_CursorManager_Tests MP_CursorManager_DividedBox_compatibility Failed Timed out On 6/7/13 11:00 AM, "Alex Harui" wrote: >Hi Folks, > >On last night's Mac run, some new failures showed up.

New Mustella Failures

2013-06-07 Thread Alex Harui
Hi Folks, On last night's Mac run, some new failures showed up. If you made changes in these areas, please review your work. 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 f

Re: AW: Thoughts about CSS and Flex

2013-06-07 Thread Alex Harui
OTOH, Flex CSS differs from W3C in several ways: 1) non-standard property names do not follow W3C naming rules 2) Some common properties like margins are not supported 3) Size properties (width height, etc) not supported 4) Flex uses gap which is not supported in W3C CSS 5) Attribute selectors not

[jira] [Commented] (FLEX-33083) Flash builder report "An internal build error has occurred. See the error log for more information."

2013-06-07 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678078#comment-13678078 ] Justin Mclean commented on FLEX-33083: -- That's been changed and now says "Remoting Su

[jira] [Created] (FLEX-33585) the dropDown of the spark combobox does not close regular when use alert to show the infomation of the selelcted item

2013-06-07 Thread Thom Wu (JIRA)
Thom Wu created FLEX-33585: -- Summary: the dropDown of the spark combobox does not close regular when use alert to show the infomation of the selelcted item Key: FLEX-33585 URL: https://issues.apache.org/jira/browse/FLEX-

[jira] [Commented] (FLEX-33083) Flash builder report "An internal build error has occurred. See the error log for more information."

2013-06-07 Thread Mark Piller (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678031#comment-13678031 ] Mark Piller commented on FLEX-33083: What about the installation option? Does it still

Re: Apache Flex on www.ohloh.net

2013-06-07 Thread Frank Szilinski
Perfect! I added the Git Repos to the Project but forgot the logo... Am 07.06.2013 um 14:38 schrieb Justin Mclean : > Hi, > >>> Could it be that www.ohloh.net is not receiving any information about >>> Apache Flex Project anymore since you switched on Git? > Should be fixed sometimes soon - it

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

2013-06-07 Thread Alex Harui
Not on purpose but doesn't matter. I have to rework some tests locally before trying again on the vm. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Erik de Bruin wrote: Hi, I've just logged in to take a peek at the VM and it seems to have rebooted or something. Jenkins is star

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

2013-06-07 Thread Natallia (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678006#comment-13678006 ] Natallia edited comment on FLEX-13423 at 6/7/13 1:09 PM: - The new

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

2013-06-07 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-13423: -- Assignee: Justin Mclean > DateChooser selectedRanges gives selectedRange start+1 day [if

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

2013-06-07 Thread Natallia (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678006#comment-13678006 ] Natallia edited comment on FLEX-13423 at 6/7/13 12:58 PM: -- The ne

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

2013-06-07 Thread Natallia (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678006#comment-13678006 ] Natallia commented on FLEX-13423: - The new problem appears after last fix. See steps in De

Re: Apache Flex on www.ohloh.net

2013-06-07 Thread Justin Mclean
Hi, >> Could it be that www.ohloh.net is not receiving any information about Apache >> Flex Project anymore since you switched on Git? Should be fixed sometimes soon - it currently importing form github. I updated a few minor things as well (logo etc). Thanks for pointing it out. Justin

Re: Apache Flex on www.ohloh.net

2013-06-07 Thread Justin Mclean
Hi, > Could it be that www.ohloh.net is not receiving any information about Apache > Flex Project anymore since you switched on Git? I think it was tracking the SVN trunk before as well rather than develop where most of the action happens. Justin

Apache Flex on www.ohloh.net

2013-06-07 Thread frank . szilinski
Could it be that www.ohloh.net is not receiving any information about Apache Flex Project anymore since you switched on Git? For interested people it looks like the project is dead... (see: https://www.ohloh.net/p/ApacheFlex)

AW: Thoughts about CSS and Flex

2013-06-07 Thread christofer.d...@c-ware.de
Something I would certainly like to have woud be the ability to Import other CSS files :-) Chris Von: Justin Mclean [jus...@classsoftware.com] Gesendet: Freitag, 7. Juni 2013 08:37 An: dev@flex.apache.org Betreff: Re: Thoughts about CSS and Flex Hi, > t

Re: Multidimensional States

2013-06-07 Thread Maxime Cowez
@alex The polymer project has an interesting take on the conditionals you're proposing. Some examples: https://github.com/Polymer/mdv/blob/master/examples/how_to/conditional_template.html https://github.com/Polymer/mdv/blob/master/examples/how_to/conditional_attributes.html On Fri, Jun 7, 2013 at

Re: Language translation needed

2013-06-07 Thread Carlos Rovira
Spanish version has a little error "compatibla" is "compatible". content["ASK_BLAZEDS"]="Apache Flex puede integrarse de manera opcional con Adobe BlazeDS. Esta característica necesita flex-messaging-common.jar del SDK de Adobe Flex. Este archivo se ofrecen bajo los términos de la licencia de Adob

Re: Multidimensional States

2013-06-07 Thread Cosma Colanicchia
The PROP_CHANGING/PROP_CHANGED event pair concept is interesting, even if I still don't get the whole picture of how it will be working. However, please note that I was writing thinking about possible (and incremental) improvements the current MXML states management of Flex 4.x, personally I don't

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

2013-06-07 Thread Erik de Bruin
Hi, I've just logged in to take a peek at the VM and it seems to have rebooted or something. Jenkins is started. Is that on purpose? EdB On Fri, Jun 7, 2013 at 12:06 AM, OmPrakash Muppirala wrote: > Is the job running? If yes, open the job > click on the red x button next > to the progress b

Re: Language translation needed

2013-06-07 Thread João Fernandes
Hi Justin pt_PT content["ASK_BLAZEDS"]="Apache Flex pode opcionalmente, integrar-se com serviços de remoting como BlazeDS, GraniteDS, WebORB, Red5, AMFPHP, RubyAMF, PyAMF e outros. Esta funcionalidade requer a biblioteca flex-messaging-common.jar do SDK Adobe Flex. A licença do SDK Adobe Flex 4.6

Re:Re: Thoughts about CSS and Flex

2013-06-07 Thread DarkStone
I agree, Flex 4 CSS is pretty advanced and way better than before. The reason why Nick thought Flex CSS was limited is that a lot of Flex Developers aren't familiar with Flex 4. While the apache community is working so hard to bring us amazing new features to Flex, we should also give the user