Re: Apache Flex 4.9.1

2013-02-15 Thread Alex Harui
On 2/15/13 7:29 AM, "Frédéric THOMAS" wrote: > Hi Alex, > > For the 2 last fail tests[1], it comes from the PopUpManagerImpl.as changes > I did, the tests are broken but I still thing the fix is good, if I'm not > wrong, the fact is the view bounds taken in account are out of what is > visibl

[jira] [Commented] (FLEX-33398) ComboBox loses selectedItem when dataProvider dispatch reset event

2013-02-15 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579733#comment-13579733 ] Alex Harui commented on FLEX-33398: --- Hmm. I'd be afraid to build in a call to contains.

[jira] [Resolved] (FLEX-33399) [compile generate code issue]the "ID" property setter was not called if object is not an IDeferredInstantiationUIComponent instance

2013-02-15 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-33399. --- Resolution: Not A Problem I think the rule is, if you are not an IUIComponent, then the id property w

[jira] [Closed] (FLEX-33400) Wrong item name in SOFTWARE list of README file

2013-02-15 Thread Silver Ghost (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Silver Ghost closed FLEX-33400. --- > Wrong item name in SOFTWARE list of README file > --- >

[jira] [Resolved] (FLEX-33400) Wrong item name in SOFTWARE list of README file

2013-02-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33400. -- Resolution: Fixed Fix Version/s: (was: Apache Flex 4.9.0) Adobe Fl

[jira] [Created] (FLEX-33400) Wrong item name in SOFTWARE list of README file

2013-02-15 Thread Silver Ghost (JIRA)
Silver Ghost created FLEX-33400: --- Summary: Wrong item name in SOFTWARE list of README file Key: FLEX-33400 URL: https://issues.apache.org/jira/browse/FLEX-33400 Project: Apache Flex Issue Type:

Re: Latest on FlexJS

2013-02-15 Thread Peter Ent
I'll answer for Alex while he's travelingŠ Basically, FlexJS is a new framework for MXML/ActionScript so it can be compiled into SWFs and JavaScript. Alex is creating a new framework of classes and UI components that are very lightweight and work well in either platform. The project is in its inf

Re: UML diagrams for the Flex projects in Flower Dev Center ...

2013-02-15 Thread Cristian Spiescu
Hello Mike, Thanks a lot for your kind words :) I'm a bit confused, what 'is' the platform you are speaking of and how does it work? 1) Actually by "platform" I wanted to say the Flower Dev Center (FDC) itself, a platform (or online service) where people can collaborate on diagrams, and a lit

Re: Mustella on Amazon EC2

2013-02-15 Thread Om
On Fri, Feb 15, 2013 at 10:04 AM, Nicholas Kwiatkowski wrote: > I use EC2 for quite a few things. Just a few thoughts... > > - I don't know if the micro instance (the free one) will be powerful > enough to do much mustella testing. It comes with a very limited amount of > RAM and CPU... If it

[jira] [Created] (FLEX-33399) [compile generate code issue]the "ID" property setter was not called if object is not an IDeferredInstantiationUIComponent instance

2013-02-15 Thread Kent Wood (JIRA)
Kent Wood created FLEX-33399: Summary: [compile generate code issue]the "ID" property setter was not called if object is not an IDeferredInstantiationUIComponent instance Key: FLEX-33399 URL: https://issues.apache.org

Re: Latest on FlexJS

2013-02-15 Thread Randy Troppmann
Alex, sorry for the question ... I have been away from this list for a while. What exactly is FlexJS? Is it using MXML that processes into a javascript implementation of the application? - Randy On Wed, Feb 13, 2013 at 11:10 PM, Alex Harui wrote: > Hi Folks, > > A quick update on FlexJS before

Re: OneClickMustella on MacOS (was: Re: Apache Flex 4.9.1)

2013-02-15 Thread Om
On Wed, Feb 13, 2013 at 11:47 PM, Erik de Bruin wrote: > Sure, what do you need me to do? > > EdB > > Thanks for offering to help! The path to the terminal is currently hardcoded to a windows specific path. If you remove the hardcoding and make it work on Mac as well, that would be great. Let

Re: UML diagrams for the Flex projects in Flower Dev Center ...

2013-02-15 Thread Michael Schmalle
All I have to say is wow! Having authored a lot of that content in falconjx, it's nice to see the UML. :) Pretty amazing and snappy application you have developed, very nice indeed. I'm sure this will help me a lot developing in Falcon and the compilers. Thanks! We hope you'll like the pl

UML diagrams for the Flex projects in Flower Dev Center ...

2013-02-15 Thread Cristian Spiescu
Hello Apache Flex Community, First of all I'd like to say that I'm very thrilled about the amount and quality of the activity within the Apache Flex project (cf. mail discussions, web site, 4.9 release, etc). And very happy about the future of the project as well. Congratulations! We (i.e. F

Re: Mustella on Amazon EC2

2013-02-15 Thread Nicholas Kwiatkowski
I use EC2 for quite a few things. Just a few thoughts... - I don't know if the micro instance (the free one) will be powerful enough to do much mustella testing. It comes with a very limited amount of RAM and CPU... If it does manage to run, I'm sure it will be painful. - The micro instance

[jira] [Created] (FLEX-33398) ComboBox loses selectedItem when dataProvider dispatch reset event

2013-02-15 Thread JIRA
João Fernandes created FLEX-33398: - Summary: ComboBox loses selectedItem when dataProvider dispatch reset event Key: FLEX-33398 URL: https://issues.apache.org/jira/browse/FLEX-33398 Project: Apache Fl

Re: [jira] [Resolved] (FLEX-33384) Caret visible in all textinputs after they've been selected once.

2013-02-15 Thread Carol Frampton
You have a way to track this. The ticket is resolved but not closed. All JIRA issues should be closed when they are completed. Carol On 2/13/13 1:50 PM, "Om" wrote: >On Wed, Feb 13, 2013 at 10:04 AM, Carol Frampton (JIRA) >wrote: > >> >> [ >> >>https://issues.apache.org/jira/browse/FLEX

Re: Apache Flex 4.9.1

2013-02-15 Thread Frédéric THOMAS
Hi Alex, For the 2 last fail tests[1], it comes from the PopUpManagerImpl.as changes I did, the tests are broken but I still thing the fix is good, if I'm not wrong, the fact is the view bounds taken in account are out of what is visible, so, the image compare fails because it takes in account

[jira] [Updated] (FLEX-33157) Sort class: _fields and fieldList variables can be out of sync

2013-02-15 Thread Robert Bar (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Bar updated FLEX-33157: -- Fix Version/s: (was: Adobe Flex SDK 4.5 (Release)) Adobe Flex SDK Next > Sor

[jira] [Updated] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-02-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler updated FLEX-33397: Description: The chromeColor style is coloring the icon for for the spark buttons. The fix was to a

[jira] [Updated] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-02-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler updated FLEX-33397: Description: The chromeColor style is coloring the icon for for the spark buttons. The fix was to a

[jira] [Updated] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-02-15 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler updated FLEX-33397: Attachment: ButtonSkin.mxml Changed static private const exclusions:Array = ["labelDisplay"]; to

[jira] [Created] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-02-15 Thread Mark Kessler (JIRA)
Mark Kessler created FLEX-33397: --- Summary: Spark button skin doesn't exclude coloring icon. Key: FLEX-33397 URL: https://issues.apache.org/jira/browse/FLEX-33397 Project: Apache Flex Issue Type

[FalconJx] writeToken()

2013-02-15 Thread Michael Schmalle
Erik, Just wanted to run this by you but I wanted to do this awhile ago, the writeToken() method's original intention was to pass the token to write and automatically append a space AFTER the token. So writeToken(ASTokens.SET); Will produce; 'set ' This way when ever we have a token, th

[FalconJx] as tokens file; moving all our tokens to this api

2013-02-15 Thread Michael Schmalle
Hey Erik, A while ago I created org.apache.flex.compiler.as.codegen.ASTokens interface. In that file I listed all the tokens the ASParser uses. I want to name our tokens the same as the parser 'except' for this stuff; TOKEN_RESERVED_WORD_SET becomes SET KEYWORD_SUPER becomes SUPER TOKEN_O

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-15 Thread Alexander Doroshko
On 14.02.2013 21:49, Alex Harui wrote: OK, so it sounds like you currently just launch MXMLC and COMPC. That should make it relatively easy to call Falcon's MXMLC and COMPC, depending on how you get the error list. Falcon's MXMLC and COMPC classes are in a different package than flex2.tools, b

Re: Apache Flex Arabic Locales

2013-02-15 Thread Ghazi TRIKI
I added a JIRA issue for this task https://issues.apache.org/jira/browse/FLEX-33396 I also uploaded translated file and added a comment containing the overall progress for each file. I have an excel file containing technical words translated to Arabic ( like Class, Property, Field; they are no

Re: Apache Flex 4.9.1

2013-02-15 Thread Frédéric THOMAS
Hi, Just finished to run the test suite against the release4.9, still got: LangPacks/Japanese/tests/... components/Charts/Bubble/Properties/BubbleProperties BubbleSeries_multipleAxes_disabledDays spark/styles/local/dropShadowVisible_css_tester dropShadowVisible_css_Alert spark/styles/local/dr

[jira] [Updated] (FLEX-33396) Arabic Locales

2013-02-15 Thread Ghazi Triki (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ghazi Triki updated FLEX-33396: --- Attachment: validators.properties utils.properties textLayout.properti

Re: Apache Flex Arabic Locales

2013-02-15 Thread Paul Hastings
On 2/15/2013 12:55 PM, Alex Harui wrote: Even some stuff I've purchased from overseas that I think was human-translated has had some funny results. Have you seen engrish.com? yup but most of those are actually machine translations. ditto for most sub-titles in DVDs, etc. these days for small

AW: Mustella on Amazon EC2

2013-02-15 Thread christofer.d...@c-ware.de
Actually, when setting up the Flexmojos CI suite, I gave up trying to setup a Linux-Based instance. Getting the FlashPlayer to run on a headless machine is surely a task to make you loose your head. The only option I saw in having FlashPlayer based unit test running, was the Windows machine. An