Re: wxEuphoria - text on a dc?
- Posted by Jerry Story <story.jerry at g?ail?com> Dec 29, 2007
- 730 views
Jerry Story wrote: > proc wx_printf( object win, sequence text, object format ) > proc wx_puts( object win, sequence text ) I read the documentation a little better. I have this.
bmpSplash = create(wxBitmap,{BM_IN_MEMORY,300,500}) dc = create(wxMemoryDC,{bmpSplash})
This tries to work and doesn't crash.
wx_puts({bmpSplash,3,3,dc},"hello")
But it produces garbage.

