Hello,

I'm using a slider component and I would like to capture the value of  
the slider after the mouse button has been released. Is it possible?

I added something like this:

<slider>
   <method event="onvalue" args="v">
     Debug.write("Value ",v);
   </method>
</slider>

The problem with this is that the event is called constantly while  
the mouse button is down and moving the slider. I'm only interested  
in capturing the last value of the slider after the mouse button has  
been released.

I also tried capturing the onmouseup event but that doesn't seem to  
be triggered.

Help please.

Thanks,
Daniel
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to