> I will look at the Fl_Help_View and parents to check how it uses the images > (png) because it all points to them.
Now I have a question about Fl_Shared_Image and caching of images. It appears that Fl_Help_View calls Fl_Shared_Image::get() for images but does it release them? It looks like it does not and it just keeps adding new images to the cache and eventually it runs out of memory in my case (limited memory). Does it make sense? What would be the best way to clear cache? I can see functions for doing it in Fl_Shared_Image. Martin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

