> 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
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 wrote:
> I am trying to understand how to make FalconJX compile extra MX
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
Hi,
I’ve checked in a basic level of CSS support in the FalconJX compiler. Now the
styles specified in defaults.css in the FlexJSUI.swc get passed on to the
output folder and are referenced by the html file. I haven’t tested fx:Style
blocks yet, and SimpleCSSValuesImpl really only handles typ
[
https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638754#comment-13638754
]
Justin Mclean commented on FLEX-33514:
--
Checked into 4.10.0 develop branch code to pa
[
https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638693#comment-13638693
]
Justin Mclean commented on FLEX-33514:
--
And Korean as all three locales are in the su
[
https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-33514:
Assignee: Justin Mclean
> DateFormatter should support Japanese and Chinese date format
[
https://issues.apache.org/jira/browse/FLEX-23303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638574#comment-13638574
]
Mark Kessler commented on FLEX-23303:
-
Minor change... made sure setting an index of -
Justin Mclean created FLEX-33514:
Summary: DateFormatter should support Japanese and Chinese date
formats
Key: FLEX-33514
URL: https://issues.apache.org/jira/browse/FLEX-33514
Project: Apache Flex
Hi,
> won't matter for countries that don't use the gregorian calendar (like
> thailand) as the dates will be wrong anyway.
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.
It probably wouldn't d
Hi,
> Should the checks be based on locale then? They could be smaller checks
> based on one local per... It will keep from trying to have a 1 set of
> condition statements to rule them all.
Currently it gets the month name for the compiled locale and looks for those
(well the first 3 letter
HI,
>> True but how many dates do you need to parse in a second? Plus I was keeping
>> to existing code style.
> Not sure. Like I said, it is optional
Raise it as a minor JIRA and I'll eventually get to it.
> , and I forgot to say thanks for plowing through all of this broken date
> stuff.
Rath
On 4/22/13 1:24 PM, "Erik de Bruin" wrote:
> Alex, Peter,
>
> How much of what's in the FlexJS JS framework is not used in (tested
> by) the FlexJSTest_again example?
>
> What I'm looking for is an indication if there is functionality in
> FlexJS JS that doesn't make sense when you're lookin
Alex, Peter,
How much of what's in the FlexJS JS framework is not used in (tested
by) the FlexJSTest_again example?
What I'm looking for is an indication if there is functionality in
FlexJS JS that doesn't make sense when you're looking at
FlexJSTest_again, but might make sense when looking e.g.
Consider it uncreated.
FYI, I'm working on a branch where I'm replacing the current event
handling with 'goog' based event handling, to see if the latter adds
overhead we don't want, or if the convenience of having a well tested
implementation is worth it. Once the branch works against the current
On 4/22/13 11:44 AM, "Erik de Bruin" wrote:
> I'm feeling free ;-)
>
> The thought behind FlexObject is just to provide a common base class,
> or is it part of a larger plan?
I thought you were the one who created it. I've been wondering what your
larger plan was.
--
Alex Harui
Flex SDK T
I'm feeling free ;-)
The thought behind FlexObject is just to provide a common base class,
or is it part of a larger plan?
EdB
On Mon, Apr 22, 2013 at 8:40 PM, Alex Harui wrote:
> Probably just copy paste errors. Feel free to fix.
>
>
> On 4/22/13 11:33 AM, "Erik de Bruin" wrote:
>
>> Alex,
Probably just copy paste errors. Feel free to fix.
On 4/22/13 11:33 AM, "Erik de Bruin" wrote:
> Alex, Peter,
>
> I see a lot of JSDoc annotations in the FlexJS JS framework for @this
> references that point to classes other than the current class. They
> also fall outside the inheritance cha
Alex, Peter,
I see a lot of JSDoc annotations in the FlexJS JS framework for @this
references that point to classes other than the current class. They
also fall outside the inheritance chain.
An example is in LazyCollection.js, on the 'get_inputParser' method.
@this points to 'org.apache.flex.cor
An good utility would be a getUnicodeCategory() API.
- Gordon
-Original Message-
From: Gordon Smith
Sent: Monday, April 22, 2013 10:24 AM
To: dev@flex.apache.org; 'paul.hasti...@gmail.com'
Subject: RE: What's the easiest way to tell if a character is a letter or not?
There is no easy wa
There is no easy way to tell. You need a large lookup table containing all the
characters in the LC, Ll, Lm, Lo, Lt, and Lu categories
http://www.fileformat.info/info/unicode/category/index.htm
- Gordon
-Original Message-
From: Paul Hastings [mailto:paul.hasti...@gmail.com]
Sent: Monda
[
https://issues.apache.org/jira/browse/FLEX-33513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JC Franco updated FLEX-33513:
-
Summary: DataGrid alternatingRowColors applies to the columns and not the
entire grid (was: DataGrid bac
JC Franco created FLEX-33513:
Summary: DataGrid background colors should apply no matter what
the column sizes are
Key: FLEX-33513
URL: https://issues.apache.org/jira/browse/FLEX-33513
Project: Apache Fle
On 4/22/2013 10:23 PM, Justin Mclean wrote:
I'm not that familiar with Chinese date formats.. Can someone provide me with
some examples?
gregorian calendar, using latest icu4j lib (running full,long,medium,short
formats):
zh_CN/zh_HK locales
date==
2013年4月22日星期一
2013年4月22日
20
Should the checks be based on locale then? They could be smaller checks based
on one local per... It will keep from trying to have a 1 set of condition
statements to rule them all.
-Original Message-
From: Paul Hastings [mailto:paul.hasti...@gmail.com]
Sent: Monday, April 22, 2013 12:3
I'm pretty sure that Adobe has to submit the Software Grant. I'll check
with Michelle off-list.
Regarding Nokia images, you might have to settle for hand-drawing some
artwork.
On 4/22/13 6:27 AM, "Nicholas Kwiatkowski" wrote:
> Not yet. Don't know if it is my place to do it, or somebody at A
On 4/22/2013 9:57 PM, Alex Harui wrote:
My first thought was: 'what about Asia?'
won't matter for countries that don't use the gregorian calendar (like thailand)
as the dates will be wrong anyway.
for countries that "sort" of use the gregorian calendar, like china, yes you'd
have to expand
On 4/22/13 8:26 AM, "Justin Mclean" wrote:
> Hi,
>
>> This many checks in an if statement usually runs faster if you do a simple
>> lookup.
> True but how many dates do you need to parse in a second? Plus I was keeping
> to existing code style.
Not sure. Like I said, it is optional, and I fo
Hi,
> This many checks in an if statement usually runs faster if you do a simple
> lookup.
True but how many dates do you need to parse in a second? Plus I was keeping to
existing code style.
I not measured how long parseDateString takes but I assume it;s only a few ms
if that.
Justin
Hi,
> My first thought was: 'what about Asia?'
Both before and after my change this fails:
var date:Date = DateFormatter.parseDateString("2008年12月31日");
var df:DateFormatter = new DateFormatter("DD MMM ");
Japanese for those who don't know and it fails as it doesn't recognise 年, 月 or
日 as s
Hi,
I have posted new version of FlexJS test results.
http://www.noridon.net/flexjs/
My change mxml file is bellow. from FlexJSTest_again
http://www.noridon.net/flexjs/FlexJSTestAgain.mxml
swf version of app:
http://www.noridon.net/flexjs/bin-release/FlexJSTestAgain.swf
js version of app:
http:
On 4/22/13 3:47 AM, "Harbs" wrote:
> A quick test on this seems to work with all characters in the latin range with
> the exception of ß (probably because there's no official capital and
> lowercaseŠ)
My first thought was: 'what about Asia?'
>
> On Apr 22, 2013, at 1:41 PM, Harbs wrote:
>
>
Bonus optimization if you have time for this pattern:
> +if (!("0" <= letter && letter <= "9" ||
> + letter == "/" || letter == ":" ||
> + letter == "+" || letter == "-" ||
> + letter == "." || letter == " "))
This many checks in an if
Not yet. Don't know if it is my place to do it, or somebody at Adobe. If
you can help with that aspect, that would rock. I was merely working on
the coding side to make sure that it meets the technical requirements
(passing RAT, updating logos, etc.). Other than the actual putting the
code into
Robbyn Gerhardt created FLEX-33512:
--
Summary: TLF Text Selection Error
Key: FLEX-33512
URL: https://issues.apache.org/jira/browse/FLEX-33512
Project: Apache Flex
Issue Type: Bug
Affects
A quick test on this seems to work with all characters in the latin range with
the exception of ß (probably because there's no official capital and lowercase…)
On Apr 22, 2013, at 1:41 PM, Harbs wrote:
> What about this:
>
> if(letter.toLowerCase() != letter.toUpperCase()){
> // do your s
What about this:
if(letter.toLowerCase() != letter.toUpperCase()){
// do your stuff...
}
I have no idea how performance compares to figuring it out yourself though…
On Apr 22, 2013, at 4:05 AM, Justin Mclean wrote:
> Hi,
>
> Anyone know how to work out if a character, including unicode
[
https://issues.apache.org/jira/browse/FLEX-17334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637911#comment-13637911
]
Justin Mclean commented on FLEX-17334:
--
Most likely fixed in Apache Flex 4.10.0 in de
[
https://issues.apache.org/jira/browse/FLEX-24225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637697#comment-13637697
]
Justin Mclean edited comment on FLEX-24225 at 4/22/13 10:32 AM:
[
https://issues.apache.org/jira/browse/FLEX-24411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-24411.
--
Resolution: Fixed
Fixed in Apache Flex 4.10.0 develop branch.
> DateFormatter.
[
https://issues.apache.org/jira/browse/FLEX-20951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637907#comment-13637907
]
Justin Mclean commented on FLEX-20951:
--
This is likely fixed in Apache Flex 4.10.0 de
[
https://issues.apache.org/jira/browse/FLEX-24259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637904#comment-13637904
]
Justin Mclean commented on FLEX-24259:
--
This is likely fixed in Apache Flex 4.10.0/de
[
https://issues.apache.org/jira/browse/FLEX-20322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637901#comment-13637901
]
Justin Mclean commented on FLEX-20322:
--
Not resolved now fixed in 4.10.0.
Sample cod
[
https://issues.apache.org/jira/browse/FLEX-20322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-20322.
--
Resolution: Fixed
Fixed and checked into develop.
> Locale fr_FR with differen
[
https://issues.apache.org/jira/browse/FLEX-33510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-33510:
Assignee: Justin Mclean
> DateFormatter can ignore PM string and give result 12 hours o
Amitkumar created FLEX-33511:
Summary: Flex with Web services
Key: FLEX-33511
URL: https://issues.apache.org/jira/browse/FLEX-33511
Project: Apache Flex
Issue Type: Bug
Components: RPC:
Justin Mclean created FLEX-33510:
Summary: DateFormatter can ignore PM string and give result 12
hours out
Key: FLEX-33510
URL: https://issues.apache.org/jira/browse/FLEX-33510
Project: Apache Flex
47 matches
Mail list logo