Hi Piotr, finaly got Slider change event working and setup its own page in MDLExample to showcase it working in various cases.
I think there's as well other event (input) to be introduced in slider, and we should see concrete events working in MDL to wire it through FlexJS events. Another way could be to expose MDL events...and if we go with Bootstrap, make the same for Bootstrap,..and so on... I personally prefer to go with FlexJS events... we could debate this 2016-12-28 16:48 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com>: > Hi Piotr, I get finaly valueChange to work localy. I didn't upload yet > since Other things was failing at the moment. > > basicaly in MDL Slider Controller I have: > > goog.events.listen(UIBase(_strand).element, "change", handleTrackClick, > false, this); > > the change event comes from here: https://google.github. > io/closure-library/api/goog.ui.Component.EventType.html > > So in my case I need to know the right events, and wire through our flexjs > events > > > > > > 2016-12-28 14:53 GMT+01:00 piotrz <piotrzarzyck...@gmail.com>: > >> Hi Carlos, >> >> I've created SnackbarModel which dispatch one event in response of user's >> action. Snackbar component is using this Model. >> >> Snackbar expose this event: >> >> [Event(name="action", type="org.apache.flex.events.Event")] >> >> Unfortunately for some reason when I'm using Snackbar component in >> MDLExample handler for this event is not fired. I think this is similar >> problem to your "valueChange" in Slider. - Did you discover what could be >> the reason ? >> >> Thanks, >> Piotr >> >> >> >> >> >> ----- >> Apache Flex PMC >> piotrzarzyck...@gmail.com >> -- >> View this message in context: http://apache-flex-development >> .2333347.n4.nabble.com/FlexJS-MDL-SnackbarModel-and-events-tp57611.html >> Sent from the Apache Flex Development mailing list archive at Nabble.com. >> > > > > -- > > Carlos Rovira > Director General > M: +34 607 22 60 05 <607%2022%2060%2005> > 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. > > -- 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.