RE: [perl-win32-gui-users] ListView question: What event should I use when checking an item on a list?

2003-06-12 Thread Joel Ricketts
I've used the following code to get notified when an item changes: sub DirTree_Click # Anytime user clicks in our window { my ($x,$y) = Win32::GUI::GetCursorPos(); # Grab mouse pointer location my ($left,$top,$right,$bottom) = $dirtree->GetWindowRect ();

[perl-win32-gui-users] Existing problems

2003-06-12 Thread Joel Ricketts
I'm having some issues with Win32::GUI that I was hoping people could help with. 1. In a Listview, is there any way to right-justify a column? I have a list of filesizes, but haven't found any way to right-justify one of the columns. I can live with it the way it is, but it would look nicer i