Re: Re[2]: win32lib v0.57.4 released
- Posted by Derek Parnell <ddparnell at bigpond.com> May 12, 2002
- 440 views
----- Original Message ----- From: "Wolf" <wolfritz at KING.IGS.NET> To: "EUforum" <EUforum at topica.com> Subject: Re: Re[2]: win32lib v0.57.4 released > > > Okay, what was happening is that drawRectangle(), as did many other > > routines, assume that it was running from an onPaint event handler. > > Hi Derek. > I was plotting a multi-color graph onto a pixmap, which was only copyBlt()'ed to a display window whenever it was made > visible, so onPaint[] for a pixmap never occurred to me. Yeah, I figure that as this "feature" was not documented, no one would have realized the dependancy between these functions and Paint events. Hopefully I've removed that dependancy now. > Have you given up on your 'proof-of-concept' version 0.56 altogether ? > While I thought that so many little includes were going overboard, it might have been nice to see the listview / > treeview stuff as a single separate, since it's a huge chunk of code/constants that's not required in most simple > programs. > > Obviously not as important as it used to be, with the new 'bind' stripper. No I haven't given up on the idea. The "concept" version taught me many things. I've decided to get the library stable first. And by stable I mean no more than one bug per week that has to be fixed. We are getting near that. I will transform it to a file-per-control type of library but that is on hold for now. ----------- Derek.