> I just wanted to ask, if it is possible to use > Fl_Help_View as an internet browser, maybe with an additional > library or something else? It should be platform independent. > I need this for an additional feature for my actual project.
It's not really complete enough an implementation of the html specs to work as a web browser - there is just too much stuff required for a modern browser... If you point it at the web, it might sort of work, in a limited way, for simple pages, but there is an awful lot of protocol you have to do to make the transition from displaying static html to being a web browser. The dillo project use fltk-2 to build their web browser, so that might be interesting to you. Or, you could use some other library (e.g. webkit) to build your own browser using fltk for the windows and controls - but that might be quite a bit of work... (understatement!) SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
