Re: FlexJS mouseEnabled

2016-08-15 Thread Alex Harui
On 8/15/16, 1:20 PM, "Harbs" wrote: > >I guess we’ll do an “interactivity” Bead. Any suggestions on a good name? I would call it DisableBead. -Alex

Re: FlexJS mouseEnabled

2016-08-15 Thread Harbs
On Aug 15, 2016, at 11:05 PM, Alex Harui wrote: > On 8/15/16, 12:54 PM, "Harbs" wrote: > >> I can’t find any way in FlexJS to set the mouse-interactivity of an >> object. (i.e. a la mouseEnabled in Flash) > > Is the goal to build something that isn't ever mouse-able or to be able to > switch

Re: FlexJS mouseEnabled

2016-08-15 Thread Alex Harui
On 8/15/16, 12:54 PM, "Harbs" wrote: >I can’t find any way in FlexJS to set the mouse-interactivity of an >object. (i.e. a la mouseEnabled in Flash) Is the goal to build something that isn't ever mouse-able or to be able to switch its mouse-ability at runtime? In my mind, the former might be so

FlexJS mouseEnabled

2016-08-15 Thread Harbs
I can’t find any way in FlexJS to set the mouse-interactivity of an object. (i.e. a la mouseEnabled in Flash) I’m not sure how to actually implement this on the HTML side. For SVG, the pointer-events attribute could be used.[1] For regular HTML, we can use CSS if we don’t care about IE10 or low