Apr 24, 2001 #1 dara Technical User Apr 24, 2001 6 0 0 GB Any ideas on how to control the hole screen, ie. changing it's color!?
Apr 30, 2001 1 #2 goBoating Programmer Feb 8, 2000 1,606 0 0 US I don't know about changing the background of the entire screen area, but, you can control the background of a Tk window like this... Code: my $mw = new MainWindow; $mw->configure(-background=>'red'); HTH keep the rudder amid ship and beware the odd typo Upvote 0 Downvote
I don't know about changing the background of the entire screen area, but, you can control the background of a Tk window like this... Code: my $mw = new MainWindow; $mw->configure(-background=>'red'); HTH keep the rudder amid ship and beware the odd typo