> Can you expand on why you need to get this behaviour? Perhaps we can > think of a way to get the behaviour you need...
What I forgot to mention is that I have a touchscreen (respectively didn't want to confuse with this, because it is the same than with a mouse. But maybe this is a necessary detail...) What I desperately want to get rid of, is the following effect: 1. I push on the title of the Fl_Choice dropdown (respectively the actual chosen item, because it is Fl_Choice) 2. Then the dropdown appears, but I let the touch still pressed 3. I let the touch pressed for about 1 second and still don't drag 4. Now I release the touch still on the same position. But the menu dissapears again. I looks like FLTK "thought" that I dragged the mouse (resp. the pen on the touch) --> Looks like if i press for a specific time on the same point it is interpreted like a mousedrag (or touchdrag)... --> Why is this a problem? The guy who programs the touchdriver modified his driver a bit and now there seems to be a problem. If I touch the screen for just a very short time, the pulldown appears and also dissapears immediatelly again. So exactly the same behaviour like in the description above, but MUCH faster. And so this gets a problem... And we don't want to have the drag behaviour anyway. We want to chose an item by clicking on the Fl_Choice title and then clicking on an item.... FLTK-Version is still 1.1.9 ;-) Thanks! Michael _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

