Re: Open declaration on FlexJS classes not navigating

2016-06-02 Thread Alex Harui
On 6/2/16, 4:48 PM, "jude" wrote: >I'm using FB and I have the DataBindingTest project open and I'm trying to >open the declaration of the classes but they are not being found. > >Code Navigation Error >Source could not be found for org.apache.flex.core.ViewBase in >/Applications/Adobe Flash Bu

Open declaration on FlexJS classes not navigating

2016-06-02 Thread jude
I'm using FB and I have the DataBindingTest project open and I'm trying to open the declaration of the classes but they are not being found. Code Navigation Error Source could not be found for org.apache.flex.core.ViewBase in /Applications/Adobe Flash Builder 4.7/sdks/FlexJS2/frameworks/libs/core.

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS

2016-06-02 Thread jude
Congratulations! The more barriers we can remove for developers to start using FlexJS the better! Will direct people to it. On Thu, Jun 2, 2016 at 4:32 PM, Vulcansoft wrote: > Hi Justin, > > sounds very interesting! Downloaded it and tried a new FlexJS project, but > got the following error: > >

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS

2016-06-02 Thread Vulcansoft
Hi Justin, sounds very interesting! Downloaded it and tried a new FlexJS project, but got the following error: : /bin/bash: /Users/cpg/devFlex/_sdks/FlexJS06/bin/mxmlc: /bin/sh: bad interpreter: Operation not permitted Thanks, Christian > On Jun 2, 2016, at 7:43 AM, Justin M. Hill wrote:

Re: AW: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-02 Thread Alex Harui
On 6/2/16, 2:10 PM, "Christofer Dutz" wrote: >Hi Alex, > >My company would be glad to do so and we have the ability to host such an >event (in Frankfurt). > >But I want the Maven migration to be finished first. Me too. Now that I know you have the builds working, I am confident we could finis

[FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-02 Thread Alex Harui
First, a big thank you to those who helped plan and participate in the first FlexJS World Tour event in San Francisco this past April. Since we've been using the term "World Tour", I guess we need to have an event in at least one other geographic region. I'm based in Seattle and July/August are t

RE: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS

2016-06-02 Thread Sugan Naicker
Hi, Congrats! Will definitely have a look. Rgs Sugan -Original Message- From: Justin M. Hill [mailto:jus...@prominic.net] Sent: Thursday, June 2, 2016 7:43 AM To: dev@flex.apache.org Cc: Santanu Karar; Dhwani K. Shah; Kinjal J. Patel; Atin K. Gupta; Joel C. Anderson; Bing Li; Walker L.

AW: Maven Builds running on ASF Infra Jenkins

2016-06-02 Thread Christofer Dutz
Hi Alex, Nope ... currently the SWFs built by the build don't seem to work. The next steps would be to verify the output of the Maven build with that of the Ant build. I bet there are still differences. As soon as they are sorted out I'd be more than happy to start going official :-) Chris __

Re: Maven Builds running on ASF Infra Jenkins

2016-06-02 Thread Alex Harui
Yay! Is it time to start preparing to release this stuff? -Alex On 6/2/16, 9:23 AM, "Christofer Dutz" wrote: >Hi Guys, > > >a few minutes ago I managed to get all FlexJS Maven Builds to run with >all tests (Including the FlashPlayer UI tests). Luckily infra trusted me >not to mess up anything

Maven Builds running on ASF Infra Jenkins

2016-06-02 Thread Christofer Dutz
Hi Guys, a few minutes ago I managed to get all FlexJS Maven Builds to run with all tests (Including the FlashPlayer UI tests). Luckily infra trusted me not to mess up anything and gave me access to the windows build agent. Here the agent is setup to run using the WebStart agent but without UI

Re: iOS mobile keyboard TLF support

2016-06-02 Thread Josh Tynjala
I've never tried this, but I wonder if you could create an ANE to manually open and close the soft keyboard on iOS. If something on stage has focus, it may still dispatch KeyboardEvents, even if AIR isn't the one that showed the soft keyboard. - Josh On Thu, Jun 2, 2016 at 5:56 AM, Fréderic Cox

iOS mobile keyboard TLF support

2016-06-02 Thread Fréderic Cox
Hi, I am currently working on a project where I have a TLFEditor to put a textarea's text in bold/italic/underline, change font size/color etc.. It works fine on desktop but not on mobile. Option 1 is to use skinClass = spark.skins.spark.TextAreaSkin but then the keyboard on iOS does not show.