[perl-win32-gui-users] ListView and Windows XP problem

2004-03-24 Thread Roelof Bos
Hi, I have this simple app using a ListView to display items (with checkboxes). Untill I recently switched from Win 2K to Win XP I had no problems: the ListView worked fine. Now I am using Win XP and the ListView does paint but it shows no items and no headers. Any idea? I am using Win32-GUI-0.

[perl-win32-gui-users] Any way to get a click event for a textfield?

2004-03-24 Thread Frazier, Joe Jr
I need to trap a click event on the text of a textfield control. Is there any way to do that? I have tried several combinations of using Win32::GUI::Class, but could be doing it wrong since I really don't understand how it works. What I am trying to do is have something that looks like a UNC

Re: [perl-win32-gui-users] getting updown -range option to work?

2004-03-24 Thread Jez White
Hi, I've never used the updown control, so I can't help directly. I have used the scroll events quite a lot, so I may be able to help there. Could you give a little more detail on what you are trying to do? Cheers, jez. - Original Message - From: "John Schlick" <[EMAIL PROTECTED]> To:

[perl-win32-gui-users] getting updown -range option to work?

2004-03-24 Thread John Schlick
I can't seem to get the -range method of the updown control to work. I've specified it in the addupdown call, as well as trying to use it seperately. It seems to know that the max is 65535, but the min seems to change from run to run, and it never takes what I give it. Does anyone know what