> I would have though that targeting a bug-fix only release for > a month's time might be realistic. I'd like to get the > following done: > - fix as many of the trackers as possible > - get all the current sample code to work properly > - include all the examples from the tutorial (and check that > they all work :-), fixing the tutorial as necessary > - work on the test suite > - get a semi-decent web-page up as our Homepage at SourceForge.
Hey, if possible, can someone come up with an example of using Win32::GUI with one or more background worker thread(s)? Something I would like to see for example would be a "list" of sites in say a Win32::GUI::Grid (or listview at worst case, if we want to not use extensions in the examples) with one or more threads that periodically(using a 20 second timer for example) connect to the sites and measure response times to populate another column on the Grid. I have seen one or two examples on the list for using threads, but it would be nice to have one in the core distribution. Also, has anyone created a PPM for this release yet? If so, is it available on a repository, or only on the sourceforge site for download? Joe