Re: wxEuphoria woes
- Posted by D. Newhall <derek_newhall at yahoo.com> Sep 08, 2005
- 526 views
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