> so there seems to be some double(and triple) click handling in
> XForms. Maybe thats a starting point (I have no experience in
> XForms...)
This is what we already use.
However, the FL_DOUBLECLICK event is not sent until you release the mouse
button. What we want is different: We want the event sent when you press the
mouse button the second time.
Obviously, there is no event for that, and we can't use the FL_DOUBLECLICK
event to help us. So, in order to get this, we have to rig up a timer
ourselves and do the handling explicitly. In other words: This is 1.1.x
stuff, not 1.0.1 stuff.
Greets,
Asger