[jira] [Resolved] (FLEX-16004) DateFormatter return empty string when modifies properties of DateBase for non US

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-16004. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed DateFormatter so that

[jira] [Resolved] (FLEX-14718) Sorting null values

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-14718. -- Resolution: Cannot Reproduce Fixed in earlier version of the SDK. Sorting

[jira] [Assigned] (FLEX-26719) [flex_next] Much slower instantiation of visual components in SDK 4

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-26719: Assignee: (was: Justin Mclean) [flex_next] Much slower instantiation of visual

[jira] [Resolved] (FLEX-23151) currency formatter remove -ve sign after formatting

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-23151. -- Resolution: Cannot Reproduce Fixed in earlier version of the SDK currency

[jira] [Resolved] (FLEX-14871) CurrencyValidator not work with ',' decimal separator

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-14871. -- Resolution: Won't Fix Having decimal and currency separator the same is not supported.

[jira] [Resolved] (FLEX-30481) Flash Builder premium License automation with FlexMonkey

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-30481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-30481. -- Resolution: Won't Fix Can't fix not Apache Flex SDK issue. Flash Builder

Odd SDK code for the day

2013-05-09 Thread Justin Mclean
Hi, In mx:Label we have: mx_internal function getMinimumText(t:String):String { // If the text is null, empty, or a single character, // make the measured size big enough to hold // a capital and decending character using the current font. if (!t ||

[jira] [Commented] (FLEX-17549) According to mx:Label, 9 is larger than 99

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652808#comment-13652808 ] Justin Mclean commented on FLEX-17549: -- Used to measure baseline in other places in

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-09 Thread Frédéric THOMAS
Hi, Sorry for the delay but yeah, totally in line with Om. -Fred -Message d'origine- From: OmPrakash Muppirala Sent: Wednesday, May 08, 2013 7:42 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Github based Whiteboard proposal On Wed, May 8, 2013 at 9:33 AM, Alex Harui

Re: Odd SDK code for the day

2013-05-09 Thread Alex Harui
It was done to try to get ascenders and descenders factored into the height. On 5/9/13 12:53 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, In mx:Label we have: mx_internal function getMinimumText(t:String):String { // If the text is null, empty, or a single

Re: Odd SDK code for the day

2013-05-09 Thread Justin Mclean
Hi, It was done to try to get ascenders and descenders factored into the height. Understand but then the width is then wrong. It this case the height isn't the issue. It's used in other part of the SDK when the height is important ie to calculate min height or where the baseline is but seems a

Re: In AIR, would WindowedSystemManager not be used no longer?

2013-05-09 Thread Pepe
Realy!? Since when? 2013/5/9 Alex Harui aha...@adobe.com Adobe Flex is the same way. On 5/8/13 8:52 AM, pepe.f...@gmail.com pepe.f...@gmail.com wrote: Hello I checked WindowedApplication#systemManager, it was SystemManager but not WindowedSystemManager. Was this changed? Or

Re: In AIR, would WindowedSystemManager not be used no longer?

2013-05-09 Thread Alex Harui
On 5/9/13 8:05 AM, pepe.f...@gmail.com pepe.f...@gmail.com wrote: Realy!? Since when? I don't know without digging. It could be forever. Is it important to know when? WindowedSystemManager is still used for other Windows in an AIR app. 2013/5/9 Alex Harui aha...@adobe.com Adobe

Re: Odd SDK code for the day

2013-05-09 Thread Alex Harui
On 5/9/13 6:38 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, It was done to try to get ascenders and descenders factored into the height. Understand but then the width is then wrong. It this case the height isn't the issue. It's used in other part of the SDK when the height is

[flex-sdk] Checkintest broken

2013-05-09 Thread Alex Harui
I just synced up and checkintests is failing in SparkTextInputTest1. Is anybody else having this issue? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: 480 DPI density mobile support

2013-05-09 Thread OmPrakash Muppirala
On Wed, May 8, 2013 at 12:49 AM, Justin Mclean jus...@classsoftware.comwrote: HI, If you let me know the related files, I can take a stab at it. It's everything under frameworks/projects/mobiletheme/src/spark/skins/mobile/mobile480 in the 480dpi branch, files there are just a copy of the

Re: 480 DPI density mobile support

2013-05-09 Thread Alex Harui
On 5/9/13 12:38 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, May 8, 2013 at 12:49 AM, Justin Mclean jus...@classsoftware.comwrote: HI, If you let me know the related files, I can take a stab at it. It's everything under

Re: git commit: [flex-asjs] [refs/heads/develop] - RadioButtons for jQuery. RadioButtons cannot be programmatically added due to a known jQuery bug (documented in the RadioButton.js file).

2013-05-09 Thread Alex Harui
Excellent. One question though: if you took out jquery.Application, how do the Jquery JS files get injected? -Alex On 5/9/13 1:33 PM, p...@apache.org p...@apache.org wrote: Updated Branches: refs/heads/develop 0991467eb - 114aeec95 RadioButtons for jQuery. RadioButtons cannot be

Re: 480 DPI density mobile support

2013-05-09 Thread OmPrakash Muppirala
On Thu, May 9, 2013 at 2:02 PM, Alex Harui aha...@adobe.com wrote: On 5/9/13 12:38 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, May 8, 2013 at 12:49 AM, Justin Mclean jus...@classsoftware.comwrote: HI, If you let me know the related files, I can take a stab at it.

Re: 480 DPI density mobile support

2013-05-09 Thread Alex Harui
On 5/9/13 2:55 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Any other text nodes I should be looking for? All that said, I would love to see the original files (.fla or .ai) for these graphics. Are you sure you dint skip those binaries when processing the original code donation?

Re: 480 DPI density mobile support

2013-05-09 Thread Justin Mclean
HI, I wrote a small tool to upconvert the 320dpi to 420dpi. Nice. Can I check it into the 480dpi branch for others to test as well? Sure. Always good if code is in the open. Thanks, Justin

Re: [flex-sdk] Checkintest broken

2013-05-09 Thread Justin Mclean
HI, I just synced up and checkintests is failing in SparkTextInputTest1. Is anybody else having this issue? Passes for me on OSX, just running ant checkingtests right? Justin

Re: Odd SDK code for the day

2013-05-09 Thread Justin Mclean
HI, Yup, not defending, just explaining its purpose. :-) Feel free to put in a better mechanism, but it might cost you a few cycles. I think the mechanism is right to work out the height and baseline but widths of labels should be able to be a single character. Think I just note the reason

Re: [flex-sdk] Checkintest broken

2013-05-09 Thread Alex Harui
On 5/9/13 4:12 PM, Justin Mclean jus...@classsoftware.com wrote: HI, I just synced up and checkintests is failing in SparkTextInputTest1. Is anybody else having this issue? Passes for me on OSX, just running ant checkingtests right? Hmm. Ok, I'll dig deeper. -- Alex Harui Flex SDK

[jira] [Updated] (FLEX-24223) Validation on ListBase, triggerEvent IndexChangeEvent.CHANGE, leaves the ErrorSkin a step behind errorString

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24223: - Labels: easytest (was: ) Validation on ListBase, triggerEvent IndexChangeEvent.CHANGE,

[jira] [Resolved] (FLEX-20609) TileList RTE when unexpected key pressed

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-20609. -- Resolution: Cannot Reproduce Fix Version/s: Apache Flex 4.10.0 Probably fixed in

[jira] [Commented] (FLEX-23486) mx:List / selectedItemsCompareFunction property is not applied correctly

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13653462#comment-13653462 ] Justin Mclean commented on FLEX-23486: -- No RTE in Apache Flex 4.9.1 however it non

[jira] [Updated] (FLEX-23365) DataGrid (commitEditedItemPosition) - Error #1010: A term is undefined and has no properties.

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-23365: - Labels: easytest (was: ) DataGrid (commitEditedItemPosition) - Error #1010: A term is

Re: [Poll] Apache Flex next version number

2013-05-09 Thread Tianzhen Lin
With all the new components and features, it definitely deserves a version bump to 4.10! -- Original Message -- Received: Thu, 09 May 2013 11:48:04 PM EDT From: Justin Mclean jus...@classsoftware.com To: dev@flex.apache.org Subject: [Poll] Apache Flex next version number Hi, Assuming

Re: [Poll] Apache Flex next version number

2013-05-09 Thread OmPrakash Muppirala
On May 9, 2013 8:55 PM, Tianzhen Lin tang...@usa.net wrote: With all the new components and features, it definitely deserves a version bump to 4.10! Agreed! 4.10 has a nice ring to it. On a related note, can we do away with the 'experimental' moniker for the new components? It will be hard

Re: [Poll] Apache Flex next version number

2013-05-09 Thread Alex Harui
I like 4.10, but has anyone tested that the various versioning code is converting the 10 to a number so comparisons work? On 5/9/13 9:02 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On May 9, 2013 8:55 PM, Tianzhen Lin tang...@usa.net wrote: With all the new components and features,

Re: [Poll] Apache Flex next version number

2013-05-09 Thread Paul Hastings
On 5/10/2013 10:46 AM, Justin Mclean wrote: Take a look at the RELEASE_NOTES to have a rough idea of whats new. https://fisheye6.atlassian.com/browse/flex-sdk/RELEASE_NOTES?r=7e30183fe73422b376adb869330d18b7bfc3737a man, that is one impressive load of work. you guys are like freaking

Experimental components

2013-05-09 Thread Justin Mclean
Hi, On a related note, can we do away with the 'experimental' moniker for the new components? Until they be fully tested/completed I think they should stay there - some are better than other I know but there may be issues. Anyone want to write mustella/flexunit tests for them? :-) Thanks,

[jira] [Created] (FLEX-33543) Check that 4.10.0 works as a version number

2013-05-09 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33543: Summary: Check that 4.10.0 works as a version number Key: FLEX-33543 URL: https://issues.apache.org/jira/browse/FLEX-33543 Project: Apache Flex Issue Type:

[FalconJX][FlexJS] Container added to FlexJSOverlay

2013-05-09 Thread Alex Harui
Hi, I added a Container class and simple Horizontal and Vertical layouts to the FlexJSOverlay. The StockQuote example has been updated to show how to use them. Volunteers welcome to provide alternative layouts, and Container variants like Panel. Thanks, -- Alex Harui Flex SDK Team Adobe

[jira] [Commented] (FLEX-33543) Check that 4.10.0 works as a version number

2013-05-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13653548#comment-13653548 ] Justin Mclean commented on FLEX-33543: -- Versions are stared as uints in