|
From: Marcus <li...@wo...> - 2001-10-09 03:18:26
|
On 08.10.01 at 14:13 Eva...@ao... wrote:
>I believe colors in Win32::GUI are in decimal form, rather than hex,
so if
>I'm right, then $win->Change(-background => [255,255,255]) should
work.
No luck so far, I've tried everyones various suggestions. AFAIK, you
can use hexadecimal or decimals for colours.
The manual states that the Change method takes a handle as first
argument, so I tried this:
my $winh = $win->{-handle};
$win->Change($winh, -background => "#FFFFFF");
No change with that either. Any more suggestions?
Marcus
|