[perl-win32-gui-users] RichEdit colors reseting

2006-02-22 Thread Sky Blueshoes
Edit widget, instead of the text scrolling up like I would like it to, it just pushes the status bar down and never even shows a scroll bar. How do I fix this? Thanks in advance, Sky Blueshoes

Re: [perl-win32-gui-users] RichEdit colors reseting

2006-02-22 Thread Sky Blueshoes
lors were sent (and this is probably a question for another list) Sky Blueshoes I have a RichEdit widget in which I use as a display to my program. I created a sub in which I call whenever I want to display something: sub display { my @input = @_; for (0..$#input) { $displa

[perl-win32-gui-users] Splashscreen

2006-02-24 Thread Sky Blueshoes
creen to be turned off. but I can't get the label widget to show if I put it in a $mw. Sky Blueshoes