Re: [FlexJS] Extending builtin HTML elements

2016-01-06 Thread Alex Harui
On 1/6/16, 11:36 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >> >> Add the following as the ASDoc for the WebProject1() method, then it >> should work: >> >> /** >> * @flexjsignorecoercion MyButton >> */ >> >public function WebProject1() { >> >var button : MyButton = docum

Re: [FlexJS] Extending builtin HTML elements

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 8:54 PM, Alex Harui wrote: > On 1/6/16, 6:35 PM, "Andy Dufilie" wrote: > > >button is null because document.createElement("button") is not an instance > >of MyButton. > > Andy is right. We have not tried to extend the type system into the > built-in classes. Not sure we

Re: [DISCUSSION] Apache Flex SDK 4.15 release candidate 1

2016-01-06 Thread Justin Mclean
Hi, Do any PMC members have time to look and vote on this release candidate? Thanks, Justin

Re: [FlexJS] Extending builtin HTML elements

2016-01-06 Thread Alex Harui
On 1/6/16, 6:35 PM, "Andy Dufilie" wrote: >button is null because document.createElement("button") is not an instance >of MyButton. Andy is right. We have not tried to extend the type system into the built-in classes. Not sure we could guarantee that would work. More below... >Is this suppo

Re: [FlexJS] Extending builtin HTML elements

2016-01-06 Thread Andy Dufilie
button is null because document.createElement("button") is not an instance of MyButton. Is this supposed to work? MyButton.as package { public class MyButton extends HTMLButtonElement { public function MyButton() { super(); this.addEventListener("click", button_clickListener, false); } private fun

[FlexJS] Extending builtin HTML elements

2016-01-06 Thread OmPrakash Muppirala
Is this supposed to work? MyButton.as package { public class MyButton extends HTMLButtonElement { public function MyButton() { super(); this.addEventListener("click", button_clickListener, false); } private function button_clickListener(event : MouseEvent) : void { alert("Hello World"); } } } Web

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 4:18 PM, Josh Tynjala wrote: > That might be tricky. Maybe you could register a Node script instead. This might work. I will try it out. > It > might be able to tell if it's running in cmd/PowerShell versus Cygwin. Then > it can choose to run either asjsc or asjsc.bat.

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread Josh Tynjala
That might be tricky. Maybe you could register a Node script instead. It might be able to tell if it's running in cmd/PowerShell versus Cygwin. Then it can choose to run either asjsc or asjsc.bat. I'm pretty sure that Windows will run asjsc.bat even if you omit the .bat extension, if you run it di

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 3:33 PM, Josh Tynjala wrote: > Yes, on the Windows command prompt (and PowerShell), you need to run .bat > version of the script. The shell script may work correctly in Cygwin, > though. > Is there a good way to npm to register asjsc for OSX/Cygwin and asjsc.bat for Comman

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread Josh Tynjala
Yes, on the Windows command prompt (and PowerShell), you need to run .bat version of the script. The shell script may work correctly in Cygwin, though. - Josh On Wed, Jan 6, 2016 at 3:23 PM, OmPrakash Muppirala wrote: > On Wed, Jan 6, 2016 at 1:26 AM, OK wrote: > > > OmPrakash Muppirala wrote

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 1:26 AM, OK wrote: > OmPrakash Muppirala wrote > > If we can use FlexJS on Windows without Cygwin, that would be a big win. > > For me it seems that it works without Cygwin. > > > OmPrakash Muppirala wrote > > What error do you get when you simply try to run asjsc without t

Trademark issue

2016-01-06 Thread Igor Costa
I strongly think that this website www.flexeletro.com.br is infringing our trademark. Best Regards

[ApacheCon NA] Whose going and what topics?

2016-01-06 Thread Alex Harui
Hi, There is one month to go to submit presentations for ApacheCon North America (in Vancouver, British Columbia May 12-13, 2016). I can do a FlexJS overview or deep-dive or something like that. What have other's submitted in the Flex arena (or are planning to submit)? Thanks, -Alex

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread adufilie
Github user adufilie commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169368242 Sorry, I meant "git reset", not revert. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proje

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread adufilie
Github user adufilie commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169367688 I noticed that there was no merge commit after applying the patch. On the "Git for Apache Flex Guide" (https://cwiki.apache.org/confluence/display/FLEX/Git+for+Apach

[GitHub] flex-falcon pull request: Revert and re-apply #5

2016-01-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-falcon/pull/6 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread aharui
Github user aharui commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169362450 @Harbs: Yes, that has been working for me, but for some reason, when I pulled the last set of changes there was a merge conflict and after resolving them, the system d

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread adufilie
Github user adufilie commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169336626 The patch didn't apply correctly. Commits were included that should have been replaced. I've created a new pull request to revert the bad commits and re-apply this p

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread adufilie
Github user adufilie closed the pull request at: https://github.com/apache/flex-falcon/pull/5 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flex-falcon pull request: Revert and re-apply https://github.com/a...

2016-01-06 Thread adufilie
GitHub user adufilie opened a pull request: https://github.com/apache/flex-falcon/pull/6 Revert and re-apply https://github.com/apache/flex-falcon/pull/5 The previous patch didn't apply correctly. This new pull request reverts the bad commits and re-applies the previous patch. You

Re: Jenkins build is back to stable : flex-sdk_test #459

2016-01-06 Thread Mihai Chira
hallelujah! On 4 January 2016 at 21:30, wrote: > See >

Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - fix script

2016-01-06 Thread Mihai Chira
thanks for that, I hadn't noticed. On 5 January 2016 at 00:39, wrote: > fix script > > > Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fb263b33 > Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fb263b33 >

Re: [FLEXJS] FlexJS Event in San Francisco

2016-01-06 Thread Shubham Gupta
Hi Alex, I would be interested in attending the event at San Francisco. I am new to this project and willing to contribute as well. On Wed, Jan 6, 2016 at 2:38 AM, Christofer Dutz wrote: > I also remember the last time there were doubts that there will be one > this year. > > Chris > >

Re: [DISCUSSION] Apache Flex SDK 4.15 release candidate 1

2016-01-06 Thread Maxime
Oops sorry, it's a translation mistake... It's OK for me ;) On 05/01/2016 23:58, OmPrakash Muppirala wrote: On Tue, Jan 5, 2016 at 2:55 PM, Justin Mclean wrote: Hi, https://issues.apache.org/jira/browse/FLEX-34769 pretends to be fixed in 4.15 but doesn't appear in the RELEASE_NOTES of the

AW: [FLEXJS] FlexJS Event in San Francisco

2016-01-06 Thread Christofer Dutz
I also remember the last time there were doubts that there will be one this year. Chris Von: Harbs Gesendet: Dienstag, 5. Januar 2016 17:08 An: dev@flex.apache.org Betreff: Re: [FLEXJS] FlexJS Event in San Francisco Is there a schedule yet for ApacheCo

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OK
OmPrakash Muppirala wrote > If we can use FlexJS on Windows without Cygwin, that would be a big win. For me it seems that it works without Cygwin. OmPrakash Muppirala wrote > What error do you get when you simply try to run asjsc without the full > path on Command Prompt? "The system can't find

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 12:29 AM, OK wrote: > OmPrakash Muppirala wrote > > Are you using the command prompt or Cygwin? > > Command prompt. Is Cygwin needed or a better way? > Not necessarily. I have Cygwin installed and it seems to work fine. I have not been able to test without Cygwin. If w

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OK
OmPrakash Muppirala wrote > Are you using the command prompt or Cygwin? Command prompt. Is Cygwin needed or a better way? OmPrakash Muppirala wrote > I don't think mxmlc is supposed to work with this project. We are having > a > lengthy discussion about this in another thread. Try compiling an

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169267474 In my experience, there's two ways to automatically close the pull request: 1. including a comment: "This closes #5". (or whatever the pull request number is) when a