http://www.perlmonks.org?node_id=997323


in reply to Re^2: TK: How to change color of readonly BrowseEntry
in thread SOLVED - TK: How to change color of readonly BrowseEntry

Actually, I got a clue how to do this reading the source code for JBrowseEntry:

my $dd = $mw->BrowseEntry( -label => 'Chooser', -variable => \$dd_value, -state => 'readonly' -disabledforeground => '#000000', -disabledbackground => '#FFFFFF', )->pack();