From: Yishay Weiss<mailto:yishayj...@hotmail.com>
Sent: Tuesday, January 10, 2017 12:32 PM
To: Carlos Rovira<mailto:carlos.rov...@codeoscopic.com>
Subject: RE: [FlexJS, MDL] Questions on Slider


My question is when CHANGE is dispatched. Is it on MOUSE_MOVE or on MOUSE_UP? 
Thanks.







From: Carlos Rovira<mailto:carlos.rov...@codeoscopic.com>
Sent: Tuesday, January 10, 2017 12:30 PM
To: dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: Re: [FlexJS, MDL] Questions on Slider



Hi Yishayw,

I follow the js:Slider guidelines to get mdl:Slider to work. Take into
account that mdl:Slider is only JS, although there are some SWF code due to
the initial copy/paste. We'll have to clean code as we get to a final
release. The events assigned in the strand are:

goog.events.listen(UIBase(_strand).element, goog.events.EventType.CHANGE,
handleChange, false, this);
                goog.events.listen(UIBase(_strand).element,
goog.events.EventType.INPUT, handleInput, false, this);

What are the events MDL Slider throws, then we route it through FlexJS
events.



2017-01-09 12:06 GMT+01:00 yishayw <yishayj...@hotmail.com>:

> I noticed there were some differences between the MDL and the basic version
> regarding events. One difference is the name: 'change', the other is that
> 'change' is thrown on MOUSE_UP but not on MOUSE_MOVE.
>
> Are these differences by design?
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-MDL-Questions-on-
> Slider-tp58041.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



--

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to