Re: Combo Box RTE

2013-02-04 Thread Justin Mclean
Hi, > I didn't think that resulted in a TypeError. I thought it was some other > error. TypeError: Error #1009: Cannot access a property or method of a null object reference. Can't get much clearer than that :-) > Or just add a null check there. Thought that what I suggested? Thanks, Justin

AW: Updated Mavenizer and FM6

2013-02-04 Thread christofer.d...@c-ware.de
Hi Frederic, so it seems that this is nothing I can do anything agains. But as I know the IntelliJ guys it will be a matter of 1-2 days till they have this detail fixed ;-) Chris Von: Frédéric THOMAS [webdoubl...@hotmail.com] Gesendet: Montag, 4. Febru

[FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Hey Frank, Just wanted you to know that I am feeling a lot better and going to spend the week on AMD and your approach. While I was sick last week I has some time to get into a bit of JS. I'm looking forward to getting this working so we can see how it works, mainly so "I" can understand

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Actually, I'm very good at ignoring things until I need them. 'as-js-runtime-prototype' is forked and in the oven, this is all I need for now and the WIKI page that you have written. Thanks for your thoroughness on this Frank, it's going to make it a lot easier. I will be honest, when we

[jira] [Resolved] (FLEX-33311) Nullpointer in ConstraintLayout when executing Transition on content

2013-02-04 Thread Maxime Cowez (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxime Cowez resolved FLEX-33311. - Resolution: Fixed Fix Version/s: Apache Flex 4.9.0 Though no-one was assigned to this part

Re: Combo Box RTE

2013-02-04 Thread Maxime Cowez
I was certain I had seen this somewhere before and after poking my brain with a stick for a little while I remembered that someone had asked a question about this exact issue on StackOverflow: http://stackoverflow.com/questions/13847817/upgrading-from-flex-3-0-to-flex-3-6-custom-combobox-getting-ty

Re: Combo Box RTE

2013-02-04 Thread Justin Mclean
Hi Max, Thanks for the links good to know i'm not the only person who's run into it and hopefully we can come up with a fix. Justin

Re: [Dart] - playing around

2013-02-04 Thread Christophe Herreman
I have been working on a POC that uses Dart, Dart Web Components and Twitter Bootstrap in order to create a declarative MXML-like (UI) framework. More info: https://github.com/cherreman/dart-playground/tree/master/bootstrap_components regards, Christophe 2013/2/3 Frank Wienberg > On Sun, Feb

Login Example for Apache Flex (was: [Website] Learning content)

2013-02-04 Thread Sebastian Mohr
@Om ... in regards to code examples, I have already added Apache Flex code examples to my Login Example [1]. Sure, the Login Example is not a fancy app, but, it shows Flex newbies how they could structure the Flex code with the MVC pattern. I am not sure if this code would be of interest to the Apa

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Frank, I am starting on this and you have confused me starting off. The wiki entry under the header of "Implementation Solution" does NOT look at all the same as your A.js production in the 'as-js-runtime-prototype' source code. What am I missing? Which is the correct way you want this ou

RE: [Dart] - playing around

2013-02-04 Thread Kessler CTR Mark J
*hit the nail on the head* IE7 / 8 still here in the MC. But besides government use, a lot of statistics show a dramatic decline in IE use thank goodness. Even though DISA has approved IE9 it will be a while before it's pushed through. I believe IE10 will be the first HTML5 compatible IE ver

RE: [Dart] - playing around

2013-02-04 Thread Frank Pepermans
Anything below IE9 would be hard to support, by the time Dart and Apache Flex mature, it may indeed be no longer a very big issue. For Flex, you could do the opposite of Dart,Dart will use the DartVM if the browser supports it,and fall back to js for others Flex could target recent browsers, and

Re: [FalconJx] AMD implementation

2013-02-04 Thread Frank Wienberg
Hi Mike, great to hear you are well again and have some time to spend on the AMD approach! On Mon, Feb 4, 2013 at 12:56 PM, Michael Schmalle wrote: > Frank, > > I am starting on this and you have confused me starting off. The wiki > entry under the header of "Implementation Solution" does NOT l

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Quoting Frank Wienberg : Hi Mike, great to hear you are well again and have some time to spend on the AMD approach! My plan is by Friday the compiler will be outputting the exact code you have in the github repo. On Mon, Feb 4, 2013 at 12:56 PM, Michael Schmalle wrote: Frank, I am

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Oh yeah, As far as the "AS3" output you have in the graph example, that will not be possible with the current incarnation with Falcon. Unfortunately, the the parser does not keep the whitespace tokens or really any token information at all. When a parser node is created the line and colum

Re: first message in the community

2013-02-04 Thread Harbs
Flash Builder is not part of Apache Flex. It's owned by Adobe. There's a lot of compiler work going on. Harbs On Feb 4, 2013, at 5:03 PM, Cataldo De Benedictis wrote: > Hello guys, > > sorry for my english, we are an Italian software house that has created a > product that bases its technolog

Re: Combo Box RTE

2013-02-04 Thread Alex Harui
On 2/4/13 12:58 AM, "Justin Mclean" wrote: > Hi, > >> I didn't think that resulted in a TypeError. I thought it was some other >> error. > TypeError: Error #1009: Cannot access a property or method of a null object > reference. Maybe there is a problem with my email, but I do not see the "Ca

Re: [FalconJx] AMD implementation

2013-02-04 Thread Frank Wienberg
On Mon, Feb 4, 2013 at 3:21 PM, Michael Schmalle wrote: > Oh yeah, > > As far as the "AS3" output you have in the graph example, that will not be > possible with the current incarnation with Falcon. Unfortunately, the the > parser does not keep the whitespace tokens or really any token information

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Ok Frank, This is what I have so far; - How do you want to handle the parent directory such as "runtime" and "classes"? Are those going to be hardcoded or dynamic? I know they need to be in the paths, just asking before I implement it. - Does the two super lines need to be there if the cla

Re: error message

2013-02-04 Thread Nicholas Kwiatkowski
I've not seen that message before, but it sounds like you are importing mx.events.EffectEvent, but never actually calling it or making use of it. Could that be the case? -Nick On Mon, Feb 4, 2013 at 6:54 AM, Razi Barkai wrote: > I just download the new Flex sdk 4.9.0 and flash builder 4.7 its

Re: error message

2013-02-04 Thread Fritze Marcus
You can organize the imports with cmd+shift+o (on Mac OS X - I don't know the windows command). With this command all unused imports will be removed. Marcus Fritze Am 04.02.2013 um 18:10 schrieb Nicholas Kwiatkowski : > I've not seen that message before, but it sounds like you are importing > m

Re: first message in the community

2013-02-04 Thread Nicholas Kwiatkowski
Cataldo, Flash Builder was not donated to the Apache Software Foundation -- Adobe retained it as a commercial product. We unfortunately don't have control over its direction or performance. There is an understanding between Adobe and our project that they will remain compatible with it if at all

Re: Login Example for Apache Flex (was: [Website] Learning content)

2013-02-04 Thread Nicholas Kwiatkowski
Sebastian, I'm not sure that talking about frameworks is the best way to attract new developers. I think some code samples that show how easy it is to do fairly complicated tasks may be better. Think of what the Adobe Evangelists have shown in the past (demoware). Flex is pretty awesome in the

[FALCON] Performance expectations (was Re: first message in the community)

2013-02-04 Thread Alex Harui
On 2/4/13 9:16 AM, "Nicholas Kwiatkowski" wrote: > There is a lot of work being done with a new compiler, known as "Falcon". > This is the next generation compiler that was started by Adobe and donated > to us midway through development. It is not 100% there yet, but if you > read this mai

Re: [FalconJx] AMD implementation

2013-02-04 Thread Michael Schmalle
Hmm.. Now that I looked back at the wiki you are using Object.defineProperty() but you don't use that in your charts code. You wrapped it with AS3.class_ correct? Is that what you plan on using? Am I missing something here? I think I'm going to hold off until you have the current productio

Re: Language features

2013-02-04 Thread Nick Collins
This would also mean having to put in a bunch of if...else statements or a switch statement to check the type of var and call the appropriate method. To me that is code smell much bigger than method overloading :) On Sun, Feb 3, 2013 at 7:48 AM, Nicholas Kwiatkowski wrote: > One quick example --

Re: Login Example for Apache Flex (was: [Website] Learning content)

2013-02-04 Thread Om
On Mon, Feb 4, 2013 at 9:20 AM, Nicholas Kwiatkowski wrote: > Sebastian, > > I'm not sure that talking about frameworks is the best way to attract new > developers. I think some code samples that show how easy it is to do > fairly complicated tasks may be better. Think of what the > Adobe Evange

RE: Login Example for Apache Flex (was: [Website] Learning content)

2013-02-04 Thread Mark Fuqua
As a newbie, I think a good discussion of Flex would include the following: custom components, suggested folder structure, event bubbling, setting event listeners, removing event listeners, item renderers and maybe even item renderers for mobile (I think they are suggested to be actionscript only).

RE: makeApacheFlexForFlashBuilder.bat

2013-02-04 Thread Frédéric THOMAS
Hi Justin, What we would do for that ? talking to infra, did you start something on this way ? should I ? Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: Re: makeApacheFlexForFlashBuilder.bat > Date: Fri, 1 Feb 2013 14:40:34 +0100 > > Hi Justin, > > We've

AMF spec update (Was Re: RFC - additional registerClassAlias)

2013-02-04 Thread Om
Mike, The recent update to the AMF spec adds support for Vectors, Dictionary, etc.[1] Will this help us with this problem? Thanks, Om [1] http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/amf/pdf/amf-file-format-spec.pdf On Thu, Apr 5, 2012 at 1:55 PM, Michael A. Labriola <

RE: AMF spec update (Was Re: RFC - additional registerClassAlias)

2013-02-04 Thread Michael A. Labriola
>The recent update to the AMF spec adds support for Vectors, Dictionary, >etc.[1] Will this help us with this problem? I will take a look. Thanks, Mike

[jira] [Created] (FLEX-33381) Setting s:ComboBox#typicalItem produces unnecessarily long width

2013-02-04 Thread JC Franco (JIRA)
JC Franco created FLEX-33381: Summary: Setting s:ComboBox#typicalItem produces unnecessarily long width Key: FLEX-33381 URL: https://issues.apache.org/jira/browse/FLEX-33381 Project: Apache Flex

Re: Login Example for Apache Flex (was: [Website] Learning content)

2013-02-04 Thread Hans | dotdotcommadot
Dart seems to be doing some kind of 5 minute video instructions. I think this would be a great idea: make tutorials that won't take longer than 5 minutes (video or text.. whatever). Or some kind of 'gotoandlearn.com' for flex would be awesome as well of course. IF somebody would have the time to d

Jenkins still broken

2013-02-04 Thread Nicholas Kwiatkowski
I tried submitting some non-code changes to the develop branch today, and the CI server was still throwing me errors (the last one stated that it was out of hard disk space). Anybody else see the same thing? I know it was talked about last week, but I don't remember if there was a resolution.. -

RE: Jenkins still broken

2013-02-04 Thread Frédéric THOMAS
see my last post on this thread makeApacheFlexForFlashBuilder.bat‏ Frédéric THOMAS > Date: Mon, 4 Feb 2013 16:35:56 -0500 > Subject: Jenkins still broken > From: nicho...@spoon.as > To: dev@flex.apache.org > > I tried submitting some non-code changes to the develop branch today, and > the CI ser

InfoWorld interview

2013-02-04 Thread Alex Harui
Hi Folks, I had a brief conversation with Paul Krill, an editor at InfoWorld. He has requested the Apache Flex logo for an online article and a screenshot or two of a Flex app. If you have one that can be published, please forward it directly to my Adobe email. I will probably bias my choice

Re: InfoWorld interview

2013-02-04 Thread Harbs
FWIW, You can take as many screenshots of my PrintUI app here: https://printui.com/web-to-print-demo-step-1.php On Feb 5, 2013, at 12:04 AM, Alex Harui wrote: > Hi Folks, > > I had a brief conversation with Paul Krill, an editor at InfoWorld. He has > requested the Apache Flex logo for an onl

Re: Combo Box RTE

2013-02-04 Thread Justin Mclean
Hi, > Maybe there is a problem with my email, but I do not see the "Cannot..." in > your original email The full error message is not reported by the Flash Player in the stack trace, but the error number 1009. > It was, but then it seemed like you were suggesting something more > complicated. I

Re: makeApacheFlexForFlashBuilder.bat

2013-02-04 Thread Justin Mclean
Hi, > What we would do for that ? talking to infra, did you start something on this > way ? should I ? I sent an email to builds@a.o the other day no reply as yet. Thanks, Justin

Re: Jenkins still broken

2013-02-04 Thread Justin Mclean
Hi, > I tried submitting some non-code changes to the develop branch today, and > the CI server was still throwing me errors (the last one stated that it was > out of hard disk space). Emailed builds@a.o no resolution yet. There's been a 100Gb rise in disk space usage by other projects in the

RE: makeApacheFlexForFlashBuilder.bat

2013-02-04 Thread Frédéric THOMAS
Thanks to keep in touch :) Frédéric THOMAS > Subject: Re: makeApacheFlexForFlashBuilder.bat > From: jus...@classsoftware.com > Date: Tue, 5 Feb 2013 09:39:08 +1100 > To: dev@flex.apache.org > > Hi, > > > What we would do for that ? talking to infra, did you start something on > > this way ? s

Re: Combo Box RTE

2013-02-04 Thread Alex Harui
On 2/4/13 2:34 PM, "Justin Mclean" wrote: > Hi, > >> Maybe there is a problem with my email, but I do not see the "Cannot..." in >> your original email > The full error message is not reported by the Flash Player in the stack > trace, but the error number 1009. Is a 1009 always a null ref?

Re: makeApacheFlexForFlashBuilder.bat

2013-02-04 Thread Justin Mclean
HI, Emailed again pointed out a few of the worse offenders, one project is taking up more than 150Gb of space! Justin

RE: makeApacheFlexForFlashBuilder.bat

2013-02-04 Thread Frédéric THOMAS
Ok, I added the archives of this list in my favorites. Thanks, Frédéric THOMAS > Subject: Re: makeApacheFlexForFlashBuilder.bat > From: jus...@classsoftware.com > Date: Tue, 5 Feb 2013 10:15:37 +1100 > To: dev@flex.apache.org > > HI, > > Emailed again pointed out a few of the worse offenders,

Re: Combo Box RTE

2013-02-04 Thread Justin Mclean
Hi, > Is a 1009 always a null ref? I never tried to memorize that, I always read > the full message. I guess it's possible (but very unlikely IMO) for the Flash Player to use the same error number for two different errors. It's certainly not documented. http://help.adobe.com/en_US/FlashPlatform

RE: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Frédéric THOMAS
Hi, Is there someone with a better understanding than me could determinate if it's a player bug or a sdk one ? I proposed what I think is a quick and dirty monkey patch to the reporter but didn't find anything explaining why that happens. Thanks, Frédéric THOMAS > From: webdoubl...@hotmail.c

RE: Language features

2013-02-04 Thread Tianzhen Lin
Besides strongly-typed dictionary, adding generic support would bring the language to a more reusable state, so we can say good-bye to ArrayCollection, but List. Additionally, if the AMF also supports generics, that would complete the whole picture. Currently Vector is not supported in AMF, ma

RE: AMF spec update (Was Re: RFC - additional registerClassAlias)

2013-02-04 Thread Tianzhen Lin
This is great news. I wonder if there would be BlazeDS updates that would support this feature. Tangent -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Monday, February 04, 2013 3:34 PM To: flex-...@incubator.apache.org Subject: AMF spec update

[jira] [Created] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-04 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33382: Summary: Run Time Error 1009 in mx:Combobox in destoryDropdown Key: FLEX-33382 URL: https://issues.apache.org/jira/browse/FLEX-33382 Project: Apache Flex Iss

[jira] [Resolved] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-04 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33382. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Check if tween is null before called

Re: [jira] [Resolved] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-04 Thread Om
Did you run mustella? Maybe you can test OneClickMustella on a Mac using this as an excuse ;-) Thanks, Om On Feb 4, 2013 5:55 PM, "Justin Mclean (JIRA)" wrote: > > [ > https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Ju

Re: [jira] [Resolved] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-04 Thread Justin Mclean
Hi, > Did you run mustella? Maybe you can test OneClickMustella on a Mac using > this as an excuse ;-) I run the check in tests but not the full tests. The tests will get run at some point before the next release so shouldn't be an issue for a trivial/obvious change like this (famous last wor

Re: [jira] [Resolved] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-04 Thread Om
Did you run mustella? Maybe you can test OneClickMustella on a Mac using this as an excuse ;-) Thanks, Om On Feb 4, 2013 5:55 PM, "Justin Mclean (JIRA)" wrote: [ https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Justin Mcl

Re: InfoWorld interview

2013-02-04 Thread Sally Khudairi
Thanks so much, Alex! [From the mobile; kindly excuse spelling/spacing/auto-correct anomalies] - Reply message - From: "Alex Harui" To: "flex-...@incubator.apache.org" Cc: "pr...@apache.org" Subject: InfoWorld interview Date: Mon, Feb 4, 2013 5:04 PM InfoWorld interview Hi Folks, I

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread RJ Camarillo (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570902#comment-13570902 ] RJ Camarillo commented on FLEX-33273: - I don't see the changes for this in the trunk.

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570921#comment-13570921 ] Justin Mclean commented on FLEX-33273: -- Changes are made in the develop branch not tr

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread RJ Camarillo (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570926#comment-13570926 ] RJ Camarillo commented on FLEX-33273: - Aha! Thanks Justin! > CSSCondi

Re: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Alex Harui
I will try to find time to take a look. Are you sure the display object we use behind the modal window fully covers the non-modal? There might be corner cases around borders, dropshadows and filters in the background object and the non-modal that allow for the mouse to pass through. On 2/4/13 4

Re: Speakers needed at 2013 Chicago Code Camp

2013-02-04 Thread Nicholas Kwiatkowski
I might be up for it, depending on how my schedule works out. Let me know if any other locals would rather take it on, but I could come down from Michigan. -Nick On Mon, Feb 4, 2013 at 7:02 PM, Jon Weber wrote: > Hi all, > > > > We are seeking people who wish to give a talk at Chicago (IL) Cod

[jira] [Comment Edited] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread RJ Camarillo (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570926#comment-13570926 ] RJ Camarillo edited comment on FLEX-33273 at 2/5/13 4:10 AM: -

Re: [jira] [Comment Edited] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread Justin Mclean
Hi, Post your findings to the Apache dev list. If there's significant performance gains I'm sure people would be interested. Justin

Re: Language features

2013-02-04 Thread Nicholas Kwiatkowski
I was under the impression that they updated the AMF protocol to support Vector... I'm not remembering /where/ I read that, but I remember them saying it was coming... -Nick On Mon, Feb 4, 2013 at 8:21 PM, Tianzhen Lin wrote: > Besides strongly-typed dictionary, adding generic support would br

Re: Speakers needed at 2013 Chicago Code Camp

2013-02-04 Thread JP Bader
Nick, Let's coordinate. I can't attend but would be happy to help out any other way! JP On Feb 4, 2013 10:06 PM, "Nicholas Kwiatkowski" wrote: > I might be up for it, depending on how my schedule works out. Let me know > if any other locals would rather take it on, but I could come down from

RE: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Frédéric THOMAS
Hi Alex, Bingo, the dropShadowEnabled of the non modal titleWindow has to be set to false and it works. But still, to me, it looks like more a trick than what it is expected as a modal itself should avoid this behavior, at least, my first trick setting the x of the modal to -1 cover all these

Re: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Alex Harui
On 2/4/13 9:49 PM, "Frédéric THOMAS" wrote: > > Hi Alex, > > Bingo, the dropShadowEnabled of the non modal titleWindow has to be set to > false and it works. > > But still, to me, it looks like more a trick than what it is expected as a > modal itself should avoid this behavior, at least, m

RE: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Frédéric THOMAS
That's why I whished someone with a better understanding than me to have a look :-) Lemme know what you'll find please :-) Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Date: Mon, 4 Feb 2013 22:00:49 -0800 > Subject: Re: [jira] [Commented] (FLEX-33377) Focus can b

RE: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-04 Thread Avi Kessner
It has always annoyed me that borders and drop shadows cause as3 to return the wrong h/w. Is it possible to fix that underlying problem and still make it backwards compatible? On Feb 5, 2013 8:11 AM, "Frédéric THOMAS" wrote: > > That's why I whished someone with a better understanding than me t

[jira] [Updated] (FLEX-33366) The candidate input method can not follow

2013-02-04 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui updated FLEX-33366: -- Attachment: QQTextInputSkin.mxml QQTextAreaSkin.mxml QQSparkTextInput.as

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2013-02-04 Thread RJ Camarillo (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RJ Camarillo updated FLEX-33273: Attachment: mx.styles - inlined.zip > CSSCondition.matchesStyleClient() is slow and creates exc