Problem with Cnavases and Images

BlitzMax Forums/BlitzMax Programming/Problem with Cnavases and Images

Sanctus(Posted 2008) [#1]
Hi
I have a intresting problem with canvases and images.
I made a canvas and I'm suposed to draw a image on it. The problem is that the image won't load (yes the path is good).
I tryed adding graphics 800,600 at the top of the file and it loads the images(and it does draw it)
So what should I do not to initialize a graphics in the background(and it also doesn't look nice) but still be able to load images?


ImaginaryHuman(Posted 2008) [#2]
SetGraphics CanvasGraphics(MyCanvas) ?