<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>Hi!</div><div><span>I am trying to make a menu that uses small icons as well as text, but when I open the main menu, the icon in the pull down menu is not correctly displayed until I hoover over it. Could someone please be so kind to tell me what's wrong and how can I solve this. Image with error attached (or viewable at&nbsp;<a target="_blank" href="http://img11.imageshack.us/img11/9429/bugft.jpg">http://img11.imageshack.us/img11/9429/bugft.jpg</a>)</span></div><div>Thank you.</div><div><br></div><div>menu code:</div><div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;#building icon set</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.info=PhotoImage(file="gui/information.gif")</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;#menu init</div><div>&nbsp;&nbsp; &nbsp; &nbsp;
 &nbsp;self.myMenu=Menu(self)</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;#help menu</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.menu_help=Menu(self.myMenu, tearoff=0)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.menu_help.add_command(label="Credits ", command=mda)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.menu_help.add_command(label="About "+name, image=self.info, compound="left", command=mda)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.myMenu.add_cascade(label="Help", menu=self.menu_help)</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;#show menu bar</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self.config(menu=self.myMenu)</div></div><div><br></div><div>Kind regards,</div><div>Andrei Nemes</div><div style="position:fixed"></div>


<!-- cg24.c2.mail.ac4.yahoo.com compressed/chunked Thu Jan 21 19:11:00 PST 2010 -->
</div><br>

      </body></html>