Jane wrote: > whats the difference? both live in the same group, same > class, .. but the one that misbehaves lives inside a box. > well, not inside, but i put a box "around" to group it with > some other widgets visually. anyway, the "down-key" event > goes to a far away widget, one that even isnt inside this > box... > > enlightenment please
I assume the box is put into the group after the browser. Do it the other way (the box first), and it should work. As Fabien wrote, it's a matter of "Z-order" (events are delivered to the last child in the group first). IIRC, this is documented somewhere in the event handling chapter. Note: If my assumption is wrong, revert this (browser first), and try again. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

