[perl-win32-gui-users] Combo Box Question

2005-12-02 Thread Andy Pastuszak
Hello All, I am new to the list and have been combing through the mailing list archives trying to find an answer to my problem and I can't seem to find it. I am trying to alter the dropdown list in the combobox so it is longer. It currently shows only 4 items and I would like it to be long enoug

RE: [perl-win32-gui-users] Combo Box Question

2005-12-02 Thread Jeremy White
I think you can use -height when you create the combobox, or use the Height method. Cheers, jez. From: Andy Pastuszak <[EMAIL PROTECTED]> To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Combo Box Question Date: Fri, 2 Dec 2005 09:17:55 -0500 Hello All, I am n

[perl-win32-gui-users] Richedit->Load progress

2005-12-02 Thread Dan Dascalescu
Is there a way to get some progress information while a RichEdit loads a multi-megabyte RTF? Thanks, Dan