RE: [perl-win32-gui-users] wrappers revisited

2005-02-23 Thread Frazier, Joe Jr
Here is what I do in my Listview. I have a global var to keep track of the direction of the currently sorted column and one to keep track of the column currently sorted. Off the top of my head, I believe this will work for most fields. Of course, you might need a more general purpose convtoDate(

Re: [perl-win32-gui-users] wrappers revisited

2005-02-23 Thread Ariel Serbin
I made some changes to my wrapper module that I mentioned the other day. I had considered the sorting issues that Joe mentioned and added sorting routines similar to the code that he posted. The wrapper now has a sorting scheme that defaults to a regular cmp, but lets you pass in a sub to convert