Re: [perl-win32-gui-users] Existing problems

2003-06-15 Thread Joel Ricketts
On Sun, 15 Jun 2003, Jeremy White wrote: > >I found the answers to a few of these, and a little more info. Still need > >help with some of them. > > Not sure I can help, but here is my 2 pence worth. > > >Still haven't found a way to do this. Maybe if I could find a way to set > >the font of a

Re: [perl-win32-gui-users] Existing problems

2003-06-13 Thread Joel Ricketts
I found the answers to a few of these, and a little more info. Still need help with some of them. On Thu, 12 Jun 2003, Joel Ricketts wrote: > 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

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

[perl-win32-gui-users] More Combobox Help

2003-05-12 Thread Joel Ricketts
Johan was able to help me by including the options for WS_VSCROLL. For some reason, using the name of the constant fails utterly, while using it by number works fine. My combobox drops down now. One little annoyance left: When it drops down, the first five items in the list (i.e. all that are

Re: [perl-win32-gui-users] Combobox help

2003-05-11 Thread Joel Ricketts
Johan, you're a lifesaver. I put it in explicitly as 0x0020 | ... And it worked. I'm not sure why that would be any different, but, well, there you have it :) Joel On Sun, 11 May 2003, Johan Lindstrom wrote: > At 01:13 2003-05-11 -0500, Joel Ricketts wrote: > >

Re: [perl-win32-gui-users] Combobox help

2003-05-11 Thread Joel Ricketts
et me know. Joel On Sun, 11 May 2003, Johan Lindstrom wrote: > At 01:13 2003-05-11 -0500, Joel Ricketts wrote: > >Basically, I have a Combobox that I'm trying to display to the user. I've > >populated it with, for the test, about 12 items. It displays only the >

[perl-win32-gui-users] Combobox help

2003-05-10 Thread Joel Ricketts
First, I want to send huge amounts of thanks to Mr. Calpini, for his work in developing this. I've always believed I couldn't really do development for Win32, because the Win32 API was so cryptic. Having an actual Perl front end -- a language with which I'm familiar from the Unix world -- is