Re: [fltk.general] Fl_Choice list openning direction

2011-11-14 Thread MacArthur, Ian (SELEX GALILEO, UK)
I'm using a Fl_Choice widget which is located at the very bottom of a fullscreen window. The issue is that when the list is showing up, it is shown downward and thus not in the window which makes it practically unusable. Is there a way to change this behaviour ? I guess I have to go

Re: [fltk.general] Fl_Choice list openning direction

2011-11-14 Thread Mathieu Peyréga
FLTK 1.3 svn up to date version... I changed Fl_Choice.cxx handle method : case FL_PUSH: if (Fl::visible_focus()) Fl::focus(this); J1: if (Fl::scheme() || fl_contrast(textcolor(), FL_BACKGROUND2_COLOR) != textcolor()) { //v = menu()-pulldown(x(), y(), w(), h(),

Re: [fltk.general] Fl_Choice list openning direction

2011-11-14 Thread Greg Ercolano
On 11/13/11 23:34, Mathieu Peyréga wrote: I'm using a Fl_Choice widget which is located at the very bottom of a fullscreen window. The issue is that when the list is showing up, it is shown downward and thus not in the window which makes it practically unusable. Is there a way to change

Re: [fltk.general] Fl_Choice list openning direction

2011-11-14 Thread Greg Ercolano
On 11/14/11 08:26, Greg Ercolano wrote: On 11/13/11 23:34, Mathieu Peyréga wrote: I'm using a Fl_Choice widget which is located at the very bottom of a fullscreen window. The issue is that when the list is showing up, it is shown downward and thus not in the window which makes it

[fltk.general] Fl_Choice list openning direction

2011-11-13 Thread Mathieu Peyréga
Hello, I'm using a Fl_Choice widget which is located at the very bottom of a fullscreen window. The issue is that when the list is showing up, it is shown downward and thus not in the window which makes it practically unusable. Is there a way to change this behaviour ? I guess I have to go