[FlexJS] Subflash, a clone of the Flash API for Flex JS, progress and questions

2017-03-13 Thread Tim Diggle
Hi all, I've been working on wrapping the existing create JS support in Flex JS in an API structure which is identical to the Flash API - the hope is that eventually this will make it easy to port legacy FLash projects to Flex JS. I've managed to get some basic support for graphical shapes and lo

Re: [Flex JS] trouble importing package classes below root level

2017-01-24 Thread Tim Diggle
Jan 23, 2017 at 11:27 PM, Alex Harui wrote: > Can you post a few lines of code to illustrate and also post what error > you get? > > I may not get to it until tomorrow. > > There is a 0.8 Nightly Build available. > > -Alex > > On 1/23/17, 8:50 PM, "Tim Diggle&qu

[Flex JS] trouble importing package classes below root level

2017-01-23 Thread Tim Diggle
Hi all, Apologies for the vague nature of this query, I'm planning to open-source my framework once I've cleared some red tape with my employer, but was wondering if anyone's experienced this problem: I'm working on a framework intended to be used primarily using Actionscript rather than MXML, an

Unable to check out source repo - URL down or moved?

2016-12-17 Thread Tim Diggle
Hi everyone, I'm trying to check out the sources for Flex SDK and FLex JS from the repos on this page: http://flex.apache.org/dev-sourcecode.html Requests are timing out - is the server down or are these URLs out of date?

[FlexJS] Using @flexjsignorecoercion to inline JavaScript

2016-12-15 Thread Tim Diggle
Hi, I've been building some of the Flex JS samples and am particularly interested in the createjs samples. Looking at the component source, I notice that the @flexjsignorecoercion flag is used to allow createjs javascript calls to be made and the results attached to a WrappedHTMLElement. I was h