Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Alex Harui
It is possible to take the generated ActionScript, do some editing, rename some files and build an AS-only application from it. But you'd better be in maintenance mode because you will be giving up lots of things the MXML compiler does for your convenience such as: -compiling {} databindings -set

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Justin Mclean
Hi, > =>It's not a part, the only thing I want is to create a "AS3 Project" > and use Flex components (Spark, MX, ...) and libraries, that is my request Something like this perhaps? package { import spark.components.Application; import spark.components.Label; publ

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread aYo ~
As I remember it MXML tags are AS3 classes that can be referenced as declarative tags. ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 12 April 2013 10:38, aYo ~ wrote: > Thanks for clarifying Justin, Tristan's post you answered to confused me a > bit (like, have I been missing somethi

RE: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Tristan Gueninchault
Hi, >>> The biggest problem would be to re write parts of the Flex framework that >>> we used in "Pure AS3". >>Which part of the framework do you mean? Which the exception of some sample >>themes and skins all of the Flex SDK is written in AS3. =>It's not a part, the only thing I want is

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread aYo ~
Thanks for clarifying Justin, Tristan's post you answered to confused me a bit (like, have I been missing something all these years?) as I was certain the Flex SDK was all written in AS3. ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 12 April 2013 09:52, Justin Mclean wrote: > Hi, >

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Justin Mclean
Hi, > The biggest problem would be to re write parts of the Flex framework that we > used in "Pure AS3". Which part of the framework do you mean? Which the exception of some sample themes and skins all of the Flex SDK is written in AS3. > This could allow people to use in projects "Pure AS3" w

RE: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Tristan Gueninchault
.@adobe.com] Envoyé : jeudi 11 avril 2013 20:28 À : dev@flex.apache.org Objet : Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3 I think it was something about Scout showing AS files in its UI? On 4/11/13 10:34 AM, "OmPrakash Muppirala" wrote: > On Thu, Apr 11,

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Alex Harui
I think it was something about Scout showing AS files in its UI? On 4/11/13 10:34 AM, "OmPrakash Muppirala" wrote: > On Thu, Apr 11, 2013 at 8:52 AM, Alex Harui wrote: > >> I haven't tried Scout myself, but I thought it couldn't show you MXML >> files. >> I'd be glad to be wrong. >> >> > I

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread OmPrakash Muppirala
On Thu, Apr 11, 2013 at 8:52 AM, Alex Harui wrote: > I haven't tried Scout myself, but I thought it couldn't show you MXML > files. > I'd be glad to be wrong. > > I have been using this method to enable advanced telemetry in my Flex apps for profiling with Scout: [1] Although, I am now curious t

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Alex Harui
I haven't tried Scout myself, but I thought it couldn't show you MXML files. I'd be glad to be wrong. On 4/11/13 8:45 AM, "OmPrakash Muppirala" wrote: > On Apr 11, 2013 8:14 AM, "Alex Harui" wrote: >> >> Also, an AS-only project would work better with the Scout profiler. > That's >> another

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread OmPrakash Muppirala
On Apr 11, 2013 8:14 AM, "Alex Harui" wrote: > > Also, an AS-only project would work better with the Scout profiler. That's > another reason I'm trying to change Falcon codegen for MXML to generate more > data instead of code, so the parts you can't see don't matter. > > I can profile my current

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Alex Harui
Also, an AS-only project would work better with the Scout profiler. That's another reason I'm trying to change Falcon codegen for MXML to generate more data instead of code, so the parts you can't see don't matter. On 4/11/13 4:27 AM, "Justin Mclean" wrote: > Hi, > >> Interesting... I'd like

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Justin Mclean
Hi, > Interesting... I'd like to see how far they can take that. Not sure > why though I think the original intention was to get AIR 3.7 with the ASC 2.0 working with their project but again not 100% sure. A little has been lost in translation I think :-) Justin

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Erik de Bruin
Interesting... I'd like to see how far they can take that. Not sure why though, it's not like Adobe will take the old VM out of Flash Player anytime soon, they'd break the internets ;-) EdB On Thu, Apr 11, 2013 at 1:07 PM, Justin Mclean wrote: > HI, > >> Also, IIRC, the Falcon compiler (next g

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Justin Mclean
HI, > Also, IIRC, the Falcon compiler (next gen.) doesn't have the -keep option. I think but not 100% sure that they want (for some reason) to convert MXML to AS using the old compiler and then compile all the AS with Adobe's new compiler. Justin

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Erik de Bruin
Also, IIRC, the Falcon compiler (next gen.) doesn't have the -keep option. EdB On Thu, Apr 11, 2013 at 12:41 PM, Justin Mclean (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/FLEX-33445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1362

[jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628822#comment-13628822 ] Justin Mclean commented on FLEX-33445: -- You can create Flex applications without any

[jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-11 Thread Tristan gueninchault (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628779#comment-13628779 ] Tristan gueninchault commented on FLEX-33445: - Thanks for your answer, but it

[jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628555#comment-13628555 ] Justin Mclean commented on FLEX-33445: -- Adobe has released a version of AIR 3.7 that