[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637137#comment-13637137 ] Justin Mclean commented on FLEX-33451: -- ant asdocs are now working - still some minor

Re: DateField Issues and fixes

2013-04-20 Thread Alex Harui
On 4/19/13 5:28 PM, Justin Mclean jus...@classsoftware.com wrote: Alex if you could review the tests as I'm not 100% familiar with Mustella I'd appreciate it. Looks like the right pattern for testing methods. Good job! -- Alex Harui Flex SDK Team Adobe Systems, Inc.

Re: [jira] [Updated] (FLEX-25885) Add Flex SDK environment variable utility

2013-04-20 Thread Terry Corbet
If you want to give me a little bit better understanding of the use case, I think I could create a nice AIR app that would do what I think you want to have done. Since I mostly work on Windows, I have spent a little time trying to see how it could be done on that platform, and it looks not

Re: [FalconJX][FlexJS] Local Functions code gen

2013-04-20 Thread Erik de Bruin
Just when you think you're out... they pull you back in! I'm on it, expect to have solution this weekend. EdB On Fri, Apr 19, 2013 at 11:17 PM, Alex Harui aha...@adobe.com wrote: Erik, It looks like you took the ³var self=this² out. How are you supposed to call local functions? For

[FalconJX] error: circular dependency

2013-04-20 Thread Erik de Bruin
Alex, Somewhere in your last commit(s) something broke. I'm now getting this error when I run a cleanly build MXMLJSC with a cleanly build FlexJSUI.swc and fresh compiler on the FlexJSTest_again example: ERROR - Circular dependency detected: controllers.MyController - controllers.MyController

[FalconJX] which IDE (unused imports and vars)

2013-04-20 Thread Erik de Bruin
Alex, Which IDE are you using? I'm sorry to sound all OCD, but it looks like you're leaving behind a breadcrumb trail of warnings in Eclipse: unused imports and variables mostly. I like a clean 'Problems' view, so I feel compelled to remove these before committing... EdB -- Ix Multimedia

Re: git commit: [flex-sdk] - FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar

2013-04-20 Thread Mark Kessler
I thought I had, I ran them and was just looking for the success messages at the end. I'm still trouble shooting my mustella tests. They go through the motions of running but after it returns with success it says = Passes: 0 Fails: 0

Re: git commit: [flex-sdk] - FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar

2013-04-20 Thread Frédéric THOMAS
In your C:\Users\USER\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust create if not exist the file dev.trust.cfg and then inside, write the absolute path to your Mustella tests folder, re-launch the tests and you should be good. -Fred -Message d'origine- From:

Re: git commit: [flex-sdk] - FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar

2013-04-20 Thread Mark Kessler
Thank you Fred. I navigated down oath and created the file [1]. Added my tests folder from mustella [2]. Ran a small test [3]. The issue it turns out is the FlashPlayerDebugger.exe, The executable needs to be included in the system var, which is not documented properly. It just says to put

Re: git commit: [flex-sdk] - FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar

2013-04-20 Thread Erik de Bruin
The issue it turns out is the FlashPlayerDebugger.exe, The executable needs to be included in the system var, which is not documented properly. Could you please update the documentation to reflect your findings? Thanks, EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T.

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Alex Harui
On 4/20/13 3:40 AM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, Somewhere in your last commit(s) something broke. I'm now getting this error when I run a cleanly build MXMLJSC with a cleanly build FlexJSUI.swc and fresh compiler on the FlexJSTest_again example: ERROR - Circular

Re: [FalconJX] which IDE (unused imports and vars)

2013-04-20 Thread Alex Harui
OK, I'll make sure it is clean before submitting. I'm used to the old MXMLC which had 100's of warnings. On 4/20/13 3:53 AM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, Which IDE are you using? I'm sorry to sound all OCD, but it looks like you're leaving behind a breadcrumb trail of

Re: [4/5] git commit: [flex-falcon] - [FalconJX] updated NativeUtils and support/tests

2013-04-20 Thread Alex Harui
What do you think of the idea of moving these helper functions out of the html template and have the compiler codegen them on-demand somehow. IMO, it is a slippery slope to keep adding code to the html template that might not actually be used by the app, and it is one more thing that can be

[jira] [Commented] (FLEX-25906) ComboBox textInput not cleared when dataprovider changes

2013-04-20 Thread Jeremy Wischusen (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637245#comment-13637245 ] Jeremy Wischusen commented on FLEX-25906: - This is still occurring using SDK 4.9.1

[jira] [Comment Edited] (FLEX-25906) ComboBox textInput not cleared when dataprovider changes

2013-04-20 Thread Jeremy Wischusen (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637245#comment-13637245 ] Jeremy Wischusen edited comment on FLEX-25906 at 4/20/13 1:18 PM:

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Erik de Bruin
Yesterday all was well in dependency-land... was it your customer's project that caused you to tweak the algoritm? EdB On Sat, Apr 20, 2013 at 3:02 PM, Alex Harui aha...@adobe.com wrote: On 4/20/13 3:40 AM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, Somewhere in your last commit(s)

Re: [4/5] git commit: [flex-falcon] - [FalconJX] updated NativeUtils and support/tests

2013-04-20 Thread Erik de Bruin
That would be one option. Maybe use the 'fragments' collection theme that i saw in use in FalconJS. I think that having a global state runs a bit counter to the idea behind FalconJX. But whatever works :-) Another option would be to provide a 'global utils' class in FlexJS and have FalconJX emit

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Alex Harui
Yup. On 4/20/13 7:29 AM, Erik de Bruin e...@ixsoftware.nl wrote: Yesterday all was well in dependency-land... was it your customer's project that caused you to tweak the algoritm? EdB On Sat, Apr 20, 2013 at 3:02 PM, Alex Harui aha...@adobe.com wrote: On 4/20/13 3:40 AM, Erik

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Erik de Bruin
I can't fix what I can't debug ;-) Maybe spend a little time to abstract the pain points from that project into a TestGoogProject style test project, so we can all work on them? As an added bonus, by having (a) test(s) we'd prevent regressions like this one in future updates... EdB On Sat,

[jira] [Commented] (FLEX-25454) CTRL-clicking/de-selecting a selected item to remove selection from ComboBox is incorrectly functioning

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637364#comment-13637364 ] Mark Kessler commented on FLEX-25454: - Thanks Alex, tossed on a zip extension and it

[jira] [Resolved] (FLEX-25454) CTRL-clicking/de-selecting a selected item to remove selection from ComboBox is incorrectly functioning

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-25454. - Resolution: Not A Problem Tested with the below code. Problem no longer exists as of the

[jira] [Closed] (FLEX-25454) CTRL-clicking/de-selecting a selected item to remove selection from ComboBox is incorrectly functioning

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-25454. --- Assignee: Mark Kessler CTRL-clicking/de-selecting a selected item to remove selection from

[jira] [Assigned] (FLEX-26157) Flex 4 Spark TextInput Issue

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-26157: --- Assignee: Mark Kessler Flex 4 Spark TextInput Issue

[jira] [Commented] (FLEX-26157) Flex 4 Spark TextInput Issue

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637371#comment-13637371 ] Mark Kessler commented on FLEX-26157: - Thank you Jeremy. You are correct. It no

[jira] [Resolved] (FLEX-26157) Flex 4 Spark TextInput Issue

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-26157. - Resolution: Not A Problem Tested with the below application. Problem no longer occurs as of the

[jira] [Closed] (FLEX-26157) Flex 4 Spark TextInput Issue

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-26157. --- Flex 4 Spark TextInput Issue Key: FLEX-26157

non-commiters

2013-04-20 Thread Mark Kessler
I know the point of the easyfix / easytest labels to to allow new people a good starting point to help out. On confirmations by someone that an issue longer produces the bug, confirming and closing out the ticket makes sense. But on ones where they confirm it still exists, do we just leave it

[jira] [Assigned] (FLEX-21359) ItemDoubleClick event not firing

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-21359: --- Assignee: Mark Kessler ItemDoubleClick event not firing

[jira] [Resolved] (FLEX-21359) ItemDoubleClick event not firing

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-21359. - Resolution: Not A Problem Tested using below app. Cannot reproduce bug with latest Flex-SDK.

[jira] [Closed] (FLEX-21359) ItemDoubleClick event not firing

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-21359. --- ItemDoubleClick event not firing Key:

Re: non-commiters

2013-04-20 Thread Alex Harui
On 4/20/13 2:48 PM, Mark Kessler kesslerconsult...@gmail.com wrote: I know the point of the easyfix / easytest labels to to allow new people a good starting point to help out. On confirmations by someone that an issue longer produces the bug, confirming and closing out the ticket makes

[jira] [Resolved] (FLEX-18371) ListBase selectedIndex setter not dispatchEvent(new FlexEvent(FlexEvent.CHANGE));

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-18371. - Resolution: Not A Problem Assignee: Mark Kessler Tested with below app. This is not a

[jira] [Closed] (FLEX-18371) ListBase selectedIndex setter not dispatchEvent(new FlexEvent(FlexEvent.CHANGE));

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-18371. --- ListBase selectedIndex setter not dispatchEvent(new FlexEvent(FlexEvent.CHANGE));

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-20 Thread Alex Harui
OK, I added the file.encoding to the FalconJX launch configuration. Let me know if it works for you. On 4/18/13 11:59 PM, jun funakura jun.funak...@gmail.com wrote: Hi, I tried new version of FlexJSOverray.zip. It seems Falcon.js and Falcon.JX are depend on Default encoding, so,

Re: non-commiters

2013-04-20 Thread Mark Kessler
I'm just searching for keywords or components I'm still working on and working on those issues out of convenience. Not really by the labels, which explains the randomness of what I'm working on. But my questions where based on 2 example issues. The first issue [1] Jeremy confirmed the bug no

Re: non-commiters

2013-04-20 Thread Alex Harui
On 4/20/13 3:43 PM, Mark Kessler kesslerconsult...@gmail.com wrote: Should I just leave it until it a fix, suggested fix is posted on it? IMO, you are under no obligation to fix any bug. But I'm really glad to see your activity level so far. For me, if someone started complaining that one

Re: non-commiters

2013-04-20 Thread Justin Mclean
Hi, On confirmations by someone that an issue longer produces the bug, confirming and closing out the ticket makes sense. Nope don't close until it actually fix or it's not an issue in some other way. But on ones where they confirm it still exists, do we just leave it until a fix is

Re: non-commiters

2013-04-20 Thread Mark Kessler
Thanks guy, But honestly whats 3339 open issues among friends :p You know if we closed some of those resolved(that are marked open), our closed percentage would be almost 90%. -Mark

Re: non-commiters

2013-04-20 Thread Justin Mclean
Hi, But the [2] second one he confirmed it's still a bug and that's where my question came in. Should I just leave it until it a fix, suggested fix is posted on it? Up to you if you have the time and skill and inclination to fix it go right ahead, if not the bug is now in a state where

Re: non-commiters

2013-04-20 Thread Justin Mclean
Hi, For me, if someone started complaining that one of the easy fix bugs was affecting their productivity with Flex, but they didn't have the skills or time to fix it, and nobody else jumped in, then I'd go and fix it for them. You mean like this one:

Re: non-commiters

2013-04-20 Thread Justin Mclean
Hi, But honestly whats 3339 open issues among friends :p At the currently rate of fixing about 2 years :-) And there's these one's: https://issues.apache.org/jira/issues/?filter=12321179 There's 4375 in this state. They were issues Adobe put off doing until a later version of the SDK that

[jira] [Assigned] (FLEX-21825) Incorrect Type Coercion in ResourceManagerImpl

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-21825: Assignee: Justin Mclean Incorrect Type Coercion in ResourceManagerImpl

[jira] [Updated] (FLEX-15851) ResourceManagerImpl returns undefined instead of null

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-15851: - Labels: easyfix easytest (was: ) ResourceManagerImpl returns undefined instead of null

[jira] [Resolved] (FLEX-21825) Incorrect Type Coercion in ResourceManagerImpl

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-21825. -- Resolution: Not A Problem Fix Version/s: Apache Flex 4.10.0 This a been fixed in a

[jira] [Assigned] (FLEX-15851) ResourceManagerImpl returns undefined instead of null

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-15851: Assignee: Justin Mclean ResourceManagerImpl returns undefined instead of null

Re: [Poll] Old Flex closed and later issues

2013-04-20 Thread Mark Kessler
Anything but 3. We should leave the MX component issues closed and reopen the spark and some framework issues :p But in two years from now well have to get around to them lol -Mark On Sat, Apr 20, 2013 at 7:58 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, There's 4000+ issue in the

Been out of the loop -- looking to catch up

2013-04-20 Thread Nicholas Kwiatkowski
Hey everybody! I've been out of the loop for the last three weeks or so. Life has gotten in the way. Anyway, I have a few questions : - Has MustellaTestChooser been updated to use output from GIT? Been working on a few different bugs and I'm getting tired of waiting for all the tests to run

Re: [Poll] Old Flex closed and later issues

2013-04-20 Thread Nicholas Kwiatkowski
Personally, I would say #4 -- assuming people can vote on closed tickets or re-open them if they run across them. There are quite a few duplicates (not hundreds, but more than 30) of those old tickets, and having them reopened I would imagine could cause issues. -Nick On Sat, Apr 20, 2013 at

[jira] [Resolved] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-20 Thread Nick Kwiatkowski (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Kwiatkowski resolved FLEX-18697. - Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed with GIT push of

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Justin Mclean
Hi, - What is the status of the Whiteboard stuff? Still undecided as far as I know. Githib mirrors still browen as well. - I have Tour de Flex from Adobe ready to donate. Where do we want this to appear? A top level folder in utilities seems a good place to me. People may want to add

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Frédéric THOMAS
For the MustellaTestChooser, use as input, the output of: git status -s | grep ^[A M] -Fred -Message d'origine- From: Nicholas Kwiatkowski Sent: Sunday, April 21, 2013 2:23 AM To: dev@flex.apache.org Subject: Been out of the loop -- looking to catch up Hey everybody! I've been out

Re: [Poll] Old Flex closed and later issues

2013-04-20 Thread Justin Mclean
Hi, Personally, I would say #4 -- assuming people can vote on closed tickets or re-open them if they run across them. I not sure an ordinary user can reopen or vote on them. My issue is that having them marked Later implies we'll get around to them at sometime when in fact we wont unless

Re: git commit: [flex-sdk] - Fixes FLEX-18697. Check-in tests run, mustella passes.

2013-04-20 Thread Justin Mclean
Hi, Why not this? var value:String = options[flag].toString(); if (value != null) key += value; The issue occurs when options[flag] is not a String but a Boolean right? So I think what you checked in in would still cause it to not be added to

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-20 Thread jun funakura
Hi, Alex sorry I'm late. In my case , I was change the labeltext in FlexJSTest_again.mxml https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=blob;f=examples/FlexJSTest_again/src/FlexJSTest_again.mxml;h=2f3cbbdd0dfc5778cae9cf131f1d333711656dc0;hb=ebdc5a74a4bfc5ddf715e3b8dd0bbc58f02c3861

[jira] [Resolved] (FLEX-15851) ResourceManagerImpl returns undefined instead of null

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-15851. -- Resolution: Duplicate ResourceManagerImpl returns undefined instead of null

[jira] [Assigned] (FLEX-25045) ResourceManager.getInstance().getString() returns undefined instead of null

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-25045: Assignee: Justin Mclean ResourceManager.getInstance().getString() returns undefined

[jira] [Resolved] (FLEX-25045) ResourceManager.getInstance().getString() returns undefined instead of null

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-25045. -- Resolution: Not A Problem Fix Version/s: Apache Flex 4.10.0 Issue has been fixed in

[jira] [Commented] (FLEX-23974) Datagrid with ArrayCollection provider, error at setter of selectedIndex after applying filters to the ArrayCollection

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637427#comment-13637427 ] Mark Kessler commented on FLEX-23974: - Test application that reproduces issue and

[jira] [Assigned] (FLEX-23974) Datagrid with ArrayCollection provider, error at setter of selectedIndex after applying filters to the ArrayCollection

2013-04-20 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-23974: --- Assignee: Mark Kessler Datagrid with ArrayCollection provider, error at setter of

[jira] [Resolved] (FLEX-14061) ResourceManager has lost functions and new a class called ResourceManagerImpl has appeared

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-14061. -- Resolution: Not A Problem Use this code instead. resourceManager =

[jira] [Updated] (FLEX-11930) Inproper condition for IF statement

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-11930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-11930: - Labels: easytest (was: ) Inproper condition for IF statement

[jira] [Resolved] (FLEX-12404) Inproper condition for IF statement

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-12404. -- Resolution: Duplicate Inproper condition for IF statement

[jira] [Updated] (FLEX-24296) ListCollectionView should throw a RangeError instead of Error when accessed with negative index via squared brackets

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24296: - Labels: easyfix easytest (was: ) ListCollectionView should throw a RangeError instead of

[jira] [Commented] (FLEX-24296) ListCollectionView should throw a RangeError instead of Error when accessed with negative index via squared brackets

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

[jira] [Updated] (FLEX-28803) ArrayList dispatches wring COLLECTION_CHANGE event

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28803: - Labels: easytest (was: ) ArrayList dispatches wring COLLECTION_CHANGE event

[jira] [Updated] (FLEX-28803) ArrayList dispatches wring COLLECTION_CHANGE event

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28803: - Labels: easyfix easytest (was: easytest) ArrayList dispatches wring COLLECTION_CHANGE

[jira] [Updated] (FLEX-24460) Array Collection indexes don`t get reordered before removing all items

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24460: - Labels: easyfix easytest (was: ) Array Collection indexes don`t get reordered before

[jira] [Assigned] (FLEX-24460) Array Collection indexes don`t get reordered before removing all items

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-24460: Assignee: Justin Mclean Array Collection indexes don`t get reordered before removing

[jira] [Commented] (FLEX-24460) Array Collection indexes don`t get reordered before removing all items

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637431#comment-13637431 ] Justin Mclean commented on FLEX-24460: -- Can't reproduce seem to work fine. ?xml

[jira] [Resolved] (FLEX-24460) Array Collection indexes don`t get reordered before removing all items

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-24460. -- Resolution: Cannot Reproduce Array Collection indexes don`t get reordered before removing

[jira] [Resolved] (FLEX-25074) RangeError when trying to remove an item from a list

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-25074. -- Resolution: Not A Problem If index is -1 you should get a Range Error so this is expected.

[jira] [Updated] (FLEX-27648) ViewStack.getItemIndex() throws error instead of returning -1 when item is not a child of the ViewStack

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-27648: - Labels: easyfix easytest (was: ) ViewStack.getItemIndex() throws error instead of

[jira] [Resolved] (FLEX-15729) Adding values with precision

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-15729. -- Resolution: Not A Problem That how Numbers work in ActionScript/Flash Player not an Apache

[jira] [Updated] (FLEX-23100) Multiple addAlls on ArrayCollection with filterfunction and refresh() causes index out of bounds

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-23100: - Labels: easyfix easytest (was: ) Multiple addAlls on ArrayCollection with filterfunction

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-20 Thread jun funakura
Hi, Alex I was try new version ( 20-Apr-2013 15:17) of FlexJSOverlay.zip. so It works well in my environment. Japanese Text are correct displaying in swf and js apps. Thanks! -- Jun Funakura 2013/4/21 Alex Harui aha...@adobe.com OK, I added the file.encoding to the FalconJX launch

[jira] [Updated] (FLEX-25646) ArrayCollection removeItem function

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-25646: - Description: Usually when removing an item from an ArrayCollection, I remove it by reference

[jira] [Updated] (FLEX-25646) ArrayCollection removeItem function

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-25646: - Labels: easyfix (was: ) ArrayCollection removeItem function

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread OmPrakash Muppirala
On Apr 20, 2013 5:24 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: Hey everybody! I've been out of the loop for the last three weeks or so. Life has gotten in the way. Anyway, I have a few questions : - Has MustellaTestChooser been updated to use output from GIT? Been working on a

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread OmPrakash Muppirala
On Apr 20, 2013 5:35 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, - What is the status of the Whiteboard stuff? Still undecided as far as I know. Githib mirrors still browen as well. Yes, no action from Infra on the related JIRA ticket. I will give it a bump when I get a chance.

[jira] [Resolved] (FLEX-13758) Invalid Date object result

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-13758. -- Resolution: Not A Problem getDate function is incorrectly parsing date string not a Apache

[jira] [Reopened] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-18697: -- Not 100% it's correctly fixed. Think fix should be: var value:String =

[jira] [Comment Edited] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637439#comment-13637439 ] Justin Mclean edited comment on FLEX-18697 at 4/21/13 2:13 AM:

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Justin Mclean
Hi, I would love to see a top-level flex-examples repo for this like this. Utilities is not the right place for this. That also works. Justin

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Nicholas Kwiatkowski
On Sat, Apr 20, 2013 at 8:34 PM, Justin Mclean jus...@classsoftware.comwrote: utilities seems a good place to me. People may want to add examples for the new experimental components? - I noticed a requirement for the TLF_HOME variable so that the framework to be compiled, but I didn't see

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Nicholas Kwiatkowski
I don't think that is working as expected... I'll play around a bit more with it, though... Might be because I'm on Windows... -Nick On Sat, Apr 20, 2013 at 8:43 PM, Frédéric THOMAS webdoubl...@hotmail.comwrote: For the MustellaTestChooser, use as input, the output of: git status -s | grep

Re: Been out of the loop -- looking to catch up

2013-04-20 Thread Nicholas Kwiatkowski
Waiting shouldn't be a problem. I've been developing on my own machine. I'll merge the changes when things are cleared up. On Sat, Apr 20, 2013 at 10:05 PM, OmPrakash Muppirala bigosma...@gmail.comwrote: On Apr 20, 2013 5:24 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: Hey

[jira] [Resolved] (FLEX-12169) Date Formatter does not coerce to String

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-12169. -- Resolution: Duplicate Date Formatter does not coerce to String

[jira] [Resolved] (FLEX-23196) Date class - add the feature of displaying the Client Time-Zone rather than just displaying the Offset

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-23196. -- Resolution: Won't Fix FlashPlayer issue not Flex SDK issue. Date class - add

[jira] [Updated] (FLEX-14596) Add time zone formatting to DateFormatter

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14596: - Labels: easyfix (was: ) Add time zone formatting to DateFormatter

[jira] [Commented] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-20 Thread Nick Kwiatkowski (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637445#comment-13637445 ] Nick Kwiatkowski commented on FLEX-18697: - Justin, I see the issue now. Do you

[jira] [Resolved] (FLEX-18168) CLONE -DateField returns wrong date

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-18168. -- Resolution: Won't Fix Not an Apache Flex issue so can't fix. Flash Player issue see:

[jira] [Resolved] (FLEX-18846) DateField wrong value for 09/10/1977 (dd/mm/yyyy)

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-18846. -- Resolution: Won't Fix Not an Apache Flex issue so can't fix. Flash Player issue see:

[jira] [Resolved] (FLEX-22544) Cannot select 1st of June in DateField

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-22544. -- Resolution: Won't Fix Not an Apache Flex issue so can't fix. Flash Player issue see:

[jira] [Updated] (FLEX-24411) DateFormatter.parseDateString() function doesn't properly read in SQLite seconds values

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24411: - Labels: easyfix (was: ) DateFormatter.parseDateString() function doesn't properly read in

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

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-16004: - Attachment: teste.mxml DateFormatter return empty string when modifies properties of

[jira] [Resolved] (FLEX-11646) Consider adding DateRange class for calendar related functionality

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-11646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-11646. -- Resolution: Duplicate Consider adding DateRange class for calendar related functionality

[jira] [Resolved] (FLEX-28520) Timezone in Germany incorrect between 1950 and 1979

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-28520. -- Resolution: Won't Fix Flash Player issue not Apache Flex issue so can't easily fix.

[jira] [Updated] (FLEX-27768) DateField formatString doesn't display month name as expected

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-27768: - Labels: easyfix (was: ) DateField formatString doesn't display month name as expected

[jira] [Resolved] (FLEX-22145) [Flash Player 2500755] The timeout always occurs after 60 sec. whatever the value of application.scriptTimeLimit, and the timeout exception message wrongly says the scri

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-22145. -- Resolution: Won't Fix Flash player issue not Apache Flex issue. See last comment above for

[jira] [Commented] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13637456#comment-13637456 ] Justin Mclean commented on FLEX-18697: -- HI, Go for it as I assume you have some

  1   2   >