![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Sunken menu bar in WinXP
From: Andrés García <fandom@spamme.telefonica.net>
Date: Wed Mar 22 2006 - 20:59:06 CET
walton.paul@gmail.com wrote:
> Did you ever figure out how to solve this problem?
I am afraid not.
For those who may wonder, the problem is that if you do:
menu .menuBar
set menuBar(1) [menu .menuBar.file]
.menuBar add cascade -label File -menu $menuBar(1)
In WinXP the menu appears 'sunken' and in Windows
A bug?
Andres
|