Re: wxEuphoria woes

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

cklester wrote:
> 
> D. Newhall wrote:
> > 
> > procedure print_tasks(atom this, atom event, atom it, atom event_type)
> >     atom dc
> >     dc = create( wxPaintDC, {this})
> > 
> >     for i=1 to length(tasks) do
> >         wx_puts({this, 0, (i-1) * 15, dc}, tasks[i])
> >     end for
> -- ADD THIS
>     delete_instance(dc)
> 
> > end procedure
> 
> That fixed it.
> 
> -=ck
> "Programming in a state of EUPHORIA."
> <a
> href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
> 

Yep, that did it. Thanks!


The Euphoria Standard Library project :
    http://esl.sourceforge.net/
The Euphoria Standard Library mailing list :
    https://lists.sourceforge.net/lists/listinfo/esl-discussion

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

Search



Quick Links

User menu

Not signed in.

Misc Menu