in reply to perlman.pl only works in the debugger under cygwin

Hi,

I don't have Tk under cygwin to test, but what happens if you override your default activebackground like so:

line90 ++

sub create_ui { my $top = MainWindow->new(); $top->optionAdd('*activeBackground' => 'red');# or sth. # MENU STUFF
Regards, Christoph