Actually yesterday I was same problem :)
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-IconToggle-duplicates-click-event-tp58696p58709.html
Sent from the Apache Flex Development mailing list
---
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-IconToggle-
> duplicates-click-event-tp58696p58707.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
&g
cheflexbuild.cloudapp.net:8080/job/flex-asjs/
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-IconToggle-duplicates-click-event-tp58696p58707.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-IconToggle-
> duplicates-click-event-tp58696p58702.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
--
Carlos Rovira
Direc
r:
if (_selected != model.selected)
{
}
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-IconToggle-duplicates-click-event-tp58696p58702.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
Piotr
>
>
>
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-IconToggle-
> duplicates-click-event-tp58696p58698.html
> Sent from the Apache Flex Development m
elopment.247.n4.nabble.com/FlexJS-IconToggle-duplicates-click-event-tp58696p58698.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
Hi,
In my last commit I refactored IconToggle to get 'click' and 'change'
events.
It extends TextButton
The problem is that 'click' is throwing two times, while 'change' the
expected one
I read the code that extends and don't understand why there's two 'clicks'
throwing
There's an example in MD