Richard Evans - 2008-01-18

I am trying to use a bitmap as the background for a window. I am pretty sure i am close to getting it. I am using a Seed to create my window, in my onPainting function for the window i make a bitmapptr and set the seeds background to the bitmap. Im thinking the problem is that the onPainting is to late to set the seed up but thats the only place i could find that I could use the canvas. any ideas?