> > > I'm using Fl_Help_View to display and resize images. The <img=20 > > src> tag works fine if I specify both the width and height=20 > > ratio. However, if I specify only one of them (either width=20 > > or height), images are not rescaled in my FLTK app but they=20 > > render fine with a web browser. Is this a HTML 2.0 limitation? > > Not really; rather, I'd say it's more of an Fl_Help_View limitation - > note that it is not really a browser, it's a widget that can parse a > subset of html (or at least a script that looks an awful lot like html > anyway!) and the subset it recognises is quite limited in many regards. > > > > Is there a way to get Fl_Help_View to render the images with=20 > > only one of the scaling dimensions specified? > > We might accept patches... > > > Are there any plans of making Fl_Help_View support HTML 2+ ? > > Possibly: dillo exists in fltk2 form (and now fltk-1.3 form I believe), > so may do what you want, and there are a couple of people who have been > poking away at their own html widgets, or on extending Fl_Help_View to > make it more complete. > Perhaps some of these may lead to a solution, though probably not in a > short timeframe... > > >
Any possibility of making Fl_Help_View run Dillo in the background in upcoming FLTK releases? Dillo looks really good but it requires a lot of heavy lifting :( _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

