RE: Media Query Parser

2014-02-03 Thread Maurice Amsellem
Capabilities.os returns iPhone OS for iOS devices. So it's OK. However, it still does not return a consistent result for Android devices. We have discussed earlier about a workaround to retrieve the AND version number. That's why I kept the code private in MediaQueryParser, until the Android

RE: FielSystemControlHelper platform check

2014-02-03 Thread Maurice Amsellem
AFAIK, Mac FS can be formatted with case sensitive file names (using Case-sensitive Journaled HFS) but according to some forums, it's not a recommended practice. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : lundi 3 février 2014 04:56 À :

RE: Apache Flex installs

2014-02-03 Thread Kessler CTR Mark J
That's always good news. -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Sunday, February 02, 2014 6:55 PM To: dev@flex.apache.org Subject: Apache Flex installs Hi, 4.11 has just exceed the number of install of 4.10. From google analytics 4.10 was

Re: [FlexJS] BarChart component added - render issue

2014-02-03 Thread Peter Ent
Hi Om, Sorry for the delayed response. BarChartLayout.changeHandler is the place. You might need to look at the BarChartView bead as well. Thanks so much! Peter On 1/31/14 7:17 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Fri, Jan 31, 2014 at 11:31 AM, Peter Ent p...@adobe.com wrote:

Missing on the website

2014-02-03 Thread Dany Dhondt
Hello all, I'm one of the 1+ that succesfully installed 4.11 SDK. There are a few things though that might improve the information flow on new updates etc. 1. Wouldn't it be a good idea to publish compact release notes with each update. These shouldn't list all bug fixes or so but list

RE: Air and submitting app to the app store

2014-02-03 Thread Jason Moore
Is the intention is to wait for the Lab version to be made live before the Apache Flex SDK installer is updated to use it ? Or can this beta version be added to the installer and released quicky? Just tried to submit an app update today and it was instantly rejected on xcode version. I was

RE: Air and submitting app to the app store

2014-02-03 Thread Jason Moore
Oooops! Sorry.. just seen it in list . Ignore me. J :) -Original Message- From: Jason Moore [mailto:jason.mo...@harksolutions.co.uk] Sent: 03 February 2014 17:35 To: dev@flex.apache.org Subject: RE: Air and submitting app to the app store Is the intention is to wait for the Lab

RE: Missing on the website

2014-02-03 Thread Sugan Naicker
Hi, Yeah, agree with Dany. We need to better 'market' the new features being released/bug fixes... The new IOS7 also seems to be a hot topic, lots of concern around this. Perceptions can crush a project... Being a community based project 'we' all need to chip in Regards, Sugan Naicker

RE: Missing on the website

2014-02-03 Thread Maurice Amsellem
+1 on more readable release notes. Maurice -Message d'origine- De : Sugan Naicker [mailto:su...@dev-x.co.za] Envoyé : lundi 3 février 2014 19:33 À : dev@flex.apache.org Objet : RE: Missing on the website Hi, Yeah, agree with Dany. We need to better 'market' the new features being

RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
I made some changes to the FlexJSJX classes and tried to use that with my exisisting FlexJS SDK. Here is what I am doing: 1. In the \flex-asjs\frameworks\as folder, run ant. The following swc files: FlexJSJX, FlexJSUI and MXMLCClasses get created under \flex-asjs\frameworks\as\libs folder. 2.

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread Alex Harui
Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have a newInstance method? Did you shutdown and re-start FB? I think it caches SWC and locks them on the disk. Check a link-report and see which version of ClassFactory is being pulled in. -Alex On 2/3/14 11:23 AM, OmPrakash Muppirala

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui aha...@adobe.com wrote: Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have a newInstance method? Yes, it does. Did you shutdown and re-start FB? I think it caches SWC and locks them on the disk. Tried shutting down FB, copying

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 12:32 PM, OmPrakash Muppirala bigosma...@gmail.comwrote: On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui aha...@adobe.com wrote: Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have a newInstance method? Yes, it does. Did you shutdown and re-start FB? I

Re: Air and submitting app to the app store

2014-02-03 Thread roksmediainc
We have been successful submitting to the stores with Air 3.9 and a completely new design that does not have any skeuomorphism (beveled buttons etc.) Rich On 3 Feb 2014, at 9:38 am, Jason Moore jason.mo...@harksolutions.co.uk wrote: Oooops! Sorry.. just seen it in list . Ignore me.

Re: Missing on the website

2014-02-03 Thread Justin Mclean
HI, The release notes mention mention SDK changes above the list of bugs fixed. For the next release currently has this. AIR and Flash Player support -- - Support Flash Player 12.0 and 13.0 beta. - Support for AIR 4.0 and 4.0 beta. SDK Changes - -

Re: Missing on the website

2014-02-03 Thread Lee Burrows
A bit more detail on the changes might be a good idea. if not on the dev mailing list, users probably wont know (eg) that MaskedTextInput is experimental, how to use ios css selector etc On 03/02/2014 21:10, Justin Mclean wrote: HI, The release notes mention mention SDK changes above the

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread Alex Harui
I think the issue is that the series itemRenderer may be set to actual ClassFactory class instead of an instance of ClassFactory. Can you check that in the debugger? Make sure that you don't have stale duplicates of classes like BarChartSeries and IChartSeries. The itemRenderer property should

Re: Missing on the website

2014-02-03 Thread Justin Mclean
Hi, Anyone want to volunteer for this? Re the iOS7 anyone can ask for wiki access and start putting a document together. But you may need to be careful to not disclose anything that Apple forbids you from doing so eg mentioning the actual submission rules. Thanks, Justin

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 2:10 PM, Alex Harui aha...@adobe.com wrote: I think the issue is that the series itemRenderer may be set to actual ClassFactory class instead of an instance of ClassFactory. Can you check that in the debugger? You are right, the method

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread Alex Harui
The correct behavior is for the itemRenderer to have an instance of ClassFactory (which should have a newInstance method as your source code indicated) and not the class ClassFactory which would not have newInstance on it since newInstance isn't static. If itemRenderer is an instance of

Re: Missing on the website

2014-02-03 Thread Tom Chiverton
On Tuesday 04 Feb 2014 09:20:49 Justin Mclean wrote: Re the iOS7 anyone can ask for wiki access and start putting a document together. But you may need to be careful to not disclose anything that Apple forbids you from doing so eg mentioning the actual submission rules.

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui aha...@adobe.com wrote: The correct behavior is for the itemRenderer to have an instance of ClassFactory (which should have a newInstance method as your source code indicated) and not the class ClassFactory which would not have newInstance on it

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread Alex Harui
On 2/3/14 4:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui aha...@adobe.com wrote: The correct behavior is for the itemRenderer to have an instance of ClassFactory (which should have a newInstance method as your source code indicated) and

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
In fact, I am seeing a very similar error when I compile and run examples/ListsTest via ant (no FB involved) ReferenceError: Error #1069: Property mx.core:IFactory::newInstance not found on mx.core.ClassFactory and there is no default value. at

Re: Build your apps for IOS7

2014-02-03 Thread Justin Mclean
Hi, Would it make sense to add this new version of the AIR SDK in our Installer dropdowns? Way ahead of you - it's already done (for both versions of the installers) - look at the SVN checkins. But we have to keep on eye it when it's no longer beta and I'm unsure of the swf version for

Re: Build your apps for IOS7

2014-02-03 Thread OmPrakash Muppirala
On Feb 3, 2014 11:35 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Would it make sense to add this new version of the AIR SDK in our Installer dropdowns? Way ahead of you - As always :-) it's already done (for both versions of the installers) - look at the SVN checkins. But we