Re: [perl-win32-gui-users] GUI_Constants / GUI.pm error

2005-10-13 Thread aschwarz1309
:: | The tests were re-run with a selected list of candidate entries. Timing for the candidates was compared (used) for both the existing and the new algorithms. The test computer was my home AMD 2100+ instead of my work Pentium Really Fast CPU. This accounts for some of the time difference

Re: [perl-win32-gui-users] GUI_Constants / GUI.pm error

2005-10-13 Thread aschwarz1309
The really, really true answer is that I didn't know it existed. However, if it is a general function then it contains overhead to handle general cases. The overhead issues should be addressed before use (unless convenience overcomes speed in this application). art -- Original mes

[perl-win32-gui-users] Enhanced Listview Module

2005-10-13 Thread Ariel Serbin
Hi all, I've (mostly) completed a listview subclass that helps simplify dealing with listview data. It's primarily designed for data that is keyed by ID. The main tasks of the subclass are importing data, handling sorting, and retrieving the IDs/data of the selected items. See the attached exam

Re: [perl-win32-gui-users] GUI_Constants / GUI.pm error

2005-10-13 Thread aschwarz1309
Glenn (et alia); I'm really sorry about the delay. However, you have an excellent point. If I'm going to say something, prove it (if possible, otherwise drink lots and lots of beer). Having said this, I did construct a test to show timing, results below, code included as an attachment. I tried

[perl-win32-gui-users] Drag'n'Drop Detection on Controls

2005-10-13 Thread Jason P.
This Chunk of code, isolated for posterity's sake. This piece, courtesy of Rob, implements simple drag/drop detection on MOST controls within WIn32::GUI, notably Treeview/Listview/Listbox. There are underlying support procedure in place for handling the "candy" side of things such as CreateDrag

Re: [win32gui] Re: [perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-13 Thread kortyzon
2005/10/12, Robert May <[EMAIL PROTECTED]>: > Jason P. wrote: > > kortyzon wrote: > > > >> I'm a french win32 gui user and i search how to move the window > >> whitout the dragbar. > >> > > you will need 3 things. > > > > mouseDown, mouseMove, mouseUp (these are generic names, the specifcs are > >