sdetweil has asked for the wisdom of the Perl Monks concerning the following question:
we tried $detailsInfo->Update();# in RGB colors $detailsInfo->SetBackgroundColour(Wx::Colour->new($tokens[1], $tokens[ +2], $tokens[3])); $detailsInfo->SetForegroundColour(Wx::Colour->new($tokens[1], $tokens[ +2], $tokens[3])); $detailsInfo->Refresh();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: wxPerl window colors
by stefbv (Priest) on Jan 19, 2013 at 17:54 UTC | |
by sdetweil (Sexton) on Jan 19, 2013 at 20:28 UTC | |
|
Re: wxPerl window colors
by jmlynesjr (Deacon) on Jan 20, 2013 at 02:56 UTC |