[perl-win32-gui-users] RE: ListView Item Color

2003-10-14 Thread Roelof Bos
> My next question would be, does anyone know how I can set it so > that if the > line contains the word Failed in it, it will be highlighted? There doesnt > seem to be any documentation on ListView::Item, which is what I thought I > would use. Any insight would be greatly appreciated. and Johan

[perl-win32-gui-users] Changing dynamically the colour of Text for Radiobuttons using GU ILoft

2003-10-14 Thread Kieran Walshe
Hi, I am using Perl v5.6.1 build 635 with GUI Loft Release 0.20 -- 2003-06-08 on Windows 2000 I am attempting to change the colour of the rabiobuttons text once its associated function has executed. Anyone got any code snippets that might solve this? Thanks for your time. Kieran --- Outgoing

RE: [perl-win32-gui-users] RE: ListView Item Color

2003-10-14 Thread Frazier, Joe Jr
> -Original Message- > From: Roelof Bos [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2003 6:49 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] RE: ListView Item Color > > > > My next question would be, does anyone know how I can set it so >

[perl-win32-gui-users] PRoblems formatting text box

2003-10-14 Thread Ounsted, Toby
Hi all, I'm trying to generate a text box within a window. $Countdown_Window->AddTextfield( -name => "Countdown_Text", -font => $font, -foreground => [0,255,0], -background => [0,0,255], -multiline => 1, -text => $Message,