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 i

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

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

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, wrote: > flex-sdk_mustella-mobile - Build # 516 - Still Failing: > > http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/516/ > > Changes for Build #514 > > Chang

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

[FlexJS] asdoc available

2014-02-07 Thread Peter Ent
Hi, We've updated the ASDOC for FlexJS with descriptions and all that good stuff. I've posted it on my public Apache.org site: http://people.apache.org/~pent/asdoc-flexjs/index.html If you find anything confusing or in error, please feel free to submit patches or corrections and we'll get the

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
>That pattern works for mx components in MX DataGrid, but Spark components do >not "drop-in" as item renderers. Oleg says he is using mx components only. "(we use Flex3 MX and datagrids/ADGs throughout that app, so switching to Flex4 DGs/ADGs is not an option). " Maurice -Message d'origine

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
On Feb 7, 2014 7:59 AM, "Alex Harui" 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" wrote: > > >I got all the code and re

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" wr

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" wrote: >Maybe this could be proposed to flash player team? > >El viernes, 7 de febrero de 2014, Alex Harui escrib

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Alex Harui
On 2/7/14 12:02 AM, "OmPrakash Muppirala" wrote: >But, when I compile the example app, the file: >flex-asjs\examples\BarChartExample\bin\js-debug\org\apache\flex\charts\bea >ds > >seems to have been modified with a whole bunch requires removed. There >are >only these three: > >goog.provide('org

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 A

Re: Windows overwrite mode

2014-02-07 Thread Carlos Rovira
Maybe this could be proposed to flash player team? El viernes, 7 de febrero de 2014, Alex Harui escribió: > 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" > > wrote: > > >It see

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" 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 however, get

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" wrote: >It seems the solution is "EditManager.overwriteMode" in Text Layout >Framework. > >In AS2 there was a Key.isToggled but in AS3 a

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 Flex/BarChartExample/bin/js-debug/org/a

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 : > Hi, > > I'm trying to fix a case on MaskedTextInput when user is on a Window

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 concre

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:

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 DataGri

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 c

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? Alexand

Re: target-player=13.0beta

2014-02-07 Thread Carlos Rovira
Many thanks Om 2014-02-07 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 kn

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 test

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 wrote: > Hi Alexander, > >

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 : > Do you want me to file a bug in the issue tracker? > > On 06.02.2014 10:56,

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
Do you want me to file a bug in the issue tracker? On 06.02.2014 10:56, Alexander Doroshko wrote: Hi, Target player version that is specified in flex-config.xml, air-config.xml and airmobile.config must have format [major_version].[minor_version] where [major_version] and [minor_version] may c

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
On Thu, Feb 6, 2014 at 11:09 PM, Alex Harui wrote: > > > On 2/6/14 10:49 PM, "OmPrakash Muppirala" wrote: > > >On Feb 6, 2014 10:42 PM, "Alex Harui" wrote: > >> > >> Ack. Read the error incorrectly. It may not be BarChartLayout that is > >> incorrect. Do you know which .js file is actually c