how get the window.document?

2015-06-08 Thread lizhi
i just want get the windowas object. so,i can get any from the object. like window.alert window.document.createButton. how do that use the flexjs?thanks

Re: Re : Re: Re : Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-06-08 Thread Alex Harui
OK, I checked in changes that support #ObjectReferenceNumber. Hopefully nothing else broke. Let me know, -Alex On 6/6/15, 8:08 AM, "Frédéric THOMAS" wrote: >> Weird. I just tried it from my Eclipse setup and reproduced the >> BURMAbortException. So I’ll debug it on my end over the weekend. > >

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-08 Thread Alex Harui
I made some updates to NOTICE, README, and RELEASE_NOTES. Please review these and related documents. If I don’t hear not to, I’ll cut an official RC later this week. -Alex On 6/3/15, 12:43 PM, "OmPrakash Muppirala" wrote: >On Wed, Jun 3, 2015 at 12:36 PM, Alex Harui wrote: > >> >> >> On 6/3/

Re: [FlexJS] FlexJS frameworks/projects

2015-06-08 Thread piotrz
Om, Interesting idea - Maybe we should import them also to Intellij once everything with support will be ready. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-frameworks-projects-tp47

Re: [FlexJS] FlexJS frameworks/projects

2015-06-08 Thread Alex Harui
If you use FB to create a simple Air (Desktop) app, doesn’t it mark it as an AIR app in one of the properties files? On 6/8/15, 5:12 PM, "OmPrakash Muppirala" wrote: >On Jun 8, 2015 4:54 PM, "Alex Harui" wrote: >> >> Sounds good to me. I assume you replaced the paths with relative >>paths?! >>

Re: [FlexJS] FlexJS frameworks/projects

2015-06-08 Thread OmPrakash Muppirala
On Jun 8, 2015 4:54 PM, "Alex Harui" wrote: > > Sounds good to me. I assume you replaced the paths with relative paths?! > I added them as 'project dependencies', so they got added as relative paths. The only hoop to jump would be to add a AIR_HOME linked resource in Flash Builder, for the airg

Re: [FlexJS] FlexJS frameworks/projects

2015-06-08 Thread Alex Harui
Sounds good to me. I assume you replaced the paths with relative paths?! Thanks, -Alex On 6/8/15, 4:24 PM, "OmPrakash Muppirala" wrote: >I just was able to import all the projects into FB and figure out their >inter-dependencies. I think it would be good to check in the >.actionScriptProperti

[FlexJS] FlexJS frameworks/projects

2015-06-08 Thread OmPrakash Muppirala
I just was able to import all the projects into FB and figure out their inter-dependencies. I think it would be good to check in the .actionScriptProperties files to git so that it is easier for others to import them into FB and easily get going. Any objections to this? Thanks, Om

Re: [FalconJX] Round tripped vanillar compiler with JS.swc and FlexJS emitter.

2015-06-08 Thread Alex Harui
Amazing again! On 6/8/15, 3:43 PM, "Josh Tynjala" wrote: >Nice! You're rockin' it. > >- Josh > >On Mon, Jun 8, 2015 at 2:10 PM, Michael Schmalle > >wrote: > >> Hi, >> >> Well for me, this is like walking on the moon. I knew that this little >> tangent I was going down was not going to be real un

Re: [FalconJX] Round tripped vanillar compiler with JS.swc and FlexJS emitter.

2015-06-08 Thread Josh Tynjala
Nice! You're rockin' it. - Josh On Mon, Jun 8, 2015 at 2:10 PM, Michael Schmalle wrote: > Hi, > > Well for me, this is like walking on the moon. I knew that this little > tangent I was going down was not going to be real until the following > things happened; > > 1. I wrote a parser/translator

Re: AW: AW: AW: AW: Another option for auto-acknowledging the Adobe download on CI servers?

2015-06-08 Thread Alex Harui
On 6/8/15, 1:02 AM, "Bertrand Delacretaz" wrote: >Hi, > >On Sat, Jun 6, 2015 at 6:24 PM, Christofer Dutz > wrote: >> ...@Alex could you check if Adobe is legally ok with the way I >>implemented it,... > >I'm not sure why a company would have a say on something that Apache >Flex does in its own

Re: [FlexJS] try to run example in FB (eclipse), little problem?

2015-06-08 Thread OmPrakash Muppirala
This looks like an issue where you have not selected the correct workspace window. First click on the project's mxml file editor window and then run the external tool. Thanks, Om On Mon, Jun 8, 2015 at 4:53 AM, Marcus Fritze wrote: > Hi, > > I used this [1] example to configure my FB (used as

Re: [ApacheCon] CFP ApacheCon EU 2015

2015-06-08 Thread Justin Mclean
Hi, > 2. I plan to write proposals for FlexJS and Flex Mobile related talks. > Apart from Chris and I, are there anyone thinking of proposing talks (Alex, > Erik, Peter, Justin, Fred, Mike, etc.?) If yes, we will all need to > co-ordinate on the specifics. I’m planning on submitting something,

[FalconJX] Round tripped vanillar compiler with JS.swc and FlexJS emitter.

2015-06-08 Thread Michael Schmalle
Hi, Well for me, this is like walking on the moon. I knew that this little tangent I was going down was not going to be real until the following things happened; 1. I wrote a parser/translator for javascript external API. 2. I wrote a resolver that could understand all the javascript to create a

AW: [ApacheCon] CFP ApacheCon EU 2015

2015-06-08 Thread Christofer Dutz
Well I have submitted 3 proposals for ApacheCon - Core: - Building FlexJS applications with Maven (Of course ;-) ) - An introduction to Apache Flex BlazeDS - Flex Automation - Making automated front-end testing easy I talked to Justin on submitting a joint-venture proposal for some fun Mobile +

Re: [ApacheCon] CFP ApacheCon EU 2015

2015-06-08 Thread OmPrakash Muppirala
It looks like a tentative yes from my side. A few questions/thoughts in general: 1. What needs to happen for a Flex track to be included? 2. I plan to write proposals for FlexJS and Flex Mobile related talks. Apart from Chris and I, are there anyone thinking of proposing talks (Alex, Erik, Pete

Re: [jira] [Updated] (FLEX-34852) Allow sorting by complex fields in ListCollectionView

2015-06-08 Thread Mihai Chira
Now there's a first version of ListCollectionView being able to monitor changes to complex fields in order to resort its items (see my recent commits). All suggestions / comments are welcome, especially about ComplexFieldChangeWatcher.Closure - is there a better way to do what this class is doing?

Re: AW: AW: AW: AW: Another option for auto-acknowledging the Adobe download on CI servers?

2015-06-08 Thread Carlos Rovira
Absolutely Right Bertrand :) 2015-06-08 10:02 GMT+02:00 Bertrand Delacretaz : > Hi, > > On Sat, Jun 6, 2015 at 6:24 PM, Christofer Dutz > wrote: > > ...@Alex could you check if Adobe is legally ok with the way I > implemented it,... > > I'm not sure why a company would have a say on something th

[FlexJS] try to run example in FB (eclipse), little problem?

2015-06-08 Thread Marcus Fritze
Hi, I used this [1] example to configure my FB (used as a eclipse plugin) to run one of the flexJS examples. But when I try to run my „external tool“ FlexJS (FalconJX Debug and Release Build“, it stops with an error. Variable verweist auf leere Auswahl: ${project_loc} Translated something li

Re: [jira] [Resolved] (FLEX-34883) Sort correctly by complex fields with all data types

2015-06-08 Thread Mihai Chira
Thanks, I'll take a look in a while, when I work on this again. On 8 June 2015 at 00:43, Justin Mclean wrote: > Hi, > > This may be of some help: > http://people.apache.org/~jmclean/ArrayCollectionTests.fxp > > Justin

Re: [1/8] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34852 Added unit test (actually moved the first function from ListCollectionView_FLEX_34837_Tests, as it's better suited for this ticket).

2015-06-08 Thread Mihai Chira
Great, thank you. On 8 June 2015 at 05:44, piotrz wrote: > Done. :) > From my experience 90% of VO objects which I have created was Bindable in > 100%. Although if for some reason some at least one property wasn't bindable > I was going that grained path as you Mihai. :) > > Thanks, > Piotr > > >

Re: AW: AW: AW: AW: Another option for auto-acknowledging the Adobe download on CI servers?

2015-06-08 Thread Bertrand Delacretaz
Hi, On Sat, Jun 6, 2015 at 6:24 PM, Christofer Dutz wrote: > ...@Alex could you check if Adobe is legally ok with the way I implemented > it,... I'm not sure why a company would have a say on something that Apache Flex does in its own code. But if you guys think this is needed, I strongly reco