images in menus not quite right
- From: "sd" <shamild@xxxxxxxxxxx>
- Date: 28 Dec 2006 22:05:53 -0800
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
- Prev by Date: Re: Improving i18n support (Was: Re: Christmas
- Next by Date: Re: Improving i18n support (Was: Re: Christmas
- Previous by thread: Problem with Threads and starpack
- Next by thread: Re: images in menus not quite right
- Index(es):
Relevant Pages
|