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 difficu

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 wrote: > Erik, > > It looks like you took the ³var self=this² out. How are you supposed to > call local functions? For example, this A

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

2013-04-20 Thread Erik de Bruin
Ah, I see you've hidden your solution in the excellently commented "fix more bugs in compiler and add more tests for them" commit... Didn't know JSFlexJSEmitter was part of the compiler :-) Maybe make your commits a little bit more granular and descriptive, please? Since I already wrote a test 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 T

[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 Softw

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\\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: Ma

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 the

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" 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 dependency det

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" 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 warnings in Ecli

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 screwe

[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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=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 wrote: > > > > On 4/20/13 3:40 AM, "Erik de Bruin" wrote: > >> Alex, >> >> Somewhere in your last commit(s) something broke. I'm

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 t

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Alex Harui
Yup. On 4/20/13 7:29 AM, "Erik de Bruin" 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 wrote: >> >> >> >> On 4/20/13 3:40 AM, "Erik de Bruin" wr

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, A

Re: [FalconJX] error: circular dependency

2013-04-20 Thread Alex Harui
On 4/20/13 7:58 AM, "Erik de Bruin" wrote: > I can't fix what I can't debug ;-) Yup, I've been trying to add test cases that the customer hits but isn't in FlexJSTest_again. > > Maybe spend a little time to abstract the pain points from that > project into a "TestGoogProject" style test proje

[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-tabpanel&focusedCommentId=13637364#comment-13637364 ] Mark Kessler commented on FLEX-25454: - Thanks Alex, tossed on a zip extension and it o

[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 current

[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 Comb

[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-tabpanel&focusedCommentId=13637371#comment-13637371 ] Mark Kessler commented on FLEX-26157: - Thank you Jeremy. You are correct. It no long

[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 unt

[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: FLEX-2

Re: non-commiters

2013-04-20 Thread Alex Harui
On 4/20/13 2:48 PM, "Mark Kessler" 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 > sense. But on ones wher

[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 bug.

[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" wrote: > Hi, > I tried new version of FlexJSOverray.zip. > > It seems Falcon.js and Falcon.JX are depend on Default encoding, > so, non-ASCII character mes

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

2013-04-20 Thread aYo ~
nice one sir, bon joue!!

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 long

Re: non-commiters

2013-04-20 Thread Alex Harui
On 4/20/13 3:43 PM, "Mark Kessler" 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 of the easy fix bugs was

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 sugg

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 so

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: https://issues.apache.org/jira/browse/

[jira] [Assigned] (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 reassigned FLEX-18697: --- Assignee: Nick Kwiatkowski > ObjectUtil.getCacheKey does not make cache key corre

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 w

[Poll] Old Flex closed and later issues

2013-04-20 Thread Justin Mclean
Hi, There's 4000+ issue in the closed and later state of these about 3000 are marked as bugs and about 200 have a priority of major or more. https://issues.apache.org/jira/issues/?filter=12321179 Would anyone object to reopening: 1. All the major and above bugs in this state? (about 200 issues)

[jira] [Updated] (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 updated FLEX-25045: - Labels: easyfix easytest (was: ) > ResourceManager.getInstance().getString() returns "undefi

[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] [Updated] (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 updated FLEX-21825: - Labels: easyfix (was: ) > Incorrect Type Coercion in ResourceManagerImpl > -

[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 earli

[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 wrote: > Hi, > > There's 4000+ issue in the closed and later stat

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 8:

[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 8bf8aa7

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 ex

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 O

[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 earl

[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-tabpanel&focusedCommentId=13637427#comment-13637427 ] Mark Kessler commented on FLEX-23974: - Test application that reproduces issue and show

[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 selec

[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 = ResourceManager.getInstance

[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 E

[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-tabpanel&focusedCommentId=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 even

[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 remov

[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-tabpanel&focusedCommentId=13637431#comment-13637431 ] Justin Mclean commented on FLEX-24460: -- Can't reproduce seem to work fine. http://

[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 returnin

[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 Flex

[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 a

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 > OK, I added the file.encoding to the FalconJX launch configuration. Let me >

[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 rat

[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" 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 few d

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" 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. > > > - I have To

[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 Flex

[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 = options[fl

[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-tabpanel&focusedCommentId=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

[jira] [Resolved] (FLEX-28923) Date bug in Safari

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-28923. -- Resolution: Not A Problem No longer an issue in Safari 6 although issue is more likely Flash Pl

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 wrote: > 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 it documented any

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 wrote: > For the MustellaTestChooser, use as input, the output of: git status -s | > grep "^[A M]" > > -Fred >

[jira] [Resolved] (FLEX-27019) Poor Spark Date,CurrencyFormatter performance on OSX

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-27019. -- Resolution: Not A Problem Not a Flex SDK issue Flash Player or OS issue. > Poo

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 wrote: > On Apr 20, 2013 5:24 PM, "Nicholas Kwiatkowski" wrote: > > > > Hey everybody! > > > > I've been out of the

[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-25781) new Date(2010,10,31,10,10,0) is not created well from constructor

2013-04-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-25781. -- Resolution: Cannot Reproduce Duplicate and can't reproduce. Not a Flex SDK issue most likely a

[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-tabpanel&focusedCommentId=13637445#comment-13637445 ] Nick Kwiatkowski commented on FLEX-18697: - Justin, I see the issue now. Do you w

[jira] [Resolved] (FLEX-25848) Problem with selectedDate in DateField Component in Flex 4

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

[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: https://b

  1   2   >