Installer and locales

2013-09-30 Thread Justin Mclean
HI, I've just refactoring the locale/language code in the installer and think I found a bug, it's been reported but not 100% sure if it was fixed. Basically there are there are two possibilities: 1. User locale is set to one of the supported locales so that should be default locale. 2. User loc

Re: Air Stage Text Issue

2013-09-30 Thread Lee Burrows
This may work for you: http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html On 30/09/2013 03:28, Flexicious.com wrote: This may not be a Flex/Apache issue, but just wanted to see if anyone has been successful with text on Air mobile. The issue basically revolv

Spark DateFieldSpinner

2013-09-30 Thread Sebastian Mohr
Hi, I wonder if anyone has already considered to combine the DateField with the Mobile DateSpinner? I have created a small example app with view source enabled [1] ... [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html To make this work in Flash

RE: Falcon progress

2013-09-30 Thread Gordon Smith
I pulled the latest code, including your change, and ran SDKSWCTests again (3 times) inside Eclipse by right clicking on SDKSWCTests.java in Package Explorer and choosing Debug As > JUnit Test. Only one test is still failing for me, namely textLayoutSWC(). The JUnit view says java.lang.Assertio

[FALCON] using coerce_a

2013-09-30 Thread Alex Harui
Gordon, Darrell (mostly) My latest problem appears to be in assigning to a Dictionary. For the following code: var dict:Dictionary = new Dictionary(); Var i:int; Dict["foo"] = (i == 0 ? new SomeClass() : new SomeOtherClass()); MXMLC generates a coerce_a after the constructProp for both SomeClas

RE: [FALCON] using coerce_a

2013-09-30 Thread Gordon Smith
Can you remind me what the "a" in coerce_a means? - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, September 30, 2013 2:43 PM To: dev@flex.apache.org Subject: [FALCON] using coerce_a Gordon, Darrell (mostly) My latest problem appears to be in assigni

Installer stats - now at 7,500

2013-09-30 Thread Justin Mclean
Hi, It's been just under 2 months since the 4.10 release and we have just passed the 7,500 successful installs mark. We're also approaching the 20,000 mark since we started measuring installs. (This only counts installs that complete via the installer not via downloads off our site or other mi

Re: [FALCON] using coerce_a

2013-09-30 Thread Darrell Loverin
coerce_a Operation Coerce a value to the any type. Format coerce_a Forms Stack ..., value => ..., value Description Indicates to the verifier that the value on the stack is of the any type (*). Does nothing to value. On Mon, Sep 30, 2013 at 6:03 PM, Gordon Smith wrote: > Can you remind m

[DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, Looks like as part of the graduation process that we didn't get together and come up with a list of bylaws for Apache Flex. Some example Apache project bylaws: http://hadoop.apache.org/bylaws.html http://cloudstack.apache.org/bylaws.html https://cwiki.apache.org/confluence/display/Hive/Bylaw

Re: Spark DateFieldSpinner

2013-09-30 Thread Sebastian Mohr
Does anyone know how to use the Spark DateFieldSpinner without the need to select the Flex Mobile Theme in FlashBuilder? Thanks :) -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExampl

RE: [FALCON] using coerce_a

2013-09-30 Thread Gordon Smith
Thanks Darrell. Here are my answers to Alex's questions: > Should a complex assignment statement like the above know about the > destination type as the clauses of the ternary statement are being reduced? No. > Is it safe to add a coerce_a before an assignment to a Dictionary? Yes. > If so,

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Jeffry Houser
On 9/30/2013 7:19 PM, Justin Mclean wrote: Hi, Looks like as part of the graduation process that we didn't get together and come up with a list of bylaws for Apache Flex. Some example Apache project bylaws: http://hadoop.apache.org/bylaws.html http://cloudstack.apache.org/bylaws.html https://c

Re: [FALCON] using coerce_a

2013-09-30 Thread Darrell Loverin
I generally agree. I don't think I'd try to do anything inside the ternary expression reduce. I'd look at the coerce() method in ABCGeneratingReducer to try to figure out why it is not being called. Question for Alex. What error are you seeing on AIR? A TypeError, a ReferenceError? -Darrell

Re: Migration to Apachle Flex 4.10

2013-09-30 Thread Oleg Konovalov
Can Flex 4.10 work with Flash Builder 4.5.1 ? TIA, Oleg. On Sat, Sep 28, 2013 at 7:56 PM, piotr.zarzycki wrote: > I'm sorry Amit for wrong link. This is correct -> http://bit.ly/1azHNgM > > > > - > Flex/Air Developer > -- > View this message in context: > http://apache-flex-development.2333

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, Thanks for your response. > I guess we'd have to define formally what a contribution is. Is it activity > on a mailing list? Actual commits? Jira activity? Mailing list moderation? > It sounds like it is a hard thing to concretely define. Yep. I'm included to go with with "any activity i

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, I've put up some (very) draft bylaws, mostly a modified form of other Apache projects. Please feel free to edit or suggest changes or tell me if you disagree with anything. https://cwiki.apache.org/confluence/display/FLEX/Draft+Bylaws Thanks, Justin

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, Guess I answer my own questions > 1. Voting procedure for committers a or b, but more towards a. > 2. Voting procedure for PMC members b -IMO needs a higher bar than committers. > 3. Voting procedure for Chair c or d. > 4. Length of term of Chair b or d. Should be shared about, but does a

Re: Migration to Apachle Flex 4.10

2013-09-30 Thread Patel Amit
Thank you all , Let me try to migrate the application and will post any thing if come with issues. Amit On Tue, Oct 1, 2013 at 6:52 AM, Oleg Konovalov wrote: > Can Flex 4.10 work with Flash Builder 4.5.1 ? > > TIA, > Oleg. > > > On Sat, Sep 28, 2013 at 7:56 PM, piotr.zarzycki > wrote: > > >

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, And it been pointed out to me that coming up with our own bylaws was part of the board resolution when we first become a TLP. [1] Oppps, oh well, better late than never :-) Thanks, Justin 1. https://cwiki.apache.org/confluence/display/FLEX/Graduation+Resolution

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread OmPrakash Muppirala
On Sep 30, 2013 4:19 PM, "Justin Mclean" wrote: > > Hi, > > Looks like as part of the graduation process that we didn't get together and come up with a list of bylaws for Apache Flex. > > Some example Apache project bylaws: > http://hadoop.apache.org/bylaws.html > http://cloudstack.apache.org/byla

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread OmPrakash Muppirala
On Sep 30, 2013 5:59 PM, "Jeffry Houser" wrote: > > On 9/30/2013 7:19 PM, Justin Mclean wrote: >> >> Hi, >> >> Looks like as part of the graduation process that we didn't get together and come up with a list of bylaws for Apache Flex. >> >> Some example Apache project bylaws: >> http://hadoop.apac

RE: [FALCON] using coerce_a

2013-09-30 Thread Alex Harui
There's no error, the Dictionary value appears be a Number instead of an instance. Are you sure that Vector access doesn't come through this code? I think I'll start by testing only for ANY_TYPE and adding a coerce_a instead of calling coerce() which would also coerce to any destination type.

Re: Falcon progress

2013-09-30 Thread Erik de Bruin
I added an assert that checks if the TLF_HOME variable is set (either system wide or in the unittest-properties). My guess is that if you set this variable to point to the flex-tlf working copy, that test will pass for you as well. EdB On Mon, Sep 30, 2013 at 10:25 PM, Gordon Smith wrote: > I

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
Hi, > I think we should. Although I am not sure what the distinction means. Are > you thinking of restricting voting privileges to non active PMC? Yes and that's in line with most of the Apache project bylaws (that I've seen). They say you need to be an active committer or PMC member to vote.

RE: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Alex Harui
I would prefer we not set a bar for active. Our former mentors are rarely active on the public lists, but I like having them involved in the vote and discussion on the private list. -Alex From: omup...@gmail.com [omup...@gmail.com] On Behalf Of OmPrakash

Re: [DISCUSS] Apache Flex Bylaws

2013-09-30 Thread Justin Mclean
HI, > I think the bar should be pretty low. Something like at least one email on > dev, users or private in 6 months. Or a commit in 6 months. > How about this (a little long I know but covers all bases I think): In the last 3 months: An email to the dev, private or user list, or a JIRA iss