Howto:Canvas Troubleshooting

From FlightGear wiki
Revision as of 14:33, 11 August 2014 by Johan G (talk | contribs) (cat: Canvas, Troubleshooting)
Jump to navigation Jump to search

Event Handling

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.

Using Online Imagery

Cquote1.png I'd try to troubleshoot this step-by-step, e.g.:


  • use a static LOCAL raster image (on disk/in fgdata - e.g. a splash screen -if this doesn't work, your Canvas/Image isn't set up properly, check visibility and z-index)
  • use a http URL (e.g. the google/flightgear logo - if this doesn't work, check for errors/networking issues)
  • use a dynamically-built URL - if this doesn't work, check your URL building scheme

Cquote2.png