On 02.08.2011, at 10:13, Albrecht Schlosser wrote: > On 02.08.2011 00:46, Andrew Waldrum wrote: >> I am trying to add an help/instruction widget to my application and am >> having some trouble with the Fl_Help_View >> <http://www.fltk.org/doc-1.3/classFl__Help__View.html> in 1.3. >> It renders my page, kind of, but hotlinks do not work and images(neither >> png nor gif) show up. > > (For links and other valuable information please see Greg's post.) > > For (local) images to work, you must call fl_register_images() before > using Fl_Help_View to be able to recognize image formats like png.
It is possible to extend Fl_Help_View to load pages over a network. It's quite some work though. It's also possible to load html pages and pictures form inside the executable (the binary), but that also requires some trickery including Fluid. If you could give us a better example, maybe post parts of the html code, we may be able to find an acceptable solution. - Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

