Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 9:38 AM, Alex Harui wrote: > > > > On 3/20/13 9:15 AM, "jude" wrote: > > > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > >> > >> > >> Please go on with the rambling :-) Its nice to know that others are > >> thinking about things I am thinking as well - and that I am cra

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Alex Harui
On 3/20/13 9:55 AM, "jude" wrote: > > Ha, yes. :) I was concerned that we may still need a drawing canvas at > runtime or that we should keep looking into it. What if you change the > color of a button? I was looking online and I think the HTML canvas has a > draw command. So we could mix an

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Wed, Mar 20, 2013 at 11:38 AM, Alex Harui wrote: > > > > On 3/20/13 9:15 AM, "jude" wrote: > > > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > >> > >> > >> Please go on with the rambling :-) Its nice to know that others are > >> thinking about things I am thinking as well - and that I am cr

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Harbs
Didn't they do away with GPU mode this past year? I think you need to use Stage3D… On Mar 20, 2013, at 6:15 PM, jude wrote: > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: >> >> >> Please go on with the rambling :-) Its nice to know that others are >> thinking about things I am thinking as wel

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > > To make this work we'd have to create our own graphics api class in JS > that > > was included. It could be really basic and allow use to use Flex skins, > > graphics calls and skins. The downside might be it sacrifices > > accessibility. But if it w

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Alex Harui
On 3/20/13 9:15 AM, "jude" wrote: > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: >> >> >> Please go on with the rambling :-) Its nice to know that others are >> thinking about things I am thinking as well - and that I am crazy! >> >> BTW, I have a nice little carefully crafted XSLT that co

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > > > Please go on with the rambling :-) Its nice to know that others are > thinking about things I am thinking as well - and that I am crazy! > > BTW, I have a nice little carefully crafted XSLT that converts a basic FXG > node with just the Rect eleme

Rendering layer in Flex <-> HTML5/JS solution

2013-03-19 Thread Om
Jude, Sorry for the late response. I am still in the middle of trying out certain things to first of all, convince myself that this approach is viable. Responses inline on to thoughts: On Sun, Mar 17, 2013 at 2:26 PM, jude wrote: > Om, > > There's FXG and SVG but there's also HTML5 canvas el