in reply to Re: Win32::GUI frustration
in thread Win32::GUI frustration
Although if you can tell me how '2' is 'pale blue', that'd be ace, too..
I tried the following, as I need a specific colour, having read the faq, to no avail.. 'Could not create class'
#Brush to define the colour my $brush = new Win32::GUI::Brush(-color=>[198, 223, 198])or die("Coul +d not create Brush\n"); #Class for the colour my $clsColour = Win32::GUI::Class->new( -name => "classColour", -color => $brush, ) or die("Could not create Class +\n");
|
|---|