Re: ASJS and Starling (was Re: [FalconJx] where I'm going to be)

2013-01-18 Thread Jonathan Campos
Very cool interesting work Alex. Going to need to stop and check this out. I've been using feathers recently for a few display object heavy mobile apps and it has worked well. Would like to get back some parts from flex. When I was playing with making a starling version of flex I felt the need for

RE: Squiggly

2013-01-18 Thread Mark Fuqua
Seems a spell check is common use these days...I'd say...yes please. -Original Message- From: Miguel Martín-Forero Ruiz [mailto:miguel.mar...@cycle-it.com] Sent: Friday, January 18, 2013 6:30 AM To: dev@flex.apache.org Subject: Re: Squiggly I'd go for it 2013/1/17 David Coleman > +1 f

RE: Falcon progress

2013-01-18 Thread Om
It looked fine the first two times :-) Om On Jan 18, 2013 5:26 PM, "Gordon Smith" wrote: > Something's screwy. After fixing and resending it still looks bad. The > final instruction is "setproperty p". > > - Gordon > > -Original Message- > From: Gordon Smith [mailto:gosm...@adobe.com] >

RE: Falcon progress

2013-01-18 Thread Gordon Smith
Something's screwy. After fixing and resending it still looks bad. The final instruction is "setproperty p". - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Friday, January 18, 2013 4:33 PM To: dev@flex.apache.org Subject: RE: Falcon progress Fixed a mis

RE: Falcon progress

2013-01-18 Thread Gordon Smith
Fixed a missing newline that made the generate code hard to understand... -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Friday, January 18, 2013 4:28 PM To: dev@flex.apache.org Subject: Falcon progress Today I added MXML parser unit tests for MXMLPropertySpecifie

Falcon progress

2013-01-18 Thread Gordon Smith
Today I added MXML parser unit tests for MXMLPropertySpecifierNode in the case of properties of type Boolean, int, uint, Number, and String. Here's some background about property-specifier nodes in Falcon: Suppose a class has a property p of type int. Then you set can p on an instance (or a cla

RE: Falcon functional tests

2013-01-18 Thread Gordon Smith
I didn't look at why they were failing the other day, but I did today. Various AIR SWCs are failing to compiler because airglobal.swc is missing: Error: unable to open 'D:\Apache\incubator\flex\falcon\trunk\compiler\generated\dist\sdk\frameworks\libs\air\airglobal.swc'. - Gordon -Origi

ASJS and Starling (was Re: [FalconJx] where I'm going to be)

2013-01-18 Thread Alex Harui
Changing subject because GPU rendering usually gets a lot of replies. In this new framework, I am trying to separate everything into little chunks I call "beads". The visual components are supposed to have a minimum of three beads, one each for MVC, and the V is essentially the Skin. Components

Re: [off-topic] FB 4.7 license

2013-01-18 Thread Igor Costa
Scott I just drop you a email. Let's try to see if it works. Best Igor On Fri, Jan 18, 2013 at 5:21 PM, Scott Castle wrote: > scastle at adobe.com > Igor Costa www.igorcosta.com www.igorcosta.org

Re: [off-topic] FB 4.7 license

2013-01-18 Thread Scott Castle
Actually, instead of having to call phone support, just send me an email (scastle at adobe.com) - a few people haven't gotten their licenses due to a) spam filters or b) new serials are always sent to registered email on fb 4.5 license, not the request email. Igor, I'll look up your request and se

Re: [off-topic] FB 4.7 license

2013-01-18 Thread Igor Costa
Thanks Marcus, I'm gonna do that, I was guessing that was a isolated problem, but seems that is affecting bunch dudes. Igor Costa www.igorcosta.com www.igorcosta.org On Fri, Jan 18, 2013 at 5:01 PM, Marcus Fritze wrote: > Hi Igor, > > I had exactly the same problem!

RE: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Gordon Smith : I thought you said MXML shouldn't be used to create javascript. I don't have a clear recollection. I was probably recommending that MXML be converted into a data structure or a bytestream that would get interpreted by a small bit of JavaScript (or any other langu

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Om
On Fri, Jan 18, 2013 at 10:00 AM, Alex Harui wrote: > That's why I've chosen a new > parallel framework: I've already got a prototype up and running, and I > would not be able to do that with the current Flex SDK. Hopefully the > patterns I am using the new framework are extensible enough to

Re: [off-topic] FB 4.7 license

2013-01-18 Thread Marcus Fritze
Hi Igor, I had exactly the same problem! I submitted a serial request for my free FB premium upgrade to Adobe in December. But after 2 weeks I called the phone support everyday! The phone support had no idea, what's going on. But they try to help and after 3 days I got my serial. Call the phon

RE: [FalconJx] where I'm going to be

2013-01-18 Thread Gordon Smith
> I thought you said MXML shouldn't be used to create javascript. I don't have a clear recollection. I was probably recommending that MXML be converted into a data structure or a bytestream that would get interpreted by a small bit of JavaScript (or any other language). This is what Alex has

[jira] [Issue Comment Deleted] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33359: - Comment: was deleted (was: Callout owner test fxp) > Callout owner is typed as a DisplayObje

[jira] [Issue Comment Deleted] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33359: - Comment: was deleted (was: Callout position is offset from owner) > Callout owner is typed a

[jira] [Updated] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33359: - Attachment: CalloutOwnerTest.fxp Callout owner test fxp > Callout owner is typed

[jira] [Updated] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33359: - Attachment: screenshot-2.jpg Callout position is offset from owner > Callout own

[jira] [Updated] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33359: - Attachment: screenshot-1.jpg > Callout owner is typed as a DisplayObjectContainer however the

[jira] [Created] (FLEX-33359) Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement.

2013-01-18 Thread Josh Weinberg (JIRA)
Josh Weinberg created FLEX-33359: Summary: Callout owner is typed as a DisplayObjectContainer however the callout is incorrectly positioned when owner is not an IVisualElement. Key: FLEX-33359 URL: https://issue

Re: [FalconJx] tests: temp directory

2013-01-18 Thread Cyrill Zadra
Yep build.xml creates them .. the same way as in compiler.tests project - copy paste ;-) Cyrill On Fri, Jan 18, 2013 at 2:46 AM, Erik de Bruin wrote: > And someone (Cyrill?) was way ahead of me :-) > > Thanks, > > EdB > > > > On Fri, Jan 18, 2013 at 11:00 AM, Erik de Bruin wrote: >> I will, tha

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-18 Thread Cyrill Zadra
On Fri, Jan 18, 2013 at 2:03 AM, Michael Schmalle wrote: > Whatever need to be don to make things consistent, as I have said before, > I'm more of a developer with the code and not to good with all these build > details. Just updated the .classpath file so they should work now all the same or at

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Alex Harui : Either do I, the way I see it is we traverse the MXML AST. I just have to look at what you have done to know what "state" needs to be saved as we are walking the MXML AST. I think all "state" is kept as a variables in the "Context" class. The "state" is mostly trying

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-18 Thread Cyrill Zadra
On Thu, Jan 17, 2013 at 11:31 PM, Erik de Bruin wrote: > On the 'missing commons-io.jar in compiler.jx': since the project is > dependent on the 'main' compiler, and the build for that downloads > that jar, I figured we'd use that instead of having our build download > it again. But you're right,

RE: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Gordon Smith : There needs to be an intermediate "model" that can hold the MXML data structure AFTER the AST. (I guess) I don't see why you would need to transform the MXML AST into yet another model. There are already two models for MXML and they should be sufficient. The synt

[jira] [Updated] (FLEX-33358) Callout position and rotation is incorrectly applied from owner

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33358: - Attachment: CalloutPositionTest.fxp FXP > Callout position and rotation is incor

[jira] [Updated] (FLEX-33358) Callout position and rotation is incorrectly applied from owner

2013-01-18 Thread Josh Weinberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Weinberg updated FLEX-33358: - Attachment: screenshot-1.jpg > Callout position and rotation is incorrectly applied from owne

[jira] [Created] (FLEX-33358) Callout position and rotation is incorrectly applied from owner

2013-01-18 Thread Josh Weinberg (JIRA)
Josh Weinberg created FLEX-33358: Summary: Callout position and rotation is incorrectly applied from owner Key: FLEX-33358 URL: https://issues.apache.org/jira/browse/FLEX-33358 Project: Apache Flex

RE: [FalconJx] where I'm going to be

2013-01-18 Thread Gordon Smith
> There needs to be an intermediate "model" that can hold the MXML data > structure AFTER the AST. (I guess) I don't see why you would need to transform the MXML AST into yet another model. There are already two models for MXML and they should be sufficient. The syntactic model produced from th

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
> > Either do I, the way I see it is we traverse the MXML AST. I just have > to look at what you have done to know what "state" needs to be saved > as we are walking the MXML AST. I think all "state" is kept as a variables in the "Context" class. The "state" is mostly trying to remember what th

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
On 1/18/13 3:24 AM, "Fréderic Cox" wrote: > I'm following your work with great interest, but I'm afraid as a "regular" > AS3 developer with no background in compilers this is a bit too technical > for me. I was wondering if you could explain in a non-technical way what > the status of the proj

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Alex Harui : On 1/18/13 3:49 AM, "Michael Schmalle" wrote: Erik, MXML comes after ActionScript. Sorry but I have to do things in order. This is where projects go wrong, where people start cutting corners and skipping things they should finish. 10 years experience with this stuff

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
On 1/18/13 3:41 AM, "Erik de Bruin" wrote: > Frederic, > > There are currently two JS cross compilation projects happening: > FalconJS and FalconJx. > > FalconJS is a project started by Alex Harui. FTR, it was started by another Adobe engineer. I am just shepherding its donation to Apache a

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Alex Harui : On 1/18/13 4:21 AM, "Michael Schmalle" wrote: No, the Falcon compiler turns MXML AST into straight ABC instructions. This is why Alex had to do majic with the MXMLClassDirectiveProccessor. So right now, there is no working translation of MXML into a Class file. Also

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
On 1/18/13 3:49 AM, "Michael Schmalle" wrote: > Erik, > > MXML comes after ActionScript. Sorry but I have to do things in order. > This is where projects go wrong, where people start cutting corners > and skipping things they should finish. 10 years experience with this > stuff and various ar

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
On 1/18/13 4:21 AM, "Michael Schmalle" wrote: > No, the Falcon compiler turns MXML AST into straight ABC instructions. > > This is why Alex had to do majic with the > MXMLClassDirectiveProccessor. So right now, there is no working > translation of MXML into a Class file. > > Also this has be

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Alex Harui
On 1/18/13 8:11 AM, "Fréderic Cox" wrote: > That is interesting stuff! And more understandable now :-) (not fully yet > ;-)) > > Thanks for your time and effort. I'm very pleased to see Erik has plans > for the views handling from MXML to HTML DOM. That is an interesting part > of the project

Re: -size-report question

2013-01-18 Thread João Fernandes
That's en error with Flash Builder, indeed it applies the argument to each module. I've solved it by using ANT to compile our projects and we're able to output 1 file per compilation. BTW, does anyone know if load-externs support multiple files as input? João Fernandes On 18 January 2013 17:22,

RE: From ADG to Clipboard and Excel

2013-01-18 Thread Kessler CTR Mark J
I do that with regular CTRL-C listening for the copy event to do on a row/cell basis. I also have function that copies all visible row/columns to the clipboard. On flex the setClipboard function only stores text data, but you can add HTML tags inside to do basic formatting if you paste i

-size-report question

2013-01-18 Thread David Coleman
Hi group, I have a question. I have searched Google high and low, and I can't find an answer to my query. (I'm using adobe sdk 4.6 & 4.5.1A, but I assume this is a relatively version agnostic option). When I use the compiler flag -size-report={file name}, i get a nice neat xml file describin

RE: TLF Editor UI source

2013-01-18 Thread Michelle Yaiser
Hi. None of the devnet content has been donated yet. It's one of the things I'm working on. I'll add this directory to the lists of content I already posted here. Cheers, Michelle - Michelle Yaiser Content & Communit

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Frédéric THOMAS
Yeah but good enough to dare glance at the code now :) Thanks again. -Fred -Message d'origine- From: FrédericCox Sent: Friday, January 18, 2013 5:11 PM To: dev@flex.apache.org Subject: Re: [FalconJx] where I'm going to be That is interesting stuff! And more understandable now :-) (no

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Fréderic Cox
That is interesting stuff! And more understandable now :-) (not fully yet ;-)) Thanks for your time and effort. I'm very pleased to see Erik has plans for the views handling from MXML to HTML DOM. That is an interesting part of the project too :-) Fréderic Cox On 18/01/13 17:06, "Frédéric THO

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Frédéric THOMAS
Waou, that's just the golden needed missing informations, that has absolutely to be reported on the wiki with the previous clarification, thanks for you time Mike :) -Fred -Message d'origine- From: Michael Schmalle Sent: Friday, January 18, 2013 4:51 PM To: dev@flex.apache.org Subjec

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Frédéric THOMAS : Mike, Yes, that's a clear introduction of what it aims to and it was important to clarify that. Ok good. On the wiki page, l would like to understand little bit more, even if maybe, not sure, I can figure out what is a javascript target, AST walker, JavaScrip

Re: Squiggly

2013-01-18 Thread Rushme Nayak
yes we want it.. On Fri, Jan 18, 2013 at 2:38 AM, Alex Harui wrote: > Looks like Squiggly is need of a home. Do we want it? > > Squiggly prerelease 6 > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > --

RE: [FalconJx] where I'm going to be

2013-01-18 Thread Michael A. Labriola
>Didn't the 'old' compiler (pre-Falcon) translate MXML into intermediate AS and >offer the option to safe those intermediate files? >I think that the presentation guy used these intermediate files (classes, I'm >sure) instead of the actual MXML to get his prototype to work. I'm however not >sure

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Great Erik! We are on the same page then, this is even better that I thought. :) Thanks for writing that. Mike Quoting Erik de Bruin : When I say business logic, I mean, no views, no ui components, no flash display list to javascript DOM conversations. Just business logic. And that's where

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
> When I say business logic, I mean, no views, no ui components, no flash > display list to javascript DOM conversations. Just business logic. And that's where I come in. Once I'm done with helping out Mike getting the business logic up and running, I plan on starting work on the JS framework that

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Frédéric THOMAS
Mike, Yes, that's a clear introduction of what it aims to and it was important to clarify that. On the wiki page, l would like to understand little bit more, even if maybe, not sure, I can figure out what is a javascript target, AST walker, JavaScript emitter and node switch strategy, it wou

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Yeah, When I wrote that I was basically brainstorming and talking to myself. Since it's in the trunk now, it does require a more laymans explanation which I will work on. Really, here is the Overview. "FalconJx is being designed to be able to compile ActionScript3 source code business log

RE: From ADG to Clipboard and Excel

2013-01-18 Thread Ian Appleby
When pasting, Excel will accept html table format, but doesn't recognise csv. I assume Word is the same as Excel if you have a table first. You're probably going to want separate controls to write the clipboard according to desired format; create the content as a html table/csv/whatever string

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Frédéric THOMAS
Mike, Q: How does it work? A: Basically we are utilizing the fantastic AST IASNode structure, traversing the nodes and visiting them individually with an emitter. The difference here is the AST walker is a hand written implementation that can easily be maintained and optimized per individual

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
I outlined some of this a while ago; https://cwiki.apache.org/confluence/display/FLEX/FalconJx+Prototype Mike Quoting Frédéric THOMAS : Yes, you right Carol, this information is very helpful and even more that, a good introduction/overview of how it works, what's the AST, ..., would be a

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Hi Carol, The problem with this project is exactly what you are talking about. Alex worked on a full cross compile of logic and views. The project I started only cares about AS3 -> JS conversion at the moment. So up until recently it was hard to describe the difference because FalconJx was

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Frédéric THOMAS
Yes, you right Carol, this information is very helpful and even more that, a good introduction/overview of how it works, what's the AST, ..., would be also welcomed I guess. -Fred -Message d'origine- From: Carol Frampton Sent: Friday, January 18, 2013 3:30 PM To: dev@flex.apache.org

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Carol Frampton
This would be good info to post somewhere on the website since I'm sure Frederic isn't the only one wondering. Carol On 1/18/13 6 :41AM, "Erik de Bruin" wrote: >Frederic, > >There are currently two JS cross compilation projects happening: >FalconJS and FalconJx. > >FalconJS is a project started

Re: svn commit: r1434962 - in /flex/sdk/branches/develop: asdoc/ frameworks/projects/apache/ frameworks/projects/apache/src/mx/collections/ frameworks/projects/apache/src/org/apache/flex/collections/

2013-01-18 Thread Carol Frampton
Well you can't doc ArrayList in mx.collections from apache.swc and frameworks.swc and I imagine you can't use both of them at the same time either. If you want to fix it another way go ahead. Carol On 1/17/13 6 :41PM, "Justin Mclean" wrote: >Hi, > >Noticed you change the namespace of he collec

From ADG to Clipboard and Excel

2013-01-18 Thread Oleg Konovalov
Hi, I need to add the following to my Flex4 (4.6) Web App: 1) being able to select some cells from AdvancedDataGrid and copy it to Clipboard (to be able to paste to any file like Word, Excel, CSV or text file 2) being able to export the whole ADG context to Excel. Could you please suggest how t

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
No, the Falcon compiler turns MXML AST into straight ABC instructions. This is why Alex had to do majic with the MXMLClassDirectiveProccessor. So right now, there is no working translation of MXML into a Class file. Also this has been brought up between Alex and Gordon that doing a straig

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Fréderic Cox
Understood, thanks and good luck guys! I will monitor your work but first I need to learn about AS and MXML in more detail, where can I start? Because I thought MXML was just actionscript classes where a compiler would parse the MXML and generate the appropriate AS class.

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
Didn't the 'old' compiler (pre-Falcon) translate MXML into intermediate AS and offer the option to safe those intermediate files? I think that the presentation guy used these intermediate files (classes, I'm sure) instead of the actual MXML to get his prototype to work. I'm however not sure if Falc

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
And to be completely honest here, so you have the proper expectations; I usually before starting something like the MXML task, turn up psychedelic trance music really loud, stare at the screen for a couple hours, write some code, refactor the code. Stare at it again for about 1 day, look th

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Erik de Bruin : Mike, I'm not trying to get you to do stuff, certainly not 'out of order'. First things first, and we'll have our hands full on AS -> JS, to be sure. Just thinking out loud: at some point I saw a video where an Adobe guy explained one of the early FalconJS prototypes (

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
Mike, I'm not trying to get you to do stuff, certainly not 'out of order'. First things first, and we'll have our hands full on AS -> JS, to be sure. Just thinking out loud: at some point I saw a video where an Adobe guy explained one of the early FalconJS prototypes (Pete?) and he worked around

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Quoting Fréderic Cox : I'm following your work with great interest, but I'm afraid as a "regular" AS3 developer with no background in compilers this is a bit too technical for me. I was wondering if you could explain in a non-technical way what the status of the project is at this moment. Ques

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Erik, MXML comes after ActionScript. Sorry but I have to do things in order. This is where projects go wrong, where people start cutting corners and skipping things they should finish. 10 years experience with this stuff and various architectures tells me finish the foundation before we d

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
Frederic, There are currently two JS cross compilation projects happening: FalconJS and FalconJx. FalconJS is a project started by Alex Harui. It is currently the most complete implementation and has (limited?) MXML parsing. The FalconJS compiler will take an MXML and AS project and output a vali

Re: Squiggly

2013-01-18 Thread Miguel Martín-Forero Ruiz
I'd go for it 2013/1/17 David Coleman > +1 for squiggly > I've actually used it in some educational solutions. It is a great > feature. > > > From: aha...@adobe.com > > To: dev@flex.apache.org > > Date: Thu, 17 Jan 2013 13:19:40 -0800 > > Subject: Re: Squiggly > > > > > > > > > > On 1/17/13 1:1

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Fréderic Cox
I'm following your work with great interest, but I'm afraid as a "regular" AS3 developer with no background in compilers this is a bit too technical for me. I was wondering if you could explain in a non-technical way what the status of the project is at this moment. Questions I have: - I have an

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
Mike, how does that relate to MXML (if at all...)? wrt. MXML, will you (someone) be able to take what Alex did for FalconJS and put that in FalconJx, or does it not work like that? I'm trying to get a feeling for where we are in relation to the two other Falcons and MXML seems to be a big thing

[FalconJx] where I'm going to be

2013-01-18 Thread Michael Schmalle
Hey all, Since the project is really taking shape thanks to our great cooperation, I am going to focus on the nemesis I have left and that is finishing of the ActionScript emitter. This project blew up fast with Erik contributing, I didn't get a chance to fully finish the ActionScript imp

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Erik de Bruin
Excellent! See what I mean by still learning about the code ;-) EdB On Fri, Jan 18, 2013 at 11:54 AM, Michael Schmalle wrote: > Ok, fixed. > > Like I said you overrode the emitMethod() that did this parsing. Function > block parsing is deferred only until needed. > > > Mike > > Quoting Erik d

[jira] [Updated] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Amsellem updated FLEX-33169: Attachment: ListExt.as In case you can't upgrade to Apache Flex SDK, I have uploaded a simp

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Michael Schmalle
Ok, fixed. Like I said you overrode the emitMethod() that did this parsing. Function block parsing is deferred only until needed. Mike Quoting Erik de Bruin : Ok, 2 commits: one for some new and improved functionality and another offering 2 new test files which, when you un-ignore the seco

[jira] [Updated] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Amsellem updated FLEX-33169: Attachment: FLEX-33169_Mobile_List_Selection.patch Attached patch > Spark

Re: [FalconJx] tests: temp directory

2013-01-18 Thread Erik de Bruin
And someone (Cyrill?) was way ahead of me :-) Thanks, EdB On Fri, Jan 18, 2013 at 11:00 AM, Erik de Bruin wrote: > I will, thanks. > > EdB > > > > On Fri, Jan 18, 2013 at 10:59 AM, Michael Schmalle > wrote: >> It should be created by the build file that calls the initial download and >> dele

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Erik de Bruin
Ok, 2 commits: one for some new and improved functionality and another offering 2 new test files which, when you un-ignore the second test in TestGoogFiles will show the problem. EdB On Fri, Jan 18, 2013 at 11:21 AM, Erik de Bruin wrote: > Hold on, I'll check in my latest, gotta make the test

[jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557108#comment-13557108 ] Maurice Amsellem commented on FLEX-33169: - Possible fix: In List. item_mouseDownHa

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Erik de Bruin
Hold on, I'll check in my latest, gotta make the test pass again first. A couple of minutes... EdB On Fri, Jan 18, 2013 at 11:17 AM, Michael Schmalle wrote: > Hmm, > > There is something in the compiler that defers function block parsing for > certain situations. > > What is "getAccessor" in c

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Michael Schmalle
Hmm, There is something in the compiler that defers function block parsing for certain situations. What is "getAccessor" in context to? Give me a place to look, it's early here. :) Mike Quoting Erik de Bruin : Hold on, forget what I wrote about the type (BRACES vs. SYNTHESIZED). The res

Re: [FalconJx] accessor emitter bug

2013-01-18 Thread Erik de Bruin
Hold on, forget what I wrote about the type (BRACES vs. SYNTHESIZED). The rest stands, however: the ScopedBlockNodes for accessors are empty (have no children) when I run a full class vs. when I run through 'getAccessor'. EdB On Fri, Jan 18, 2013 at 11:06 AM, Erik de Bruin wrote: > Hi, > > Whe

[jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557100#comment-13557100 ] Maurice Amsellem commented on FLEX-33169: - Here is an extract of the traces I have

[FalconJx] accessor emitter bug

2013-01-18 Thread Erik de Bruin
Hi, When I run a full class through the compiler, accessor member function blocks (ScopeNode) are empty (type BRACES). However, when I run the same code through TestGoogAccessorMembers, they are not (type SYNTHESIZED) and the tests pass. What could I (or the compiler) be doing wrong? EdB -- I

[jira] [Comment Edited] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557088#comment-13557088 ] Maurice Amsellem edited comment on FLEX-33169 at 1/18/13 10:04 AM: -

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-18 Thread Michael Schmalle
Quoting Cyrill Zadra : Hi Mike Just updated the build.xml and download ant for compiler.jx and compiler.jx.tests. I had to add a @Ignore annotation on TestWalkerBase & TestBase so junit doesn't try to execute a test method. It's now also possible to run the unit tests with ant. Ah, this suck

Re: [FalconJx] tests: temp directory

2013-01-18 Thread Erik de Bruin
I will, thanks. EdB On Fri, Jan 18, 2013 at 10:59 AM, Michael Schmalle wrote: > It should be created by the build file that calls the initial download and > deleted when is "super" cleaned. > > Check out the compiler.tests build file, I had added that a while ago to do > the same thing. > > Mi

Re: [FalconJx] tests: temp directory

2013-01-18 Thread Michael Schmalle
It should be created by the build file that calls the initial download and deleted when is "super" cleaned. Check out the compiler.tests build file, I had added that a while ago to do the same thing. Mike Quoting Erik de Bruin : HI, The tests need a 'temp' directory to run. I there a sp

[jira] [Comment Edited] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557088#comment-13557088 ] Maurice Amsellem edited comment on FLEX-33169 at 1/18/13 9:49 AM: --

[jira] [Comment Edited] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557088#comment-13557088 ] Maurice Amsellem edited comment on FLEX-33169 at 1/18/13 9:47 AM: --

[jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-18 Thread Maurice Amsellem (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557088#comment-13557088 ] Maurice Amsellem commented on FLEX-33169: - After spending some hours debugging liv

Re: FalcoJs

2013-01-18 Thread filippo dipisa
Hi Justin, I saw. Thanks for that Filippo On 17 January 2013 23:38, Justin Mclean wrote: > Hi, > > > Is anyone contributing to the project? > > If you take a look at the SVN history you'll see it's being actively > worked on. > > http://svn.apache.org/viewvc/flex/falcon/trunk/ > > Thanks, > Just

Re: Google Maps

2013-01-18 Thread Harbs
For AIR apps, using the Google APIs as is in an HTML component should work fine. As I understand it, the concern in this whole discussion is about web apps. Right? How is the maps actually displayed by the maps API? I imagine that the map data is downloaded as images. Is there any reason that w

RE: Google Maps

2013-01-18 Thread Delporte Frank
Hello, Since Google decided to step away from Flash/Flex, we decided to use modestmaps in combination with openstreetmaps and are very happy with the results! Good maps for the regions we need... http://modestmaps.com/ https://github.com/migurski/modestmaps-as3 http://www.openstreetmap.org/ h

Re: Apache Flex download statistics

2013-01-18 Thread Justin Mclean
Hi, If you need precedence CouchDB uses google analytics - but only for the web site not the download page (which is on th wiki). http://couchdb.apache.org Justin

Re: Apache Flex download statistics

2013-01-18 Thread Om
On Jan 17, 2013 10:18 PM, "Alex Harui" wrote: > > > > > On 1/17/13 9:56 PM, "Justin Mclean" wrote: > > > HI, > > > >> Alternatively, I can create a Google Analytics account (free) for Apache > >> Flex and we can track not only download statistics, but other statistics as > >> well. What do folks