> Well, I don't need a "real" browser for my project which has 
> to read complicated sites.
> I want to integrate something like a "news and update reader" 
> for my project, which would tell the user, if there are 
> updates avaible (but NOT for downloading the updates, just to 
> tell them there are updates avaible) for download or tell the 
> users about bugs and other news, so the "browser" would only 
> link to a constant internet URL (HTML-File) which I would 
> create. Isn't there a simple solution to make this work 
> without opening the actual system internet browser extra?
> Maybe through downloading the HTML-File and load it with 
> Fl_Help_Viewer.

OK; so if I understand correctly, you do not want a browser as such,
instead you want to download some notifications from your server then
display them locally.

I think that probably can work. One of the hard things with making a
browser is handling all the comms protocol required to download the page
and so forth, but if you are making your own mechanism to download your
notifications then that probably deals with most of the hard bit anyway.

Once you have the file downloaded to a suitable temporary location on
the host machine, displaying it in Fl_Help_View becomes trivial.

Still, if you are downloading a file like that, is html the best format?
You could probably even download plain text and display that in a simple
text widget?
But I guess if you want to have images, or fancy text, then html is
probably the path of least resistance.
And I guess it is likely that the host machine will have port 80 open,
whereas other ports are likely to be blocked, so I guess that also might
tend to make html a reasonable choice.

> P.S.: Sorry for my bad english

Your English is fine, much better than my {insert any language except
English here}



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

Reply via email to