Re: [perl-win32-gui-users] Vertical Slider?

2005-08-21 Thread Jason P.
Steven Lloyd wrote: I know that a horizontal slider can by created but is there a way to create a vertical slider control using Win32::GUI? Does AddSlider have such an option? Steve Lloyd http://www.basgetti.com --- SF.Net email is Spons

Re: [perl-win32-gui-users] Continued Window Background Color Problems]

2005-08-21 Thread Jason P.
I apologize for the format, my mail server decided to amazingly drop the postmaster address for a couple of hours. Jason P. wrote: Brian Fredette wrote: Greetings all. I read in the group there was a bug submitted regarding the setting of window background colors (http://sourceforge.net/

[perl-win32-gui-users] Vertical Slider?

2005-08-21 Thread Steven Lloyd
I know that a horizontal slider can by created but is there a way to create a vertical slider control using Win32::GUI? Does AddSlider have such an option? Steve Lloyd http://www.basgetti.com

[perl-win32-gui-users] Continued Window Background Color Problems

2005-08-21 Thread Brian Fredette
Greetings all. I read in the group there was a bug submitted regarding the setting of window background colors (http://sourceforge.net/tracker/index.php?func=detail&aid=1236053&group_id=16572&atid=116572) I'm still having this problem but the bug tracker says the problem has been fixed. What do

[perl-win32-gui-users] Need help limiting size of RichEdit/Textfield

2005-08-21 Thread Jaime Teng
I have this AddRichEdit: $MW->{Console} = $MW->{MW}->AddRichEdit( -name => $Panels[$i], -pos => [0,100], -size => [550,180], -vscroll => 1, -hscroll => 1, -autohscroll => 1, -au