Apr 24, 2001 #1 dara Technical User Joined Apr 24, 2001 Messages 6 Location GB Any ideas on how to control the hole screen, ie. changing it's color!?
Apr 30, 2001 1 #2 goBoating Programmer Joined Feb 8, 2000 Messages 1,606 Location 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