Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-29 Thread Laurent ROCHER
From: "Aldo Calpini" > fixed, the new release is available on CVS. Thank you. I compile it and test some script. It work very well now. > if you are not familiar with CVS you can download the updated > GUI.xs from: > > http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=perl-win32-gu

Re: [perl-win32-gui-users] Column lists

2001-01-29 Thread Aldo Calpini
Erick J. Bourgeois wrote: > Has anyone tried using the "column lists"? For example, the "Find" > program in the Start menu, has a list of files found under the > column "Name" and another column "In Folder". Another interesting > thing about these controls is that if you click on those tabs > (eg.

Re: [perl-win32-gui-users] Richedit Copy

2001-01-29 Thread Aldo Calpini
Jonathan Southwick wrote: > I have some text in a Richedit object. I'd like to be able to > copy any text that I select but it doesn't work. Is there > sojmething special I have to do? what do you mean by copy? in the clipboard? if so, you need the Win32::Clipboard module. cheers, Aldo __END__

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-29 Thread Aldo Calpini
Laurent ROCHER wrote: > It's probably the GetWindowLong call before a SetWindowLong. > The first message is a WM_GETMINMAXINFO and not a WM_CREATE. fixed, the new release is available on CVS. if you are not familiar with CVS you can download the updated GUI.xs from: http://cvs.sourceforge.net/cgi

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-29 Thread Aldo Calpini
Laurent ROCHER wrote: > Error: Runtime exception > > It's probably the GetWindowLong call before a SetWindowLong. > The first message is a WM_GETMINMAXINFO and not a WM_CREATE. yes, probably something with the PerlObject not initialized correctly. I'll look into it, thanks for pointing this out! :

[perl-win32-gui-users] Column lists

2001-01-29 Thread Erick J. Bourgeois
Has anyone tried using the "column lists"? For example, the "Find" program in the Start menu, has a list of files found under the column "Name" and another column "In Folder". Another interesting thing about these controls is that if you click on those tabs (eg. "Name"), each item will be sorted