Re: images in menus not quite right
- From: William J Giddings <giddings@xxxxxxxxxx>
- Date: Fri, 29 Dec 2006 09:13:40 GMT
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: sd
- Re: images in menus not quite right
- References:
- images in menus not quite right
- From: sd
- images in menus not quite right
- Prev by Date: Re: Is Tcl work for large programs?
- Next by Date: How to rotate a complex object on the canvas
- Previous by thread: images in menus not quite right
- Next by thread: Re: images in menus not quite right
- Index(es):
Relevant Pages
|