DavidF
07-25-2004, 04:08 PM
When you add a timedown event to the myGesture editor it only adds:
<TimedownEvents lib="user">
...to the XML, whereas it should have added:
<TimedownEvents touch_duration_ms="500" lib="user">
...per default.
Actually the slider is on 0 when you add it so either the default entry should be:
<TimedownEvents touch_duration_ms="0" lib="user">
...or you should make the slider start on 500 ms.
Oh, and the slider is never reading the amount of milisecs from the XML so it always wrongly shows 0.
--David
<TimedownEvents lib="user">
...to the XML, whereas it should have added:
<TimedownEvents touch_duration_ms="500" lib="user">
...per default.
Actually the slider is on 0 when you add it so either the default entry should be:
<TimedownEvents touch_duration_ms="0" lib="user">
...or you should make the slider start on 500 ms.
Oh, and the slider is never reading the amount of milisecs from the XML so it always wrongly shows 0.
--David