Re: Version 4.12 of Apache Flex

2013-12-03 Thread modjklist
Thanks for the heads-up Justin. I'm hoping someone can please, please, please try to fix this issue, https://issues.apache.org/jira/browse/FLEX-33846 that I'm running into with spark datagrid. I think it should effect anyone using spark datagrids with mx:DividedBox. - Original Message

Re: Version 4.12 of Apache Flex

2013-12-03 Thread Thiago Maia
Hello Im interested in this bug, it crashes the browser when we try to set a background collor. https://issues.apache.org/jira/browse/FLEX-33922 thanks a lot Thiago Maia On 12/3/2013 2:12 PM, Justin Mclean wrote: Hi, A new release of Apache Flex is a few months away what JIRA issues wo

Re: Version 4.12 of Apache Flex

2013-12-03 Thread mspecht
Hi, we make heavy use of DataGrids. That why I want to vote for fixing drag and drop handling on the spark DataGrid. (https://issues.apache.org/jira/browse/FLEX-33866) Currently we still use Alex's proposed solution: http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-and-drop

Re: Version 4.12 of Apache Flex

2013-12-04 Thread Mihai Chira
Thanks for the work on it so far! We're also running into problems with grids: https://issues.apache.org/jira/browse/FLEX-33934. Many thanks, Mihai On 3 December 2013 22:12, Justin Mclean wrote: > Hi, > > A new release of Apache Flex is a few months away what JIRA issues would > you like to s

Re: Version 4.12 of Apache Flex

2013-12-08 Thread FlexForever
This is my wishlist: 1) Update some skins to be in line with Android 4.x and iOS 7 design (e.g. action/title bar, tab bar etc.) 2) Most of my problems are with displaying foreign fonts, e.g. - spark textArea does not display Arabic correctly - spark Label does not display Korean correctly on

Re: Version 4.12 of Apache Flex

2013-12-08 Thread Justin Mclean
Hi, > 1) Update some skins to be in line with Android 4.x and iOS 7 design (e.g. > action/title bar, tab bar etc.) Some work been done for android 4.x skins and I intend to do some more once I have a bit of time. > 2) Most of my problems are with displaying foreign fonts, e.g. > - spark textAre

Re: Version 4.12 of Apache Flex

2013-12-09 Thread jude
+1 on the skin upgrades. Also, implement something like removeAllListeners to a base class such as UIComponent or possibly have a utility class that has the same effect. I saw a patch a while back but I don't think it was ever added.

Re: Version 4.12 of Apache Flex

2013-12-09 Thread Justin Mclean
Hi, > Also, implement something like removeAllListeners to a base class such as > UIComponent Sadly not 100% possible without Flash Player changes. Thanks, Justin

RE: Version 4.12 of Apache Flex

2013-12-09 Thread Kessler CTR Mark J
l.com] Sent: Monday, December 09, 2013 5:47 AM To: users@flex.apache.org Subject: Re: Version 4.12 of Apache Flex +1 on the skin upgrades. Also, implement something like removeAllListeners to a base class such as UIComponent or possibly have a utility class that has the same effect. I saw a pa

RE: Version 4.12 of Apache Flex

2013-12-09 Thread Kessler CTR Mark J
From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Sent: Monday, December 09, 2013 7:27 AM To: users@flex.apache.org Subject: RE: Version 4.12 of Apache Flex Well you can add some redundant code to removeAllListeners if you would like, but we can't modify the flash player

Re: Version 4.12 of Apache Flex

2013-12-09 Thread Alex Harui
ted in someone's tests. > >-Mark > >-Original Message- >From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] >Sent: Monday, December 09, 2013 7:27 AM >To: users@flex.apache.org >Subject: RE: Version 4.12 of Apache Flex > >Well you can add some redund

RE: Version 4.12 of Apache Flex

2013-12-09 Thread Kessler CTR Mark J
uld be great. I did make a runonce eventlistener that worked well. It removed itself after one run. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, December 09, 2013 12:35 PM To: users@flex.apache.org Subject: Re: Version 4.12 of Apache Flex But I j

Re: Version 4.12 of Apache Flex

2013-12-09 Thread Mark Kessler
Just a side thought on your proxy idea. The only complication to it is this... We could have one that can be enabled at anytime, but it would only have visibility over what has happened since it was enabled. I like the idea, just need to find an angle that works and provides the functionality as w

Re: Version 4.12 of Apache Flex

2013-12-09 Thread Alex Harui
True, but in the five minutes I've spent thinking about this, I'm thinking this is for listeners added by a developer's AS code, not by code generated by MXML or by the framework, and it will be up to the developer to be disciplined enough to use it. So, if instead of writing: foo.addEventListener

Re: Version 4.12 of Apache Flex

2013-12-09 Thread Mark Kessler
Ok, thanks Alex. -Mark On Mon, Dec 9, 2013 at 5:40 PM, Alex Harui wrote: > True, but in the five minutes I've spent thinking about this, I'm thinking > this is for listeners added by a developer's AS code, not by code > generated by MXML or by the framework, and it will be up to the developer

Re: Version 4.12 of Apache Flex

2013-12-09 Thread piotr.zarzycki
Hi All :) Similar mechanism to described by Alex is a part of Fabrication Framework. "Events" in fabrication called "Reaction". Every view is managed by mediator whitch contain methods: addReaction, removeReaction, disposeReactions and hasReaction - such methods into some utility could be really u

Re: Version 4.12 of Apache Flex

2013-12-10 Thread jude
ssler/examples/FLEX-33608/app.swf > [2] > https://github.com/KesslerConsulting/example/commit/30ee4b96911d301ea09516324241c4bc9d734f16 > > -Original Message- > From: jude [mailto:flexcapaci...@gmail.com] > Sent: Monday, December 09, 2013 5:47 AM > To: users@flex.apache.org

Re: Version 4.12 of Apache Flex

2013-12-10 Thread FlexForever
Yes, I already filled bug reports for both issues. Would be really great if somebody can look into them especially as they are very easy to reproduce and these bugs are really hindering my development. https://issues.apache.org/jira/browse/FLEX-33972 https://issues.apache.org/jira/browse/FLEX-3397