Re: images in menus not quite right



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


.



Relevant Pages

  • Re: images in menus not quite right
    ... Disable 'use transitions effects for menus and tooltips' in the Display Properties dialog. ... WJG ... 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)