>
> So, if you want a popup meu, then that should Just Work(tm) I think.
> If you want a popup window, then I'd hazard that grab() is not the
> right way to go - rather, you would just make the window modal (and
> possibly borderless) and that would be The Right Thing. Maybe.
> Any good?
>
> Another option might be deriving your own special widget from (say)
> Fl_Menu and letting the base class handle the navigation when grab is
> on, but that seems a bit dodgy to me... I still think the modal
> window approach is possibly favourite.

Yes, it's a popup window that I want.  In fact I've already got it :)
I was hoping to improve it by allowing the user to dismiss it by
clicking outside it.  Which also works, except that keyboard navigation
within it goes away.  Sigh.


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to