home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / tcl / 2478 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!dxcern!dxcern.cern.ch!trones
  3. From: trones@dxcern.cern.ch (Jostein Lodve Trones)
  4. Subject: Strange menubutton color behavior
  5. Message-ID: <1993Jan27.131918.6268@dxcern.cern.ch>
  6. Sender: news@dxcern.cern.ch (USENET News System)
  7. Reply-To: trones@dxcern.cern.ch (Jostein Lodve Trones)
  8. Organization: CERN, European Laboratory for Particle Physics, Geneva
  9. Date: Wed, 27 Jan 1993 13:19:18 GMT
  10. Lines: 24
  11.  
  12.  
  13. I have a menubutton displayed in one color, let's call it BLUE1.
  14. I have made the activebackground color of this menubutton BLUE2, so that
  15. when I place the cursor above the menubutton, it is displayed in BLUE2.
  16.  
  17. The menu tied to this menubutton is displayed with background YELLOW and
  18. activebackground YELLOW2.
  19.  
  20. The first time I place the cursor (or pointer) above the menubutton, it 
  21. correctly changes color from BLUE1 to BLUE2. Then I invoke the menu, do
  22. what I want to do, and leave the menu.
  23. So far so good.
  24. But the next time I place the pointer on this same menubutton, the active-
  25. background color has changed from BLUE2 to YELLOW2, ie the activebackground
  26. color of the menu (not the menubutton).
  27.  
  28. Anyone knows anything of this?
  29.  
  30. I am running tk version 2.3, is this bug removed in 3.0?
  31.  
  32. Didn't find anything about this in the FAQ.
  33.  
  34. Thanks!
  35.     Jostein
  36.