Re: Sunken menu bar in WinXP
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: 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
. config -menu .menuBar

set menuBar(1) [menu .menuBar.file]
set menuBar(2) [menu .menuBar.edit]

.menuBar add cascade -label File -menu $menuBar(1)
.menuBar add cascade -label Edit -menu $menuBar(2)

In WinXP the menu appears 'sunken' and in Windows
the options 'relief' and 'boderwidth' don't work
since native menus are used.

A bug?

Andres
Received on Sun Apr 30 02:46:09 2006