emilbarton has asked for the wisdom of the Perl Monks concerning the following question:
The tab then shows the same colors as the main window. This doesn't happen when I replace 'PodText' by 'TextUndo'. Any idea?my $Man_top_tw = $Tabs{'man'}->Scrolled ( 'PodText' , -background=>$COLOR{input_bgcolor} # Can't get these colors. , -foreground =>$COLOR{input_fgcolor} ,-file=> $Int_man ,-scrollbars => "se", ,-wrap => 'word' )->form( -top=>[$Man_frame,8], -left=>['%1',0], -right=>['%99',0], -bottom=>['%98',0] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with Scrolled tab from Tk::Notebook widget using Podtext
by Khen1950fx (Canon) on Mar 22, 2012 at 16:40 UTC | |
|
Re: Problem with Scrolled tab from Tk::Notebook widget using Podtext
by thundergnat (Deacon) on Mar 22, 2012 at 17:25 UTC | |
by emilbarton (Scribe) on Mar 22, 2012 at 19:02 UTC | |
|
Re: Problem with Scrolled tab from Tk::Notebook widget using Podtext
by Anonymous Monk on Mar 22, 2012 at 16:54 UTC |