Re: ILOG Elixr compatibility

2014-03-18 Thread Alex Harui
The compiler code looks like it has a code path where it gets information from somewhere and auto-injects a class into the SWF so folks don't have to bother adding classes like that. But when we donated the code to Apache we tried to neuter the FB standard/premium check and broke this code path.

Re: [FlexJS] FDT support - bug

2014-03-18 Thread Alex Harui
I don't have FDT and would prefer to not have to take the time to work through this. The main issue that was true for IntelliJ is true here: we want to be able to run the compiler with different options. That's why for FB, we are currently having folks use custom launch configs. You can look at

Re: Some 4.12 stats

2014-03-18 Thread Justin Mclean
Hi, We should hit 2000 installs of 4.12 today. Justin

Re: Some 4.12 stats

2014-03-18 Thread Justin Mclean
Hi, > According to my stats, Apache Flex (all versions) has been downloaded and > installed at least 40,670 times since we started keeping track. > > Out of this, 39,800 are unique downloads. This gives us a rough idea of > how many Apache Flex SDK users there are currently. Real number may be

Re: Some 4.12 stats

2014-03-18 Thread OmPrakash Muppirala
According to my stats, Apache Flex (all versions) has been downloaded and installed at least 40,670 times since we started keeping track. Out of this, 39,800 are unique downloads. This gives us a rough idea of how many Apache Flex SDK users there are currently. Thanks, Om On Thu, Mar 13, 2014

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
That would mean adding: private var dep: com.ibm.ilog.elixir.utils::LicenseHandler; in the main application... -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mercredi 19 mars 2014 01:22 À : dev@flex.apache.org Objet : RE: ILOG Elixr compatibilit

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
I think, but I could be wrong , that the error is because " RequiresLicense" refers to another class. so this class should be included in the dependencies when compiling the main program in "Merged into code" mode. It's not the case currently. WDYT? Maurice -Message d'origine- De :

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
I have added one line in the main program, to force the class to be included, and the error disappeared. private var lh: LicenseHandler; Could you try the same with your licenced version of Elixir ? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com]

Re: ILOG Elixr compatibility

2014-03-18 Thread Alex Harui
Right now the code returns true and looks like it bypasses inserting the vendors license checker. On 3/18/14 5:03 PM, "OmPrakash Muppirala" wrote: >On Tue, Mar 18, 2014 at 4:51 PM, Alex Harui wrote: > >> >> >> On 3/18/14 3:46 PM, "Justin Mclean" wrote: >> >> >Hi, >> > >> >CompilerAPI.java some

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
I imported the project and run it with SDK 4.9, got the error ReferenceError: Error #1065: La variable LicenseHandler n'est pas définie. So I can have a look now. Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : m

Re: ILOG Elixr compatibility

2014-03-18 Thread OmPrakash Muppirala
On Tue, Mar 18, 2014 at 4:51 PM, Alex Harui wrote: > > > On 3/18/14 3:46 PM, "Justin Mclean" wrote: > > >Hi, > > > >CompilerAPI.java someone added this: > > // ToDo: For Apache Flex remove this section since there is no longer a > >license. > > > >Perhaps some code was removed as well? > Yes, in

RE: ILOG Elixr compatibility

2014-03-18 Thread OmPrakash Muppirala
On Mar 18, 2014 4:45 PM, "Maurice Amsellem" wrote: > > It really seems that the code is operational. > RequiresLicense meta is also in the constants: > > StandardDefs.java: > public static final String MD_REQUIRESLICENSE = "RequiresLicense"; > > BTW, I tried reproducing the issue, so I downloa

Re: ILOG Elixr compatibility

2014-03-18 Thread Alex Harui
On 3/18/14 3:46 PM, "Justin Mclean" wrote: >Hi, > >CompilerAPI.java someone added this: > // ToDo: For Apache Flex remove this section since there is no longer a >license. > >Perhaps some code was removed as well? Yes, in hasValidLicense(). It looks like hasValidLicense is not correct and shou

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
It really seems that the code is operational. RequiresLicense meta is also in the constants: StandardDefs.java: public static final String MD_REQUIRESLICENSE = "RequiresLicense"; BTW, I tried reproducing the issue, so I downloaded a trial version of Elixir 3.5, and built a 10 lines app displ

RE: ILOG Elixr compatibility

2014-03-18 Thread Maurice Amsellem
Very interesting. I wondered what was the meaning of that strange error. Thanks Om. -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : mardi 18 mars 2014 23:37 À : dev@flex.apache.org Objet : ILOG Elixr compatibility I saw a

Re: ILOG Elixr compatibility

2014-03-18 Thread Justin Mclean
Hi, CompilerAPI.java someone added this: // ToDo: For Apache Flex remove this section since there is no longer a license. Perhaps some code was removed as well? Justin

ILOG Elixr compatibility

2014-03-18 Thread OmPrakash Muppirala
I saw a note in a recent thread that ILOG Elixr does not work with Apache Flex 4.12. I was digging into it a bit and realized that there is an open JIRA ticket here that might help fix the problem [1] It has to do with the "RequiresLicense" metadata tag not working with Apache Flex. Anyone has a

Re: [FlexJS] AMF support

2014-03-18 Thread Justin Mclean
Hi, IE8 visits have roughly halved form 400/week when it started collecting stats to about 200/week now. Justin

Re: [FlexJS] AMF support

2014-03-18 Thread piotrz
I know Om if your linkedin doesn't lie. :) Btw. Brilliant thoughts Carlos about support AMF in FlexJs :) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-AMF-support-tp36013p36028.html Sen

Re: [FlexJS] AMF support

2014-03-18 Thread Justin Mclean
Hi, We've had almost 1/2 million visits to the web site of all of those 10% of visits use IE and 33% of IE visits are IE8 and 5% are IE7. That 17,500 visits using IE8 and 3,000 visit using IE7! While I'm guessing this is more developer than users it does give some indication of what you need

Re: [FlexJS] AMF support

2014-03-18 Thread OmPrakash Muppirala
On Tue, Mar 18, 2014 at 3:12 PM, piotrz wrote: > Where it is Om? :) I would like to work there. :) > > A small three letter company which has been around for 100 years ;-) > Piotr > > > > - > Apache Flex Committer > piotrzarzyck...@gmail.com > -- > View this message in context: > http://ap

Re: [FlexJS] AMF support

2014-03-18 Thread piotrz
Where it is Om? :) I would like to work there. :) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-AMF-support-tp36013p36025.html Sent from the Apache Flex Development mailing list archive

Re: [FlexJS] AMF support

2014-03-18 Thread OmPrakash Muppirala
On Tue, Mar 18, 2014 at 3:02 PM, Alex Harui wrote: > > > On 3/18/14 2:56 PM, "Carlos Rovira" wrote: > > >Hi Alex, > > > >I already contact James and he said: > > > >" Feel free to take anything you want from that code. :)" > Unfortunately, Apache doesn't work that way. If the code is usable as

Re: [FlexJS] AMF support

2014-03-18 Thread Alex Harui
On 3/18/14 2:56 PM, "Carlos Rovira" wrote: >Hi Alex, > >I already contact James and he said: > >" Feel free to take anything you want from that code. :)" Unfortunately, Apache doesn't work that way. If the code is usable as is, then we can download it like any other dependency, but we should

Re: [FlexJS] AMF support

2014-03-18 Thread Carlos Rovira
Hi Alex, I already contact James and he said: " Feel free to take anything you want from that code. :)" regarding IE8 vx AMF that's no color! hehe I'll be dropping IE8 right now! ;) As I said IMO Flex is more about AMF than a concrete browser (more if we 're talking about IE8), is huge ben

[FlexJS] FDT support - bug

2014-03-18 Thread OmPrakash Muppirala
There is an open JIRA ticket asking for FDT to support FlexJS here [1] The FDT team pointed out to me on twitter to take a look at their last comment: = I was able to create the FlexJS SDK. Also I was able to create a test project DataBindingTes

Re: Add CONTRIBUTING file to projects

2014-03-18 Thread Justin Mclean
HI, > The "Getting the code" section only mentions the SDK and TLF repos. We have > several others. This file is for the Flex SDK release packages so there's no need (IMO) to mention the other repos here. Justin

Re: [FlexJS] Road Show

2014-03-18 Thread OmPrakash Muppirala
You may want to send it to users@f.a.o as well. Thanks, Om On Tue, Mar 18, 2014 at 12:10 PM, Alex Harui wrote: > Hi Folks, > > If you want to know more about FlexJS, I'll be presenting at two > conferences this year, ApacheCon in Denver on April 7-9, and at 360|Flex > in San Jose on May 15-16.

[FlexJS] Road Show

2014-03-18 Thread Alex Harui
Hi Folks, If you want to know more about FlexJS, I'll be presenting at two conferences this year, ApacheCon in Denver on April 7-9, and at 360|Flex in San Jose on May 15-16. I'll have time before and after my presentations to answer your questions on FlexJS and try to encourage you to use it and

Re: Draft email to committers

2014-03-18 Thread Cosma Colanicchia
Yes, it was, at least for me :-) BTW I’m among the lurkers, looking forward to being more active in the future and following the lists in the meantime. 2014-03-18 18:17 GMT+01:00 Gordon Smith : > I think most committers who haven't totally disengaged probably subscribe > to dev@flex.apache.org a

Re: [FlexJS] AMF support

2014-03-18 Thread Alex Harui
Last time I looked into it, a true AMF implementation required ByteArray and thus IE8 wouldn't support it. Is there really a practical, performant polyfill for IE8? How fast are the modern browser ByteArray implementations? Otherwise, I was thinking that AMF would not be supported in all FlexJS

RE: Add CONTRIBUTING file to projects

2014-03-18 Thread Gordon Smith
I also have a problem with the statement that "Apache Flex is an application framework...". You could say "The Apache Flex SDK is an application framework...". But Apache Flex is more than an SDK. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Tuesday,

Re: Add CONTRIBUTING file to projects

2014-03-18 Thread Tom Chiverton
On 18/03/14 17:20, Gordon Smith wrote: The "Getting the code" section only mentions the SDK and TLF repos. We have several others. - Gordon Good spot. Maybe the section should just say something like 'there are many dependencies, see Wiki" ? Only one place to keep this stuff seems a good plan

[FlexJS] AMF support

2014-03-18 Thread Carlos Rovira
Hi, today a thread in linked in about FlexJS pointed to AMF support. I've been making some search and there's some projects out there in google code and github that brings support for AMF protocol in javascript. For me it's clear that Flex without AMF will not be Flex ;) I'd want to ask here if w

RE: Add CONTRIBUTING file to projects

2014-03-18 Thread Gordon Smith
The "Getting the code" section only mentions the SDK and TLF repos. We have several others. - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, March 18, 2014 5:28 AM To: dev@flex.apache.org Subject: Re: Add CONTRIBUTING file to projects Hi

RE: Draft email to committers

2014-03-18 Thread Gordon Smith
I think most committers who haven't totally disengaged probably subscribe to dev@flex.apache.org and have seen this discussion, so it seems like the points you wanted to make have already been communicated. - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.co

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-18 Thread Alex Harui
Glad things are getting better. If the default renderer is just a textfield, then it should handle wordWrap and variableRowHeight correctly. It is more complex renderers with children that often need the child tied to the explicitWidth. I'm not surprised that column spanning has bugs in this k

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-18 Thread Marcus Fritze
First of all, sorry for my late response. Alex, you are my hero! This solves the issue a "little bit". But to be honest, not completely. Ok for documentation: Now, in my MXAdvancedDataGridItemRenderer I use: override public function set explicitWidth(value:Number):void { super.explicitW

Re: client page error

2014-03-18 Thread Tom Chiverton
There's no records for that IP in the logfile table. I think their session was lost. The last login to that company was from a totally different netblock earlier today. Tom On 18/03/14 13:00, supp...@extravision.com wrote: Error Report: March 18, 2014, 1:00:26 PM GMT+00:00 Eleme

Re: client page error

2014-03-18 Thread Tom Chiverton
Rather obviously, that wasn't meant for you guys ! Sorry for the spam :-) Tom

Re: Add CONTRIBUTING file to projects

2014-03-18 Thread Avi Kessner
"Apache Flex please open a JIRA ticket and attach the code to it." An example JIRA where this has been done would be helpful. brought to you by the letters A, V, and I and the number 47 On Tue, Mar 18, 2014 at 2:27 PM, Justin Mclean wrote: > Hi, > > Work in progress, feedback welcome and will c

Re: Add CONTRIBUTING file to projects

2014-03-18 Thread Justin Mclean
Hi, Work in progress, feedback welcome and will check in soon so people can update. Apache Flex (Flex) == Apache Flex is an application framework for easily building Flash-based applications for mobile devices, the browser and desktop. For detailed information a

RE: Add CONTRIBUTING file to projects

2014-03-18 Thread Kessler CTR Mark J
It's not impossible... but we do have several layers of grouping with a descent amount of content and having more formatting than plain text is desirable. I'm easy about it though. We can do both. Link near the top for the wiki and then post the plain text below it. -Mark -Original Me

Re: Add CONTRIBUTING file to projects

2014-03-18 Thread Avi Kessner
Is editing the wiki really part of the work flow already? Seems to me like developers would be more likely to keep the file up to date by having it in git. But I could be mistaken about that. brought to you by the letters A, V, and I and the number 47 On Tue, Mar 18, 2014 at 1:37 PM, Kessler CT

RE: Add CONTRIBUTING file to projects

2014-03-18 Thread Kessler CTR Mark J
It sounds like a good idea. We could probably keep ours shorter and have a link to our wiki. Might be easier to keep it up to date. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Saturday, March 15, 2014 9:25 PM To: flex-...@apache.org Subject: Ad

Re: Draft email to committers

2014-03-18 Thread Justin Mclean
Hi, > I think that's why we should vote sending or not. In this case a single -1 (veto) is enough to stop the email from happening. I could put it up for a less restrictive vote but given there no consensus I don't think that would be fair. Anyone to send this email to committers themselves bu

RE: Draft email to committers

2014-03-18 Thread Maurice Amsellem
>Maybe not now, but around the time we release the initial FlexJS alpha, I >would like to make sure all of our initial committers know about it. Are we sure the initial committers know about the progress made on the "current" Flex? I mean, why waiting? > I wonder what would happen if we (or I

RE: Draft email to committers

2014-03-18 Thread Maurice Amsellem
I thought we almost reached a consensus with the final rewording. Too bad you give up, the intention was good. Before moving to something else, would you mind posting a third and final draft version with the latest remarks from Tom, Alex, Dave, and Tom C. Maurice -Message d'origine-

Re: Draft email to committers

2014-03-18 Thread Erik de Bruin
> > What's wrong that we can't even agree on a simple email asking people to >> > Nothing is wrong. Geeks are just not normally very good at expressing > themselves and can easily take things the wrong way. Like you calling me a "Geek"? You *&%@#&*&#$! EdB P.S. :-P (just in case something got

Re: Draft email to committers

2014-03-18 Thread Tom Chiverton
On 18/03/14 05:47, Erik de Bruin wrote: What's wrong that we can't even agree on a simple email asking people to Nothing is wrong. Geeks are just not normally very good at expressing themselves and can easily take things the wrong way. Tom

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
Here's the link, for making myself forgiven... http://www.amazon.fr/Learning-Android-Application-Programming-Applications/dp/0321902939 Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 18 mars 2014 08:59 À : dev@flex.apache.org Objet : Re:

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
Sorry for the confusion. But you COULD have written a book on Android ;-) Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : mardi 18 mars 2014 08:56 À : dev@flex.apache.org Objet : RE: Building new skins for Android

Re: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Justin Mclean
Hi, >> I remember you have been working on a book about Android. > Not me :-) I think you mean Justin. Yep that would probably be me - but we do have other authors on the list. I'll resist the temptation to post a gratuitous link :-) > Perhaps the Android book author could weigh in here? ;-) I'

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread OmPrakash Muppirala
On Mar 18, 2014 12:43 AM, "Maurice Amsellem" wrote: > > Thanks Om. > > I remember you have been working on a book about Android. Not me :-) I think you mean Justin. > > So please when you start using this feature, could you please confirm that reading ro.build.version.release prop in system/bui

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
Thanks Om. I remember you have been working on a book about Android. So please when you start using this feature, could you please confirm that reading ro.build.version.release prop in system/build.prop file is a reliable way of getting the OS version on Android. Maurice -Message d'origi