Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-28 Thread Michael Schmalle
@Om Here is another app that is an easy candiate for FlexJS that is a .caustic file player. Not to heavy on animated graphics. http://www.singlecellsoftware.com/node/8897 Mike On Tue, May 19, 2015 at 4:33 PM, OmPrakash Muppirala wrote: > On May 19, 2015 1:23 PM, "Michael Schmalle" > wrote: >

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On May 19, 2015 1:23 PM, "Michael Schmalle" wrote: > > Ok seeing the fact you were setting the background with an svg element. > > When you want to start working on this and have a git connection again, let > me know, we can hash it out. :) > Sounds like a plan! Om > Mike > > On Tue, May 19, 20

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Michael Schmalle
Ok seeing the fact you were setting the background with an svg element. When you want to start working on this and have a git connection again, let me know, we can hash it out. :) Mike On Tue, May 19, 2015 at 4:09 PM, OmPrakash Muppirala wrote: > On Tue, May 19, 2015 at 12:36 PM, Michael Schma

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 12:45 PM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > Om, > > Check this out; > > > https://jsfoo.talkfunnel.com/2013/788-using-randorijs-and-kontikijs-to-create-2d-webgl-based-games-from-existing-starling-as3-code > > Load this in Chrome; > > http://renaun.com/h

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 12:36 PM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > Ok thanks Om, lots to think about. Some more questions. > > I am still a bit naive with HTML and SVG. Can SVG be used to skin an HTML > button? Or is it that you have to "Wrap" an html button with an SVG tag t

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Michael Schmalle
Om, Check this out; https://jsfoo.talkfunnel.com/2013/788-using-randorijs-and-kontikijs-to-create-2d-webgl-based-games-from-existing-starling-as3-code Load this in Chrome; http://renaun.com/html5/randoristarlingtest/hero.html That whole thing and the Starling framework was cross compiled with

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Michael Schmalle
Ok thanks Om, lots to think about. Some more questions. I am still a bit naive with HTML and SVG. Can SVG be used to skin an HTML button? Or is it that you have to "Wrap" an html button with an SVG tag to pretty much draw under it? I love the idea of a Spark like skinning system and would totally

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 11:29 AM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > Ironically Om, this was my next post! SVG and what are we doing to use it. > > Maybe through all my bable of the last thread some might see where I am > coming from, I am really trying to figure out, what are

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Peter Ent
Check out the FlexJS Chart example. It is built upon Om¹s SVG package (core.graphics) in the FlexJS SDK. Most of the Chart package in the Chart/asjs project which means most of it is cross-compiled to JS so there is very little hand-written JavaScript. Peter On 5/19/15, 2:29 PM, "Michael Schmalle

[FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Michael Schmalle
Ironically Om, this was my next post! SVG and what are we doing to use it. Maybe through all my bable of the last thread some might see where I am coming from, I am really trying to figure out, what are we building on. Now SVG I understand, Canvas I understand. Om, what are the pluses and minuse