From: <ken...@pp...> - 2007-05-22 10:51:46
|
Hi, I've been all over the net, but have found no decent documentation on this matter, and I simply don't get it to work. I'm only trying to draw a bitmap onto a frame, simple as that. local bitmapFoo = wx.wxBitmap("foo.bmp", wx.wxBITMAP_TYPE_BMP, 300, 400) local dc = wx.wxClientDC(instanceFoo) dc:DrawBitmap(bitmapFoo, 0, 0, false) dc:Delete() What's wrong here...O_O...I don't get it |