Changes between Initial Version and Version 1 of GraphicsHtml


Ignore:
Timestamp:
Jan 26, 2015, 11:51:31 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsHtml

    v1 v1  
     1= Using HTML =
     2
     3You can also generate graphics using HTML.
     4'''Note: this works for graphics windows created using the Manager's Show Graphics button;
     5it doesn't provide a screensaver.'''
     6
     7In this case your main program supplies a URL that supplies the HTML.
     8This may be an external URL, or it may refer to a web server embedded in your main program
     9(i.e. a URL of the form '''http://localhost:port''').
     10Your main program can call
     11{{{
     12boinc_web_graphics_url(char* url)
     13}}}
     14to register a URL to be used for graphics;
     15in this case, the BOINC Manager's '''Show Graphics''' button will
     16open a Web browser window to this URL.