Changes between Version 26 and Version 27 of HTMLGfx
- Timestamp:
- Jan 21, 2015, 9:42:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HTMLGfx
v26 v27 182 182 183 183 === Vboxwrapper WebAPI Port === 184 185 184 Reference: [VboxApps#WebAPIstatefile vbox_webapi.xml] 186 185 187 186 === Vboxwrapper Remote Desktop Port === 188 189 187 Reference: [VboxApps#RemoteDesktopstatefile vbox_remote_desktop.xml] 190 188 191 189 == Example HTML Page == 192 193 190 Here is a link to a working HTML page that is embedded within the HTMLGfx app in case the boinc_graphics.xml file is missing. 194 191 195 192 Reference: [http://boinc.berkeley.edu/gitweb/?p=boinc-v2.git;a=tree;f=samples/gfx_html/templates;hb=master HTML Source Files] 193 194 == Debugging HTML Web Applications == 195 Debugging potential graphics applications should be as simple as copying init_data.xml, boinc_graphics.xml, graphics_status.xml, 196 and whatever application support files you'll need into a temporary directory and launching HTMLGfx with the '--debug' 197 command line parameter. 198 199 All the files should appear in the same directory layout as they would be in when running under BOINC. 200 201 Using the port number described in the window title launch your desired browser and use a URL like this: 202 {{{ 203 http://localhost:<port Number>/<desired HTML page> 204 }}} 205 206 Your browser should be able to download the HTML file and related support files. You should then be able 207 to use your browsers built-in developer tools to figure out what went wrong. 196 208 197 209 == Precompiled Binaries ==