On 23.09.2009, at 10:43, Michael Schmid wrote: > Michael Schmid schrieb: >> Hi! >> >> FLTK: 1.1.9 >> >> Does anybody out there now a easy possibility to make a pulldown menu >> (like Fl_Choice) but with a scrollbar on it's side? I guess there >> is no >> standard widget which is able to do that in FLTK 1.1.9? >> >> Thanks! >> Michael > > To solve this problem, it would also be possible for me to have a > pulldown with two rows. Is there any possibility? (With Fl_Choice)
No, multiple rows were planned and even have a flag in the structures, but were never implemented. It should be relatively easy to write, but someone would have to volunteer... . Huge menus do scroll automatically under FLTK when the mouse pointer hits the screen border. If you can, it would probably make sense to group your menus somehow and introduce another menu level. It is much easier for a user to step down a menu hierarchy where every menu is entirely visible on screen, than to scroll through a menu. Apart from that, you'd have to organize your own menu popup windows, as I mentioned in my previous mail. Those popups are in use in multiple applications that I wrote and I did not get any complaints yet ;-) Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

