Re: [perl-win32-gui-users] Re: RE: using Win32::GUI::Grid

2003-07-11 Thread Laurent ROCHER
> Thanks for your reply. U mentioned an attached > file,but I don't see it. I think the listserver > stripped away the attached file. Maybe if you can cut > and paste it into the message that might work. See below. Laurent. #! perl -w # # Test Basic Grid method # use strict; use Win32::GUI;

[perl-win32-gui-users] Re: displaying an empty Grid?

2003-07-11 Thread tivolinewbie
You are quite right it was the Autosize thing that did it. I removed them all and its working fine now. Great detective job! - Hi, When i try to show a empty grid, i don't have small cells like you. Do you call AutoSize between AddGr

[perl-win32-gui-users] (no subject)

2003-07-11 Thread tivolinewbie
Thanks for your reply. I call Autosize at a few places in the code, so I guess maybe that's the cause, I will have to recheck. By the way I think your attached sample didn't show up in the message, perhaps again its being removed by the listserver. It might be better just to cut and paste it into

[perl-win32-gui-users] Re: RE: using Win32::GUI::Grid

2003-07-11 Thread tivolinewbie
Thanks for your reply. U mentioned an attached file,but I don't see it. I think the listserver stripped away the attached file. Maybe if you can cut and paste it into the message that might work. -- My previous message was unfinished ;o) Th