Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-05 Thread piotrz
Hi, I just pushed a fix: 593e4df8f86a8d0ea9009853e94f368b6474d312 To Label has been added "click" event and removed property "selectable". - This property prevents label from clicking on it. In exchange I've created bead "UnselectableElementBead" which will do not allow for selection if you are

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 9:40 PM, "Justin Mclean" wrote: >HI, > >> I'm trying to remember whether Flex Label had a click event or not. > >It does. By default the cursor doesn’t change. Cool, thanks for checking. -Alex

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Justin Mclean
HI, > I'm trying to remember whether Flex Label had a click event or not. It does. By default the cursor doesn’t change. http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 10:07 AM, "piotrz" wrote: >No it is not important. I'm just asking. Let's wait for the approval from >other folks. > >As for the label let's stay with span and eventually create other >component >as you suggest. > >Maybe I will try to make click for current "Label". I'm trying to re

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
No it is not important. I'm just asking. Let's wait for the approval from other folks. As for the label let's stay with span and eventually create other component as you suggest. Maybe I will try to make click for current "Label". Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
Is that important? I'd rather get approval for the new workflow and merge the other way. Get Outlook for Android<https://aka.ms/ghei36> From: piotrz Sent: Saturday, March 4, 2017 9:37:29 AM To: dev@flex.apache.org Subject: Re: [FlexJS] click event

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Alex, Just try to merge develope to dual and there is a conflicts, so I think you should also try it out soon. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-click-event-of-Label-is-not-working

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Alex, I think I should make my changes in dual branch cause we will have merge issues. Are you close to finish and merge everything in develope? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 7:30 AM, "piotrz" wrote: >Hi, > >It is still reproducible, but first question is - Why in our framework >"Label" component it is "span" instead "label" ? I chose span for Basic Label because the documentation looked like label needed to be in a Form. We can certainly change it if o

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Hi, It is still reproducible, but first question is - Why in our framework "Label" component it is "span" instead "label" ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-click-event-of-Label-

Re: [FlexJS] click event of Label is not working in javascript mode

2016-11-11 Thread Carlos Rovira
Just test in current branch, and can confirm it doesn't work 2016-11-11 10:12 GMT+01:00 Pan Li : > > > Hi, I tested in code in FlexJS 0.7: > height="30" className="alignTop" /> > height="30" click="debugLabel.text='Mouse click!'" /> > In swf mode, clicking Label "Hit here to te