Re: images in menus not quite right



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 #############

.



Relevant Pages

  • Re: images in menus not quite right
    ... Disable 'use transitions effects for menus and tooltips' in the Display ... I thought creating multi-columns of images in menus was trivial until I ... foreach i {questhead questhead questhead questhead} { ...
    (comp.lang.tcl)
  • Re: images in menus not quite right
    ... 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. ... foreach i {questhead questhead questhead questhead} { ...
    (comp.lang.tcl)
  • images in menus not quite right
    ... 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. ... foreach i {questhead questhead questhead questhead} { ...
    (comp.lang.tcl)