Can anyone remember if this has ever worked? Looking at the options logic within Win32-GUI you should be able to do:

my $win = new Win32::GUI::Window(
  -name        => "WinMain",
  -pos         => [100, 100],
  -size         => [100, 100],
  -background  => [0,255,0],
);

Which would set the background to green - but it doesn't...

Cheers,

jez.



Reply via email to