Re: wxEuphoria - text on a dc?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu