Re: Apache Flex download statistics

2013-01-18 Thread Om
On Jan 17, 2013 10:18 PM, Alex Harui aha...@adobe.com wrote: On 1/17/13 9:56 PM, Justin Mclean jus...@classsoftware.com 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

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/

Re: FalcoJs

2013-01-18 Thread filippo dipisa
Hi Justin, I saw. Thanks for that Filippo On 17 January 2013 23:38, Justin Mclean jus...@classsoftware.com 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/

[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-tabpanelfocusedCommentId=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-tabpanelfocusedCommentId=13557100#comment-13557100 ] Maurice Amsellem commented on FLEX-33169: - Here is an extract of the traces I have

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 e...@ixsoftware.nl: Hold on, forget what I wrote about the type (BRACES vs.

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

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

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:

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

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 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 e...@ixsoftware.nl: When I say business logic, I mean, no views, no ui components, no flash display list to javascript DOM conversations. Just business logic.

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 if

Re: Squiggly

2013-01-18 Thread Rushme Nayak
yes we want it.. On Fri, Jan 18, 2013 at 2:38 AM, Alex Harui aha...@adobe.com wrote: Looks like Squiggly is need of a home. Do we want it? Squiggly prerelease 6 http://labs.adobe.com/technologies/squiggly/ -- 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 Schmalle
Quoting Frédéric THOMAS webdoubl...@hotmail.com: 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,

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

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

-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

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

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

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

2013-01-18 Thread Alex Harui
On 1/18/13 8:11 AM, Fréderic Cox coxfrede...@gmail.com 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

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

2013-01-18 Thread Alex Harui
On 1/18/13 4:21 AM, Michael Schmalle apa...@teotigraphix.com 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.

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

2013-01-18 Thread Alex Harui
On 1/18/13 3:49 AM, Michael Schmalle apa...@teotigraphix.com 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

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

2013-01-18 Thread Michael Schmalle
Quoting Alex Harui aha...@adobe.com: On 1/18/13 4:21 AM, Michael Schmalle apa...@teotigraphix.com 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

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

2013-01-18 Thread Alex Harui
On 1/18/13 3:41 AM, Erik de Bruin e...@ixsoftware.nl 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

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

2013-01-18 Thread Michael Schmalle
Quoting Alex Harui aha...@adobe.com: On 1/18/13 3:49 AM, Michael Schmalle apa...@teotigraphix.com 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

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

2013-01-18 Thread Michael Schmalle
Quoting Gordon Smith gosm...@adobe.com: 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

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 apa...@teotigraphix.com 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

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 e...@ixsoftware.nl wrote: And someone (Cyrill?) was way ahead of me :-) Thanks, EdB On Fri, Jan 18, 2013 at 11:00 AM, Erik de Bruin

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

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

[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

[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

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

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

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

2013-01-18 Thread Michael Schmalle
Quoting Gordon Smith gosm...@adobe.com: 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

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 marcus.fri...@googlemail.com wrote: Hi Igor, I

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

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 scas...@adobe.com wrote: scastle at adobe.com Igor Costa www.igorcosta.com www.igorcosta.org

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

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

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