Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
On Thu, Feb 6, 2014 at 11:09 PM, Alex Harui aha...@adobe.com wrote: On 2/6/14 10:49 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Feb 6, 2014 10:42 PM, Alex Harui aha...@adobe.com wrote: Ack. Read the error incorrectly. It may not be BarChartLayout that is incorrect. Do you

Re: target-player=13.0beta

2014-02-07 Thread Carlos Rovira
Hi Alexander, file the bug and I'll check it this weekend. Even, If you know exactly the where the fix is and want to share a patch I can test it and make the commit. Thanks Carlos 2014-02-07 Alexander Doroshko alexander.doros...@jetbrains.com: Do you want me to file a bug in the issue

Re: target-player=13.0beta

2014-02-07 Thread OmPrakash Muppirala
I just pushed a fix for this. My tests look good. Please close the Installer and open it again. You should see the changes immediately. Do let us know if everything looks good. Thanks for catching this! Regards, Om On Fri, Feb 7, 2014 at 1:05 AM, Carlos Rovira

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
Filed https://issues.apache.org/jira/browse/FLEX-34076 Unfortunately I have no idea how this should be fixed. On 07.02.2014 13:05, Carlos Rovira wrote: Hi Alexander, file the bug and I'll check it this weekend. Even, If you know exactly the where the fix is and want to share a patch I can

Re: target-player=13.0beta

2014-02-07 Thread Carlos Rovira
Many thanks Om 2014-02-07 Alexander Doroshko alexander.doros...@jetbrains.com: Filed https://issues.apache.org/jira/browse/FLEX-34076 Unfortunately I have no idea how this should be fixed. On 07.02.2014 13:05, Carlos Rovira wrote: Hi Alexander, file the bug and I'll check it this

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
Thanks a lot, indeed the issue is fixed now. May I suggest a better fix (probably requiring Installer update): I think ideally in this case user should see 'Flash Player 13.0 beta' in the corresponding Installer combo box, but folder created should be named '13.0'. What do you think?

Re: target-player=13.0beta

2014-02-07 Thread OmPrakash Muppirala
On Feb 7, 2014 1:27 AM, Alexander Doroshko alexander.doros...@jetbrains.com wrote: Thanks a lot, indeed the issue is fixed now. Welcome :-) May I suggest a better fix (probably requiring Installer update): I think ideally in this case user should see 'Flash Player 13.0 beta' in the

Re: Rendering components in MX DataGrid

2014-02-07 Thread Oleg Konovalov
Hi, Now I am able to render CheckBox and Button in MX DataGrid, but still can't use Spark DropDownList (or MX ComboBox) inside DataGrid, and it’s not working – DDL doesn’t show up and cannot populate it. Here is my scenario: User Selects a Version from another DropDownList outside

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
Hi , I am using mx:DataGrid with mx:ComboBox cell renderer with no issue. The way I do that is throught DataGridColumn itemRenderer. The way you populate the DDL is through the itemRenderer data variable, where data is the object for the rendered row. So it could be something like:

Windows overwrite mode

2014-02-07 Thread Carlos Rovira
Hi, I'm trying to fix a case on MaskedTextInput when user is on a Windows machine and has INSERT key pressed. I'm searching for a way to get this OS state to make the component take this into account. Maybe there's something a SystemManager level or other Flex Manager Class that holds this

Re: Windows overwrite mode

2014-02-07 Thread Carlos Rovira
It seems the solution is EditManager.overwriteMode in Text Layout Framework. In AS2 there was a Key.isToggled but in AS3 all Key class with more useful functionality but it's gone... 2014-02-07 Carlos Rovira carlosrov...@apache.org: Hi, I'm trying to fix a case on MaskedTextInput when

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Peter Ent
I got all the code and rebuilt. The issue Om was trying to fix is definitely fixed - the charts look great in both AS and JS. I am however, getting this warning when cross-compiling the BarChartExample from within Flash Builder: /Users/pent/Documents/Apache

Re: Windows overwrite mode

2014-02-07 Thread Alex Harui
IIRC, this has been an issue since the move to AS3. No way to find out if a key has been pressed before the SWF started up. On 2/7/14 6:38 AM, Carlos Rovira carlosrov...@apache.org wrote: It seems the solution is EditManager.overwriteMode in Text Layout Framework. In AS2 there was a

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Alex Harui
Are you guys only getting this warning when using FB or does the warning also show up when building from ant? On 2/7/14 7:01 AM, Peter Ent p...@adobe.com wrote: I got all the code and rebuilt. The issue Om was trying to fix is definitely fixed - the charts look great in both AS and JS. I am

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Peter Ent
Assuming that I've built and installed things into the right places, I did not get this warning building the example using ant in the BarChartExample directory. So just using FB. I'm not yet familiar enough the configuration differences to see why this would be the case. --peter On 2/7/14 10:59

Re: Windows overwrite mode

2014-02-07 Thread Alex Harui
Feel free to ask. When we asked many years ago they said no. It might have been due to difficulties implementing it in all runtime environments. On 2/7/14 8:06 AM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Maybe this could be proposed to flash player team? El viernes, 7 de febrero de

Re: Rendering components in MX DataGrid

2014-02-07 Thread Alex Harui
That pattern works for mx components in MX DataGrid, but Spark components do not drop-in as item renderers. I'm not sure if it is easier to subclass DDL and implement IListItemRenderer or subclass mx:ComboBox and disable editing in the TextInput. -Alex On 2/7/14 5:12 AM, Maurice Amsellem

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
On Feb 7, 2014 7:59 AM, Alex Harui aha...@adobe.com wrote: Are you guys only getting this warning when using FB or does the warning also show up when building from ant? I am getting same error with the ant bold as well. Thanks, Om On 2/7/14 7:01 AM, Peter Ent p...@adobe.com wrote: I got

[FlexJS] Wiki Update

2014-02-07 Thread Peter Ent
I've updated the FlexJS wiki with a new page about contributing to the FlexJS framework. You can find it here: https://cwiki.apache.org/confluence/display/FLEX/Contributing+to+the+FlexJS+Framework This is a first pass so if you've been thinking about contributing, please read it through and

Re: flex-sdk_mustella-mobile - Build # 516 - Still Failing!

2014-02-07 Thread OmPrakash Muppirala
This looks real. Can someone please take a look at why this test is broken? Thanks, Om On Fri, Feb 7, 2014 at 12:59 PM, flex.muste...@gmail.com wrote: flex-sdk_mustella-mobile - Build # 516 - Still Failing: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/516/ Changes for

Re: flex-sdk_mustella-mobile - Build # 516 - Still Failing!

2014-02-07 Thread Justin Mclean
Hi, May not be real. First time it showed up was here: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/512 Neither of those changes could of effected that tests results as far as I can see. Thanks, Justin

Building Apache Flex apps for iOS7

2014-02-07 Thread OmPrakash Muppirala
Hi, I just put up a new blog post clarifying how to continue to develop Apache Flex apps for iOS7 https://blogs.apache.org/flex/entry/building_apache_flex_apps_for Please feel free to share this link widely :-) Thanks, Om

Apache Flex 4.12 RC1

2014-02-07 Thread Justin Mclean
Hi, I've just made a RC1 of Apache Flex 4.12.0. It can be found here in a hour or two (how long it take to upload) . [1] Once it's uploaded I change the installer script so it so also get it. I'm not going to call a VOTE to make this an official release but just want to make sure everything