[FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Tigran Najaryan
I am trying to understand how to make FalconJX compile extra MXML properties such as automationName. The current FalconJX compiler throws an exception java.lang.IllegalAccessError when the MXML file it compiles contains an unknown property. Can someone please tell me where does the processing of

Re: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Erik de Bruin
You mean the property is unknown to FalconJX (i.e. isn't handled yet), or do you mean a property that isn't part of the MXML specification (whatever that may be ;-))? EdB On Tue, Apr 23, 2013 at 8:32 AM, Tigran Najaryan tig...@gmail.com wrote: I am trying to understand how to make FalconJX

RE: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Tigran Najaryan
From: Erik de Bruin [mailto:e...@ixsoftware.nl] You mean the property is unknown to FalconJX (i.e. isn't handled yet), or do you mean a property that isn't part of the MXML specification (whatever that may be ;-))? EdB Well, I tried property automationName which is part of the current

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Paul Hastings
On 4/23/2013 6:04 AM, Justin Mclean wrote: It should be able to cope with that. Bit of a moot point as there no Thai locale for the SDK but I guess you could use copylocale and give it a go. no, its a different calendar underlying the system. currently its the year 2556BE (buddhist era) which

[jira] [Created] (FLEX-33515) Smart developers always View Source. comment need updating in HTML template

2013-04-23 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33515: Summary: Smart developers always View Source. comment need updating in HTML template Key: FLEX-33515 URL: https://issues.apache.org/jira/browse/FLEX-33515 Project:

[jira] [Updated] (FLEX-33516) DateFormatter.parseDate assumes months comes before days in all locales

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33516: - Component/s: Formatters DateFormatter.parseDate assumes months comes before days in all

[jira] [Updated] (FLEX-33515) Smart developers always View Source. comment need updating in HTML template

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33515: - Labels: easyfix (was: ) Smart developers always View Source. comment need updating in

[jira] [Updated] (FLEX-33515) Smart developers always View Source. comment need updating in HTML template

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33515: - Affects Version/s: Apache Flex 4.9.0 Smart developers always View Source. comment need

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Justin Mclean
Hi, maybe add another method or change the way the format methods worked. taking coldfusion as a perfect example ;-) it has lsDateFormat method that has the following signature lsDateFormat(date,mask,locale) where mask can be user supplied but i argue for following the java style of

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Justin Mclean
Hi, no, its a different calendar underlying the system. Sure I'm not trying to fix Flex to cater for any calendar system (yet) just want to get some of the obvious and annoying date issues fixed. 13 นาฬิกา 48 นาที 56 วินาที เวลาอินโดจีน 13 นาฬิกา 48 นาที 56 วินาที GMT+7 Would actually

[jira] [Resolved] (FLEX-17931) [Localization]:[HS:CN]The default value of property dateFormat of the Class DateFormatter, DateValidator and DateField should be YYYY-M-D with local zh_CN.

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-17931. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 All Date formatting and validation

Re: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Erik de Bruin
In short: compiler.jx (FalconJX) gets it's information from compiler (Falcon). The AS/MXML source is compiled for use in compiler.jx by the compiler (duh ;-)) into an AST (Abstract Syntax Table), which becomes available to use in the JS production in 'MXMLBlockWalker.java :: visitCompilationUnit

[jira] [Resolved] (FLEX-28530) mx:DateValidator crash when property allowedFormatChars is null

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-28530. -- Resolution: Fixed Unable to reproduce but easy to add guard to stop RTE. Checked into Apache

[jira] [Updated] (FLEX-28530) mx:DateValidator crash when property allowedFormatChars is null

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28530: - Fix Version/s: Apache Flex 4.10.0 mx:DateValidator crash when property allowedFormatChars

[jira] [Assigned] (FLEX-20566) Date Validator not handling single digit date configurations correctly for localized versions - i.e accepting yyyy-m-d as a legal configuration

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-20566: Assignee: Justin Mclean (was: Adobe JIRA) Date Validator not handling single digit

[jira] [Resolved] (FLEX-33510) DateFormatter can ignore PM string and give result 12 hours out

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33510. -- Resolution: Fixed issue with parsing PM after milliseconds DateFormatter can

[jira] [Created] (FLEX-33517) Flash charts/graphs do not display when printed

2013-04-23 Thread deepti yadav (JIRA)
deepti yadav created FLEX-33517: --- Summary: Flash charts/graphs do not display when printed Key: FLEX-33517 URL: https://issues.apache.org/jira/browse/FLEX-33517 Project: Apache Flex Issue

[jira] [Created] (FLEX-33518) Flash charts/graphs do not display when printed

2013-04-23 Thread deepti yadav (JIRA)
deepti yadav created FLEX-33518: --- Summary: Flash charts/graphs do not display when printed Key: FLEX-33518 URL: https://issues.apache.org/jira/browse/FLEX-33518 Project: Apache Flex Issue

[jira] [Updated] (FLEX-33518) Flash charts/graphs do not display when printed

2013-04-23 Thread deepti yadav (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] deepti yadav updated FLEX-33518: Attachment: test_64bitOS_32bitFlash_16_11.0.1.60.pdf

[jira] [Closed] (FLEX-33517) Flash charts/graphs do not display when printed

2013-04-23 Thread deepti yadav (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] deepti yadav closed FLEX-33517. --- Resolution: Fixed closing Flash charts/graphs do not display when printed

[jira] [Commented] (FLEX-33518) Flash charts/graphs do not display when printed

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13638961#comment-13638961 ] Justin Mclean commented on FLEX-33518: -- Do more modern version of the Flash player

Re: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Alex Harui
I think Tigran wants to know where the allowed set of attributes for a tag come from. They come from the set of public variables and setters on the class represented by the tag. To add automationName, you would add it to UIBase.as (and UIBase.js) However, it is my goal that things like

RE: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Tigran Najaryan
-Original Message- From: Alex Harui [mailto:aha...@adobe.com] I think Tigran wants to know where the allowed set of attributes for a tag come from. They come from the set of public variables and setters on the class represented by the tag. To add automationName, you would add it

[jira] [Commented] (FLEX-28352) SwiftKey X keyboard app does not work properly with text input

2013-04-23 Thread guillaume (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13639137#comment-13639137 ] guillaume commented on FLEX-28352: -- I have exactly the same problem is there a solution ?

Re: [FalconJX] trying to add support for more MXML properties

2013-04-23 Thread Alex Harui
Currently, I have no plans to match every one of the properties in the current Flex SDK. Erik has mentioned making the effort to try to do so, but I still think that is too much work and the results will not be as optimal. Which properties we keep from the current FlexSDK in FlexJS depends on

Re: [Poll] Old Flex closed and later issues

2013-04-23 Thread Chris Martin
I like the idea of updating them to Won't fix and direct them to reach out for the group to look back into them. On Sat, Apr 20, 2013 at 10:57 PM, Alex Harui aha...@adobe.com wrote: On 4/20/13 10:48 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Rather than keeping them as

Get FlexJS-FalconJX sample running

2013-04-23 Thread Carlos Rovira
Hi, I'm trying to get up speed with FlexJS and FalconJX (I was following the discussion and If I understand, FalconJS is deprecated in favor of FalconJX). I follow the wiki documentation and set up Flash Builder with FlexJSTest_again project, but I can't get it to work. I was figuring if it

Re: Get FlexJS-FalconJX sample running

2013-04-23 Thread Peter Ent
Hi Carlos, What, specifically, is not working? I'm using a Mac (and so is Alex). --peter On 4/23/13 2:18 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Hi, I'm trying to get up speed with FlexJS and FalconJX (I was following the discussion and If I understand, FalconJS is deprecated

Re: [Poll] Old Flex closed and later issues

2013-04-23 Thread Jonathan Campos
On Sat, Apr 20, 2013 at 11:22 PM, Alex Harui aha...@adobe.com wrote: 4. If someone cares enough to complain on the list, one of us can open for them. Agreed. I like 4. If they are an issue people will reraise. -- Jonathan Campos

Re: Get FlexJS-FalconJX sample running

2013-04-23 Thread Carlos Rovira
Thanks Peter and Alex, with your comments I was able to get it working :). I need to modify some point in the configuration (remove a path in run/debug launch for google closure library, in concrete closure/goog/ since it was duplicating, and understand that I had to launch the three configs in

[jira] [Updated] (FLEX-19870) VideoPlayer causes RTE on videoDisplay.close()

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-19870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-19870: - Labels: easyfix easytest (was: ) VideoPlayer causes RTE on videoDisplay.close()

[jira] [Updated] (FLEX-14519) RTE when changing itemrenderer

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14519: - Labels: easyfix (was: ) RTE when changing itemrenderer --

[jira] [Updated] (FLEX-28935) DateTimeFormatterEx.getAmPmPattern() null check required in DateSpinner

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28935: - Labels: easyfix (was: ) DateTimeFormatterEx.getAmPmPattern() null check required in

[jira] [Resolved] (FLEX-28671) Spark combobox Error #1009: Cannot access a property or method of a null object reference.

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-28671. -- Resolution: Won't Fix Bug in old non Apache Flex SDK. Spark combobox Error

[jira] [Updated] (FLEX-28913) Scroller's snapElement needs additional check for null dataprovider

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28913: - Labels: easytest (was: ) Scroller's snapElement needs additional check for null

[jira] [Updated] (FLEX-28913) Scroller's snapElement needs additional check for null dataprovider

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28913: - Labels: easyfix easytest (was: easytest) Scroller's snapElement needs additional check for

[jira] [Updated] (FLEX-28424) ComboBox with requestedRowCount set has RTE when text input is cleared

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28424: - Labels: easyfix easytest (was: ) ComboBox with requestedRowCount set has RTE when text

[jira] [Updated] (FLEX-23781) Error #1009 after assigning null to mx:Image source property

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-23781: - Labels: easyfix easytest (was: ) Error #1009 after assigning null to mx:Image source

[jira] [Assigned] (FLEX-23781) Error #1009 after assigning null to mx:Image source property

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-23781: Assignee: Justin Mclean Error #1009 after assigning null to mx:Image source property

[jira] [Commented] (FLEX-23781) Error #1009 after assigning null to mx:Image source property

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13639703#comment-13639703 ] Justin Mclean commented on FLEX-23781: -- Confirmed still an issue in Apache Flex 4.9.1

[jira] [Commented] (FLEX-23781) Error #1009 after assigning null to mx:Image source property

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13639731#comment-13639731 ] Justin Mclean commented on FLEX-23781: -- Needed more than a null check. The null check

[jira] [Resolved] (FLEX-23781) Error #1009 after assigning null to mx:Image source property

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-23781. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked into Apache Flex 4.10.0

[jira] [Resolved] (FLEX-19870) VideoPlayer causes RTE on videoDisplay.close()

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-19870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-19870. -- Resolution: Duplicate VideoPlayer causes RTE on videoDisplay.close()

Re: Get FlexJS-FalconJX sample running

2013-04-23 Thread Alex Harui
On 4/23/13 2:53 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Thanks Peter and Alex, with your comments I was able to get it working :). I need to modify some point in the configuration (remove a path in run/debug launch for google closure library, in concrete closure/goog/

[jira] [Updated] (FLEX-14181) DividedBox call to getDividerAt(num) encounters null reference when no dividers are present

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14181: - Labels: easyfix easytest (was: ) DividedBox call to getDividerAt(num) encounters null

[jira] [Updated] (FLEX-32998) NullPointerException in AdvancedDataGrid.getFieldSortInfo

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-32998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-32998: - Labels: easyfix easytest (was: ) NullPointerException in AdvancedDataGrid.getFieldSortInfo

Mustella image tests

2013-04-23 Thread Justin Mclean
Hi, When I run: ./mini_run.sh Components/Image It gives: [java] = [java] Passes: 0 [java] Fails: 0 [java] = Is this intentional? And if so why are the test

[jira] [Updated] (FLEX-26948) Null reference in Slider class: updateDisplayList

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-26948: - Labels: easyfix (was: ) Null reference in Slider class: updateDisplayList

[jira] [Assigned] (FLEX-20983) dateFormat value from SharedResources.properties should not be shared between DateFields and DateFormatters

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-20983: Assignee: (was: Adobe JIRA) dateFormat value from SharedResources.properties

[jira] [Updated] (FLEX-15903) Error #1006: value is not a function in ListCollectionView.getFilteredItemIndex()

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-15903: - Labels: easyfix easytest (was: ) Error #1006: value is not a function in

[jira] [Updated] (FLEX-16418) ComboBase selectItem leads to error with empty dataProvider

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-16418: - Labels: easyfix easytest (was: ) ComboBase selectItem leads to error with empty

[jira] [Updated] (FLEX-26438) ArrayCollection - setItemAt API malfunctioning when it has filter function

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-26438: - Labels: easytest (was: ) ArrayCollection - setItemAt API malfunctioning when it has

[jira] [Updated] (FLEX-22943) ArrayCollection.removeAll does not remove all if an arrayCollections contains filtered items

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-22943: - Labels: easyfix easytest (was: ) ArrayCollection.removeAll does not remove all if an

[jira] [Updated] (FLEX-25071) removeAll() on a sorted ArrayCollection returns a RangeError: Index '-1'

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-25071: - Labels: easytest (was: ) removeAll() on a sorted ArrayCollection returns a RangeError:

Re: Mustella image tests

2013-04-23 Thread Alex Harui
I'm not seeing it listed in the exclusions. Check the .log files for the SWFs. Maybe some subtle issue failed somewhere. Provide more of the console output if you need to. If you watch, does the player come up? On 4/23/13 3:50 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, When I

[jira] [Created] (FLEX-33519) Windows .bat script versions of addAIRtoSDK.sh, checkAllPlayerGlobals.sh and setFlashPlayerCersion.sh

2013-04-23 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33519: Summary: Windows .bat script versions of addAIRtoSDK.sh, checkAllPlayerGlobals.sh and setFlashPlayerCersion.sh Key: FLEX-33519 URL:

Re: Mustella image tests

2013-04-23 Thread Justin Mclean
Hi, I'm not seeing it listed in the exclusions. Check the .log files for the SWFs. No player star and I have have no log file. Provide more of the console output if you need to. Here you go: Skipping testcase check Doing a regular mini run Buildfile:

Re: Mustella image tests

2013-04-23 Thread Justin Mclean
Hi, Doh my mistake it should be: ./mini_run.sh components/Image Not ./mini_run.sh Components/Image ie c not C How hard would be to change ./mini_run.sh so that it supports this: ./mini_run.sh tests/Components/Image (I took a quick look but wasn't clear what needed to change.) That way you

Re: Mustella image tests

2013-04-23 Thread Alex Harui
Should it be tests/components/image? And then command line completions should work. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Justin Mclean jus...@classsoftware.com wrote: HI, It's probably a bug in mini_run.sh as: ./mini_run.sh component/Image Nothing was found to

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Paul Hastings
On 4/23/2013 2:50 PM, Justin Mclean wrote: Believe it or that this does exist in Flash and is use by DateTimeFormatter. i guess i should read more ;-) The issue with this class however is there no way to parse a string into a date (the issue here), just format a date object in a nice way, we

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Paul Hastings
On 4/23/2013 2:54 PM, Justin Mclean wrote: Hi, no, its a different calendar underlying the system. Sure I'm not trying to fix Flex to cater for any calendar system (yet) just want to get some of the obvious and annoying date issues fixed. well i wouldn't bother much w/locales that don't

Re: What's the easiest way to tell if a character is a letter or not?

2013-04-23 Thread Justin Mclean
Hi, Would actually currently pass - although it throws away the GMT+7 and you;re left with what ever timezone your computer is in. (Another bug/feature). does it actually cast the datetime into user's timezone (tz)? that would be pretty cool. Nope it this case it just takes the date and

[jira] [Resolved] (FLEX-33514) DateFormatter should support Japanese and Chinese date formats

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33514. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed and checked into develop

am/pm parsing in DateFormater (and Greek times)

2013-04-23 Thread Justin Mclean
Hi, Think I've sorted most of the am/pm date parsing issues out for supported locales. See latest check in - feedback would be appreciated. Greek date time is a bit of an issue in that it can use pm/mm for am/pm (ie pm is actually am) or use πμ/μμ. The flash player uses πμ/μμ for am/pm in

[jira] [Updated] (FLEX-17300) After filtering datagrid's dataprovider (arraycollection) not deselecting selectedItem

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-17300: - Labels: easyfix easytest (was: ) After filtering datagrid's dataprovider (arraycollection)

[jira] [Updated] (FLEX-17300) After filtering datagrid's dataprovider (arraycollection) not deselecting selectedItem

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-17300: - Component/s: mx: List After filtering datagrid's dataprovider (arraycollection) not

[jira] [Commented] (FLEX-17300) After filtering datagrid's dataprovider (arraycollection) not deselecting selectedItem

2013-04-23 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13640076#comment-13640076 ] Justin Mclean commented on FLEX-17300: -- Also test if this is issue with spark Lists