On 01.03.2011 11:13, MacArthur, Ian (SELEX GALILEO, UK) wrote: > So, hmm, well, you might get some advantage from turning off keyboard > navigation and visible focus, and see if that restores the behaviour you > expect. > > > Try calling Fl::visible_focus(0); somewhere near the start of your > program and see if that helps or not...
... and for the arrow keys, you can try to disable their focus changing property by calling Fl::option(OPTION_ARROW_FOCUS, 0); but this ought to be the default anyway in the latest FLTK versions, unless you changed it in fluid's "edit/Global FLTK settings" menu. If you did, you should probably set all options back to "default". Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

