Re: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Avi Kessner
Starting to sound like haxe :-) maybe there should be an apache universal compiler :-) On Feb 6, 2013 11:01 PM, "Michael Schmalle" wrote: > > Quoting Harbs : > > +100 on that. >> >> It's probably easier to cross-compile to Android Java than iOS Objective >> C, but I'd guess both are harder than

[jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backgroun

2013-02-06 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573226#comment-13573226 ] Alex Harui commented on FLEX-33377: --- It appears that the transform.pixelBounds of the no

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-02-06 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573196#comment-13573196 ] Alex Harui commented on FLEX-33366: --- I reviewed the code and don't see any obvious cause

[OT] Apache Bar Camp Portland Sunday Feb 24

2013-02-06 Thread Justin Mclean
Hi, As part of the ApacheCon NA in Portland we're putting on a Bar Camp. You don't have to be registered for the conference to attend the Bar Camp anyone can come along. If interested put your name down here: http://wiki.apache.org/apachecon/BarCampApachePortland I'll probably be talking about

Re: Language features

2013-02-06 Thread Alex Harui
On 2/6/13 10:51 AM, "Om" wrote: > > But we can still do: > > instance["overloadedFunctionName"](obj) > > where obj is of type Object. > > Today, the compiler does not care about this call. Would -stricterthanhell > option catch this? > > Om I think it would have to. But that example is

RE: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Michael A. Labriola
>I think the main goal for Falcon is simply to get it to a level where it can >replace MXMLC/COMPC on the command-line. Right now, no IDE vendor seems to be >asking us if they can integrate Falcon. I bet if we discussed it with JetBrains, they would be game. Mike

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Alex Harui
I think the main goal for Falcon is simply to get it to a level where it can replace MXMLC/COMPC on the command-line. Right now, no IDE vendor seems to be asking us if they can integrate Falcon. On 2/6/13 9:06 AM, "Cosma Colanicchia" wrote: > Actually, I see that FB currently supports: > - the

Re: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Michael Schmalle
Quoting Harbs : +100 on that. It's probably easier to cross-compile to Android Java than iOS Objective C, but I'd guess both are harder than Javascript for the web? Hmm, I wouldn't bank on that. I'll give you one example, scopes. The scopes in Java mirror most of ActionScript. You shou

Re: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Harbs
+100 on that. It's probably easier to cross-compile to Android Java than iOS Objective C, but I'd guess both are harder than Javascript for the web… On Feb 6, 2013, at 10:24 PM, Michael Schmalle wrote: > Compiling something to Android Java, this I have thought about...

Re: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Michael Schmalle
I'm all for it if your going to write it. I don't think writing cross compilers is trivial FYI. Compiling something to Android Java, this I have thought about... Mike Quoting Sebastian Mohr : Not sure if this has been discussed here already: What about having a FalconJ compiler that can com

RE: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Antonio Ortiz
I don't believe that, the architecture is very different > Date: Wed, 6 Feb 2013 21:13:20 +0100 > Subject: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and > JavaFx? > From: flex.masul...@gmail.com > To: dev@flex.apache.org > > Not sure if this has been discussed here already: >

Re: [PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Nicholas Kwiatkowski
I wouldn't put my money on client-side Java at the moment.. I have this feeling it is going to have much less staying power than Flash for the long-term... Just my 2 cents... -Nick On Wed, Feb 6, 2013 at 3:13 PM, Sebastian Mohr wrote: > Not sure if this has been discussed here already: > > Wha

[PROPOSAL] Apache Flex FalconJ compiler for the Java Platform and JavaFx?

2013-02-06 Thread Sebastian Mohr
Not sure if this has been discussed here already: What about having a FalconJ compiler that can compile a Flex application to the Java platform? For the moment, we seem to be focused on finding HTML5 related issues, only. Wouldn't it be great to have an alternative to JavaFx, Swing, SWT ... etc.?

Re: Language features

2013-02-06 Thread Hugo Miguel Pereira Matinho
you could just type the param to an interface as long as your implementation would validate the contract you'd be good to go :) ps: btw, actionscript does have a "form" of singletons On Wed, Feb 6, 2013 at 7:36 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >still the approac

RE: Language features

2013-02-06 Thread Michael A. Labriola
>still the approach of adding the (...param) option seems like a viable >solution, what problems did you run into while implementing? Know the actual names of the viable methods, its particularly a problem with polymorphism. function foo( value1:Object ):void; function foo( value1:Person ):void

Re: Language features

2013-02-06 Thread Roland Zwaga
That wouldn't work for overloaded methods with multiple parameters, unfortunately On 6 February 2013 19:51, Om wrote: > On Wed, Feb 6, 2013 at 10:43 AM, Michael A. Labriola < > labri...@digitalprimates.net> wrote: > > > >Is that really required? Maybe overloading needs to come with a new > > -s

Re: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Sebastian Mohr
Thanks Paul ... made a remark on this. -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample On Wed, Feb 6, 2013 at 8:00 PM, Paul Hastings wrote: > On 2/6/2013 7:47 PM, Sebastian

Re: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Paul Hastings
On 2/6/2013 7:47 PM, Sebastian Mohr wrote: Sorry ... forgot to add the link to the "Designer & Developer Tools" wiki page [1] ;) Any remarks welcome :) FB4.6 can't use MXML design view w/apache flex 4.9.

Re: Language features

2013-02-06 Thread Roland Zwaga
still the approach of adding the (...param) option seems like a viable solution, what problems did you run into while implementing? On 6 February 2013 19:43, Michael A. Labriola wrote: > >Is that really required? Maybe overloading needs to come with a new > -stricterthanhell option that prevents

Re: Language features

2013-02-06 Thread Om
On Wed, Feb 6, 2013 at 10:43 AM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >Is that really required? Maybe overloading needs to come with a new > -stricterthanhell option that prevents calling functions against Object. > >Then I think you wouldn't need that? > > It's probably n

RE: Language features

2013-02-06 Thread Michael A. Labriola
>Is that really required? Maybe overloading needs to come with a new >-stricterthanhell option that prevents calling functions against Object. >Then I think you wouldn't need that? It's probably not. At the time I was trying to add features but not 'break' anything... hence the reason I was wor

Re: Language features

2013-02-06 Thread Alex Harui
On 2/6/13 8:45 AM, "Michael A. Labriola" wrote: > Where I got stuck was also trying to regenerate a new > > function foo( ...args ):void; > > which would figure out which of the other methods to call if someone tried to > invoke this in dynamic code that I could not check/change at compile t

[jira] [Updated] (FLEX-33383) List is Flickering on mobile when different number of lines in message

2013-02-06 Thread Merten P. (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Merten P. updated FLEX-33383: - Description: On a List with an IconItemRenderer in it. When beginning to scroll on mobile, the list is f

[jira] [Updated] (FLEX-33383) List is Flickering on mobile when different number of lines in message

2013-02-06 Thread Merten P. (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Merten P. updated FLEX-33383: - Description: On a List with an IconItemRenderer in it. When beginning to scroll on mobile, the list is f

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
Actually, I see that FB currently supports: - the legacy MXMLC/COMPC (using Adobe Flex SDKs up to 4.6, and Apache Flex SDKs thanks to the installer) - the bundled ASC 2.0 for pure ActionScript projects (but it seems "hardcoded" in FB) As legacy MXMLC/COMPC in Apache Flex are put in "maintenance mo

Re: [FalconJx] AMD source production update

2013-02-06 Thread Frank Wienberg
Sure, I didn't mean to push, always mind the DoD! :-) Another goal to get something a bit more complex working could be FlexUnit. For Jangaroo, we use an older version(I think it is called 0.9) that works without test annotations

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Alex Harui
On 2/6/13 6:20 AM, "Nicholas Kwiatkowski" wrote: > At this point, it only supports the legacy compiler (that was the only one > available to Adobe when Flash Builder was being developed. In fact, the > legacy mxml compiler is still the only production one we have available. > > Adobe has not

Re: [FalconJx] AMD source production update

2013-02-06 Thread Michael Schmalle
Yeah inheritance is going to be fine, I will work on that next, first things first. I'm just allotting certain amounts of time each day for certain projects I am working on. You will see that code tomorrow. I have to refactor the 1000 lines of code or so before I move forward, there was

RE: Language features

2013-02-06 Thread Michael A. Labriola
>Hmm, what does "not allow" mean? I haven't figured out how to code up >overloaded constructors, but for other methods, I was thinking we could teach >the compiler to generate >decorated function names sort of like I remember C++ >doing back in my Windows programming days. Many moons ago in th

Re: [FalconJx] AMD source production update

2013-02-06 Thread Frank Wienberg
On Wed, Feb 6, 2013 at 5:06 PM, Michael Schmalle wrote: > > Quoting Frank Wienberg : > > Wow. FalconJx FTW! >> >> But this is a good start. >>> >> >> Definitely so! >> >> The *only* thing I noticed (besides the missing static "trace" line of >> code >> >> you already mentioned) is that "staticMe

Re: Language features

2013-02-06 Thread Alex Harui
On 2/6/13 2:48 AM, "Kessler CTR Mark J" wrote: > I love having overloaded functions. It's nice to have the same function name > and usage but with different data types passed. However ECMAScript does not > allow for it. Hmm, what does "not allow" mean? I haven't figured out how to code up

Re: [FalconJx] AMD source production update

2013-02-06 Thread Michael Schmalle
Quoting Frank Wienberg : Wow. FalconJx FTW! But this is a good start. Definitely so! The *only* thing I noticed (besides the missing static "trace" line of code you already mentioned) is that "staticMembers" slipped into the "members" level, while it should be a sibling of "members" (I mea

Re: [FalconJx] AMD source production update

2013-02-06 Thread Frank Wienberg
Wow. FalconJx FTW! > But this is a good start. Definitely so! The *only* thing I noticed (besides the missing static "trace" line of code you already mentioned) is that "staticMembers" slipped into the "members" level, while it should be a sibling of "members" (I mean on the same level as "membe

[jira] [Comment Edited] (FLEX-33366) The candidate input method can not follow

2013-02-06 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572275#comment-13572275 ] zy edited comment on FLEX-33366 at 2/6/13 3:42 PM: --- It is great.solved m

Re: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Jagan Langa Sami Durai
Actually I created a macro in ANT to compile the resource bundle. That macro failed to compile the resource bundle for other languages (I tried for fr_FR & ja_JP) except en_US. when i point the sdk to 4.6 it worked well for all the languages also. I copied the macro in the JIRA also. P.S. But Than

Re: [FalconJx] AMD source production update

2013-02-06 Thread Michael Schmalle
Hi, Well Frank, after much headache and a little research, I managed to get the prototype of 'AS3.bind()' replacement in this production. Basically, I have now verbatim your class A, which basically means we are rolling for classes! Obviously interfaces will be very simple. The only thing

RE: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Kessler CTR Mark J
It's an interesting plugin for Visual Studios, but it doesn't work with the express version. If you can managed to get it working on an express version I would be interested knowing how you did it. -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Sent: Wed

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Nicholas Kwiatkowski
At this point, it only supports the legacy compiler (that was the only one available to Adobe when Flash Builder was being developed. In fact, the legacy mxml compiler is still the only production one we have available. Adobe has not committed to using the new compiler in future releases of Flash

RE: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Frédéric THOMAS
There are plenty of screenshots on their page (the link in my previous post), personally, I don't use it, I knew it is good, that's it, enough to be mentioned :) Frédéric THOMAS > Date: Wed, 6 Feb 2013 15:07:30 +0100 > Subject: Re: [WIKI] Designer & Developer Tools page > From: flex.masul...@g

Re: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Sebastian Mohr
@Frédéric thanks, Didn't know of that IDE before. I am Mac user :) If you could send me a few screenshot so that I can add them to our project wiki, this would be great ... especially about their Design View. -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
Thanks for the hint, nice to know. However, if and when Falcon will be fully able to compile MXML, how will FB support Apache Flex SDK if it had to bake-in the support for the Adobe's own ASC 2.0 compiler in this way? Or, maybe, FB will only supports "legacy" MXML compiler when using Apache Flex?

Re: Issue with installer

2013-02-06 Thread Nicholas Kwiatkowski
Carlos, We've been talking about the UI of that screen. You have to accept each license individually by clicking on the red box to the left of the product in order to accept it. When the boxes turn green for the required components, it should allow you to install. -Nick On Wed, Feb 6, 2013 at

RE: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Frédéric THOMAS
Hi Sebastien, I haven't seen amethyst [1], did I/you miss it ? [1] http://www.sapphiresteel.com/Products/amethyst-ide/article/amethyst-product-page Frédéric THOMAS > Date: Wed, 6 Feb 2013 13:47:23 +0100 > Subject: Re: [WIKI] Designer & Developer Tools page > From: flex.masul...@gmail.com > To

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Lee Burrows
FB4.7 uses ASC2 by default for pure AS projects but it can be altered by tweaking config files. In .actionScriptProperties file for project, find useFlashSDK="true" and change to "false". On 06/02/2013 12:17, Cosma Colanicchia wrote: Probably OT, but I just read that in FB 4.7 you cannot c

RE: HTTPService Response Headers

2013-02-06 Thread Kessler CTR Mark J
We use HTTPService for all of our server data calls. There were a few modifications we used. We use E4X for the data format, having the server side send all responses in XML. When a response is sent back from the server we have a success message that is stored in a status node. So the c

Re: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Sebastian Mohr
Sorry ... forgot to add the link to the "Designer & Developer Tools" wiki page [1] ;) Any remarks welcome :) -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample [1] https://cwiki.a

Re: [WIKI] Designer & Developer Tools page

2013-02-06 Thread Sebastian Mohr
Just a quick notice: I have added a screenshots of available Designer Tools for Apache Flex. If you have any remarks for improvement, please et me know! -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/ma

[OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
Probably OT, but I just read that in FB 4.7 you cannot choose the FDK to use for pure ActionScript projects (never tried myself yet). Does this means that Flash Builder is somewhat hardcoded to work only with the shipped ASC 2.0 SDK? If so, I was thinking about implications of this when MXML suppo

RE: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Frédéric THOMAS
Hi, If it happened, sorry ! what was the issues ? did you attached a sample project demonstrating the problem ? Thanks, Frédéric THOMAS > Date: Wed, 6 Feb 2013 16:13:57 +0530 > Subject: Re: locale problems w/ eclipse and SDK 4.9 > From: jaga...@sybrant.com > To: dev@flex.apache.org > > When I

[jira] [Created] (FLEX-33385) titleText SkinPart in TitleBar is NOT Required but exception is thrown if not implemented.

2013-02-06 Thread Fabio Todaro (JIRA)
Fabio Todaro created FLEX-33385: --- Summary: titleText SkinPart in TitleBar is NOT Required but exception is thrown if not implemented. Key: FLEX-33385 URL: https://issues.apache.org/jira/browse/FLEX-33385

[jira] [Created] (FLEX-33384) Caret visible in all textinputs after they've been selected once.

2013-02-06 Thread Mikko Torniainen (JIRA)
Mikko Torniainen created FLEX-33384: --- Summary: Caret visible in all textinputs after they've been selected once. Key: FLEX-33384 URL: https://issues.apache.org/jira/browse/FLEX-33384 Project: Apache

RE: Language features

2013-02-06 Thread Kessler CTR Mark J
I love having overloaded functions. It's nice to have the same function name and usage but with different data types passed. However ECMAScript does not allow for it. -Mark -Original Message- From: Avi Kessner [mailto:akess...@gmail.com] Sent: Tuesday, February 05, 2013 6:14 AM To:

Re: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Jagan Langa Sami Durai
When I raised an issue about this in JIRA, They have closed it as "Not an Issue". :( On Wed, Feb 6, 2013 at 7:20 AM, Frédéric THOMAS wrote: > > Thank you very much for having raised this issue, we don't do anything at > time without users raising something we haven't seen before. > > Frédéric TH

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-02-06 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572275#comment-13572275 ] zy commented on FLEX-33366: --- It is great.solved my problem, thank you very much

Re: [FalconJx] AMD implementation

2013-02-06 Thread Frank Wienberg
> I am going to change that in Jangaroo and in the as-js-runtime-prototype accordingly. I just pushed the changes to "master" of as-js-runtime-prototype.

Re: [FalconJx] AMD source production update

2013-02-06 Thread Frank Wienberg
Mike, this is really amazing! Or "just art", as you called it in a tweet. It you continue at this pace, we'll have the Open Flash Chart demo up and running in FalconJx by the end of next week! Excited, -Frank-