Re: images in menus not quite right
- From: "sd" <shamild@xxxxxxxxxxx>
- Date: 29 Dec 2006 06:58:16 -0800
Hello William,
It was already disabled. You might be thinking of another similar
problem where images are completely broken until the mouse is moved
over them (which remains unfixed in 8.5).
What surprises me about this is that it works perfectly under 8.3.
Any other suggestions?
Regards,
/sd
William J Giddings wrote:
Hi,
Disable 'use transitions effects for menus and tooltips' in the Display
Properties dialog.
I thought this would have been fixed in release 8.5.
WJG
sd wrote:
Greetings,
I thought creating multi-columns of images in menus was trivial until I
found that a portion of the right-most column is chopped off. Below is
an example of what I'm talking about. Also, it seems to work just fine
on 8.3 but not on 8.5!! Please let me know if anyone can shed some
light on this problem and how to solve it. I'm on XP.
Regards
/sd
############# Begin script #############
menu .menu
menu .menu.image -tearoff 0
.menu add cascade -label "Images" -menu .menu.image
foreach i {questhead questhead questhead questhead} {
.menu.image add command -bitmap $i -hidemargin 1
}
.menu.image entryconfigure 2 -columnbreak 1
. configure -menu .menu
############# End script #############
.
- Follow-Ups:
- Re: images in menus not quite right
- From: William J Giddings
- Re: images in menus not quite right
- References:
- images in menus not quite right
- From: sd
- Re: images in menus not quite right
- From: William J Giddings
- images in menus not quite right
- Prev by Date: Re: How to kill application when X-Server is terminated
- Next by Date: Re: read space-separated data from a file into variables
- Previous by thread: Re: images in menus not quite right
- Next by thread: Re: images in menus not quite right
- Index(es):
Relevant Pages
|