AW: [FLEXJS] Manifest files in the build?

2016-05-02 Thread Christofer Dutz
Hi Alex, I'm thinking of generating the namespaces list in the compilation config xmls automatically. So would it be ok to move them to a "manifests" directory? Maven is a lot about needing no configuration for the most common use-cases but to allow to fine-tune. Chris __

Re: I made an iPad app with Apache Flex SDK, I'd like to give you guys free copies : )

2016-05-02 Thread OK
Hi, >Yes, it's a paid app, but don't worry, in order to show my appreciation to the Apache Flex Community A pretty nice idea! I will try it out. Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/I-made-an-iPad-app-with-Apache-Flex-SDK-I-d-like-to-g

Re: [FalconJX] compiling non-browser javascript

2016-05-02 Thread Harbs
OK. Looks like that’s correct. I just did a quick test: function doSomething(in){ alert(in); } and Chrome flagged the function parameter as an unexpected token. I was having a hard time figuring out what an “Identifier” in ECMAScript is, but at the very least, Chrome considers it illegal. Tha

Re: Docs

2016-05-02 Thread Harbs
Two problems: 1. Making edits requires logging into the wiki and making the edits online in the editor. It’s much more user friendly to be able to write docs in a text editor on your local machine. 2. It’s not horribly ugly, but it’s not what I’d call attractive. On May 2, 2016, at 7:04 AM, Alex

RE: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Kessler CTR Mark J
I use the issue "Name-#" then a colon [1]. Seems to pick it up well. I use this when I'm writing out the commit message. I'm not sure if it can grab it anywhere in the message or if it can grab multiple issues in one. So when I did that last one, I used [2]. [1] FLEX-12345: My commit messa

Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Justin Mclean
Hi, Mentioning the JIRA ticket in a commit message is all that is required for JIRA to pick it up. Thanks, Justin

Re: Docs

2016-05-02 Thread Alex Harui
On 5/2/16, 2:03 AM, "Harbs" wrote: >Two problems: >1. Making edits requires logging into the wiki and making the edits >online in the editor. It’s much more user friendly to be able to write >docs in a text editor on your local machine. FWIW, there is supposedly an "Import from MS Word" featur

Re: AW: [FLEXJS] Manifest files in the build?

2016-05-02 Thread Alex Harui
On 5/2/16, 12:14 AM, "Christofer Dutz" wrote: > >Hi Alex, > >I'm thinking of generating the namespaces list in the compilation config >xmls automatically. So would it be ok to move them to a "manifests" >directory? Maven is a lot about needing no configuration for the most >common use-cases bu

[LAST CALL] Release Apache FlexJS 0.7.0

2016-05-02 Thread Alex Harui
Hi, I think I got the nightly build for FlexJS to have the correct contents for a release. There will likely be more changes as we finalize the Maven build, but I think the set of dependencies should not change much, if at all. If you are planning to vote on this release, please take the time no

AW: AW: [FLEXJS] Manifest files in the build?

2016-05-02 Thread Christofer Dutz
I wasn't planning a release fire ApacheCon. I know a lot more work has to be put into this and it's not realistic to have something in a release state. Eventually ApacheCon EU will be a better platform for that. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nac

Re: AW: AW: [FLEXJS] Manifest files in the build?

2016-05-02 Thread Alex Harui
On 5/2/16, 9:26 AM, "Christofer Dutz" wrote: >I wasn't planning a release fire ApacheCon. Hmm. I guess I misinterpreted your past emails. I will lower the priority and go back to other things. >I know a lot more work has to be put into this and it's not realistic to >have something in a rel

[FalconJX] Can we move the Language class into flex-falcon?

2016-05-02 Thread Josh Tynjala
Hey guys, It's always seemed a little strange to me that Language.as isn't included with flex-falcon, but inside the Core project in flex-asjs with a bunch of framework stuff. Could we consider moving it? - Josh

Re: [FalconJX] Can we move the Language class into flex-falcon?

2016-05-02 Thread Alex Harui
On 5/2/16, 9:55 AM, "Josh Tynjala" wrote: >Hey guys, > >It's always seemed a little strange to me that Language.as isn't included >with flex-falcon, but inside the Core project in flex-asjs with a bunch of >framework stuff. Could we consider moving it? Good topic. I've thought about that too,

Re: [FalconJX] Can we move the Language class into flex-falcon?

2016-05-02 Thread Josh Tynjala
Moving Language into its own SWC would be great from a perspective of someone who is not using the framework. I think it makes sense to consider an option where the Language class is replaceable. It might not be needed often, but it may be valuable for some advanced use cases. - Josh On Mon, May

Re: [FalconJX] Can we move the Language class into flex-falcon?

2016-05-02 Thread Alex Harui
On 5/2/16, 10:53 AM, "Josh Tynjala" wrote: >Moving Language into its own SWC would be great from a perspective of >someone who is not using the framework. Sounds like we're not in a rush to get flex-asjs released. Do you want to try splitting Language out into its own SWC? -Alex

AW: [FLEXJS] Problem compiling Core extern

2016-05-02 Thread Christofer Dutz
Hi Alex, I just had a look at the project, but I don't quite understand the reasoning behind the "CoreClasses" class. In SWF files I know only the classes transitively referenced by the main class are included, but for SWCs I always thought all classes were compiled as you never know which cla

Re: AW: [FLEXJS] Problem compiling Core extern

2016-05-02 Thread Alex Harui
On 5/2/16, 12:29 PM, "Christofer Dutz" wrote: > >Hi Alex, > >I just had a look at the project, but I don't quite understand the >reasoning behind the "CoreClasses" class. In SWF files I know only the >classes transitively referenced by the main class are included, but for >SWCs I always thought

Re: [LAST CALL] Release Apache FlexJS 0.7.0

2016-05-02 Thread piotrz
Hi Alex, I went through process of building with ApproveFlexJS.xml script. I have successfully build FlexJS. 1) Once build finished I took artifacts from created sdk folder and tried to use in Intellij. Unfortunately "Target Player:" in project settings was empty, so I used installer and downloa

Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Mark Kessler
Thanks Justin. Guess it will pick up multiples too. On Mon, May 2, 2016 at 8:47 AM, Justin Mclean wrote: > Hi, > > Mentioning the JIRA ticket in a commit message is all that is required for > JIRA to pick it up. > > Thanks, > Justin

Re: [FlexJS] extending VerticalColumnLayout

2016-05-02 Thread dhwanishah85
Hi Alex, Do you mean , I need to make changes into FlexJS BrowserResizeListener.as file? IUIBase(_strand).topMostEventDispatcher.addEventListener("sizeChanged", resizeHandler); Is there any example of such class which I can follow? Thanks Dhwani -- View this message in context: http://apac

Re: [LAST CALL] Release Apache FlexJS 0.7.0

2016-05-02 Thread Alex Harui
On 5/2/16, 2:57 PM, "piotrz" wrote: >Hi Alex, > >I went through process of building with ApproveFlexJS.xml script. I have >successfully build FlexJS. > >1) Once build finished I took artifacts from created sdk folder and tried >to >use in Intellij. Unfortunately >"Target Player:" in project set

Re: [FlexJS] extending VerticalColumnLayout

2016-05-02 Thread Alex Harui
On 5/2/16, 4:35 PM, "dhwanishah85" wrote: >Hi Alex, > >Do you mean , I need to make changes into FlexJS BrowserResizeListener.as >file? > >IUIBase(_strand).topMostEventDispatcher.addEventListener("sizeChanged", >resizeHandler); That looks worth trying. > >Is there any example of such class wh

Re: [FalconJX] Can we move the Language class into flex-falcon?

2016-05-02 Thread Josh Tynjala
I can, but it'll be after a break. I'm going to work on tutorials and things for a bit. - Josh On May 2, 2016 10:58 AM, "Alex Harui" wrote: > > > On 5/2/16, 10:53 AM, "Josh Tynjala" wrote: > > >Moving Language into its own SWC would be great from a perspective of > >someone who is not using the

Re: I made an iPad app with Apache Flex SDK, I'd like to give you guys free copies : )

2016-05-02 Thread DarkStone
Hi, The Mac app is available now: https://itunes.apple.com/app/id1109806426 (The logo may be blank, I will fix it soon) Don't buy this app, I will give you guys for free. If you have a Mac, and you are interested in it, just reply to this thread (reply anything, like "+1"), and I will give you pr

Re: [LAST CALL] Release Apache FlexJS 0.7.0

2016-05-02 Thread piotrz
Alex, That's interesting idea with getting automatically list of jiras for release. That's sounds also like simple app which could be written in FlexJS. I will try to do this not sure how long it will take cause don't have to much time. I think have seen some topic about HTTPService in FlexJS, s

AW: [LAST CALL] Release Apache FlexJS 0.7.0

2016-05-02 Thread Christofer Dutz
Fire Maven this already exists. It's a reporting plugin integrated into the projects site generation. Eventually there's a way to utilize this Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: piotrz Datum: 03.05.16 08:09 (GMT+01:00) An: de