Albrecht wrote: > It's not perfect, and maybe some of the changes would turn out > to be useless... just take it as a base for more own experiments. >
Thanks for all this, Albrecht. I'll certainly use those immediately. I appreciate it, as this is part of a current project. I'll keep testing re the style/redraw problem. I'm not sure what I'm doing wrong there - the box style changes just didn't appear on screen ... which was odd. I'll check out your patch to see how you've done it. As well, I caught a more glaring problem: if Fl::focus() is in a group inside of the Fl_Scroll, then it seems the Fl_Scroll::handle() method is not ever run ... so the focus tracking code can't run. I'll write a general test to make sure it's not my own Fl_Group subclass that's hogging the event chain, though. Cheers - Denton _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

