On May 9, 2007, at 7:54 PM, Albrecht Schlosser wrote: > [email protected] wrote: >> Reverted my changes in the message dialog boxes. Reapplied the >> static size icon, ... > > Any info, why you reverted this? I thought that it was almost ready > and it > looked very well in my tests (except the fixed line width). > > What have been the problems ? > > Thanks :-) for your efforts, anyhow !
Hacking the HTML code to generate a text widget was a bad approach because measurement were off by a few pixels all the time and I got either funny word wraps or silly scrollbars. I then tried to implement the text-only dialog with Fl_Text_Display on top of a Fl_Help_View, but the code was starting to become a horrible mess. We are so close to 1.1.8, and it is a very bad idea to create big messes just before a release, so I decided to save the effort for the next release, maybe even expanding the idea to make all label text in FLTK selectable. Getting 1.1.8 out must be top priority right now. Then we have to discuss the next steps. Matthias PS: Code is not lost. It's all in the SVN and can be easily found via the SVN log. ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
