> In which case, loading the text into an Fl_Text_* widget might be an > option (it handles larger text files) or make a subclass of > Fl_Multi_Browser that only holds a "visible" subset of the full file, > and reload it dynamically as the user scrolls - possible but a bit of a > hassle to do...
Displaying plain ascii using the FL_Text_* widgets is known to work, but please be aware that there are some issues with certain non-ascii characters (CP1252 0x80-0x9f) and line-wrapping involving Chinese/CJK characters in UTF-8 that are currently being investigated. Cheers D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

