home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!dxcern!dxcern.cern.ch!trones
- From: trones@dxcern.cern.ch (Jostein Lodve Trones)
- Subject: Strange menubutton color behavior
- Message-ID: <1993Jan27.131918.6268@dxcern.cern.ch>
- Sender: news@dxcern.cern.ch (USENET News System)
- Reply-To: trones@dxcern.cern.ch (Jostein Lodve Trones)
- Organization: CERN, European Laboratory for Particle Physics, Geneva
- Date: Wed, 27 Jan 1993 13:19:18 GMT
- Lines: 24
-
-
- I have a menubutton displayed in one color, let's call it BLUE1.
- I have made the activebackground color of this menubutton BLUE2, so that
- when I place the cursor above the menubutton, it is displayed in BLUE2.
-
- The menu tied to this menubutton is displayed with background YELLOW and
- activebackground YELLOW2.
-
- The first time I place the cursor (or pointer) above the menubutton, it
- correctly changes color from BLUE1 to BLUE2. Then I invoke the menu, do
- what I want to do, and leave the menu.
- So far so good.
- But the next time I place the pointer on this same menubutton, the active-
- background color has changed from BLUE2 to YELLOW2, ie the activebackground
- color of the menu (not the menubutton).
-
- Anyone knows anything of this?
-
- I am running tk version 2.3, is this bug removed in 3.0?
-
- Didn't find anything about this in the FAQ.
-
- Thanks!
- Jostein
-