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-

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.

[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-tabpanelfocusedCommentId=13572275#comment-13572275 ] zy commented on FLEX-33366: --- It is great.solved my problem, thank you very much

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:

[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

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

[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

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:

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]

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

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

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

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:

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:

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

[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-tabpanelfocusedCommentId=13572275#comment-13572275 ] zy edited comment on FLEX-33366 at 2/6/13 3:42 PM: --- It is great.solved

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 members). I

Re: [FalconJx] AMD source production update

2013-02-06 Thread Michael Schmalle
Quoting Frank Wienberg fr...@jangaroo.net: 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

Re: [FalconJx] AMD source production update

2013-02-06 Thread Frank Wienberg
On Wed, Feb 6, 2013 at 5:06 PM, Michael Schmalle apa...@teotigraphix.comwrote: Quoting Frank Wienberg fr...@jangaroo.net: 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

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 the

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: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Alex Harui
On 2/6/13 6:20 AM, Nicholas Kwiatkowski nicho...@spoon.as 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.

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 versionhttps://github.com/CoreMedia/jangaroo-libs/tree/jangaroo-3/joounit(I think it is called 0.9) that works without test annotations

Re: Language features

2013-02-06 Thread Alex Harui
On 2/6/13 8:45 AM, Michael A. Labriola labri...@digitalprimates.net 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

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

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 not. At

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 labri...@digitalprimates.netwrote: Is that really required? Maybe overloading needs to come with a new

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 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: [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: [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 cosma...@gmail.com wrote: Actually, I see that FB currently

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: Language features

2013-02-06 Thread Alex Harui
On 2/6/13 10:51 AM, Om bigosma...@gmail.com 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

[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-tabpanelfocusedCommentId=13573196#comment-13573196 ] Alex Harui commented on FLEX-33366: --- I reviewed the code and don't see any obvious cause

[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-tabpanelfocusedCommentId=13573226#comment-13573226 ] Alex Harui commented on FLEX-33377: --- It appears that the transform.pixelBounds of the