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] need help in creating reusable tabBar control

2016-08-15 Thread dhwanishah85
Thanks Alex For your suggestion. For Now I am looking for MobileTrader source code and its solution for Tabbed View is most similar to what I was looking for. Thanks Peter for the help. Dhwani My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. --

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

Re: Outstanding issues for 0.7 release

2016-08-15 Thread Alex Harui
I was able to build without turning off RAT. Last night I think I fixed the last issue in the RAT scan on the source package. You can't run RAT on the repo yet. -Alex On 8/15/16, 10:28 AM, "piotrz" wrote: >I've also build with skipped RAT falcon and flexjs using maven without the >problem. >

Re: Outstanding issues for 0.7 release

2016-08-15 Thread piotrz
I've also build with skipped RAT falcon and flexjs using maven without the problem. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Just-got-my-first-FlexJS-talk-accepted-tp54302p54502.html Sent from the Apach

Re: Outstanding issues for 0.7 release

2016-08-15 Thread Alex Harui
OK, Does anybody else have any issues? I've unpacked the Ant-generated packages for flex-falcon and flex-asjs and run Maven and the maven build completes successfully on my Mac. If no other issues, we could start a vote mid-week. -Alex On 8/14/16, 12:41 PM, "Harbs" wrote: >Thanks for the lin

Re: [FlexJS] refactor_sprite branch

2016-08-15 Thread Peter Ent
After seeing a number of commits over the weekend, I sync'd Falcon and FlexJS repos and rebuilt. It looks like things are back to normal, but I'll run through more examples. Thanks! —peter From: Alex Harui mailto:aha...@adobe.com>> Date: Friday, August 12, 2016 at 4:37 PM To: Peter Ent mailto:p

Re: [Falcon] Maven build question

2016-08-15 Thread piotrz
Thanks Justin! It helped! Next concerns. Let's say that I wanted to create new flexjs project which will be buildable by maven. 1) I've copied one of the example - rename the name and changed pom accordingly 2) I've copied also settings-template.xml Should I have some "parent" defined ? Is the