I'm using Tclkit 8.5a4 on Mac OS X 10.4.8. When I add
images to my menu (under a menubutton), the images
aren't displayed in the menu. Instead it says '(Image)'
where the image should be.
maybe it would be fine to have the following workaround:
not to display text "(Image)" and removing the item text -
just display the assigned item text and ignore the image
regards
alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have implemented the workaround you suggested in my 2007-04-23 commit, or you can use the now fixed custom Tk MDEF to display images in menus (enable via [set
::tk::mac::useCustomMDEF 1]).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=90580
Originator: NO
known limitiation in current Aqua menu code
also see 1600621
Logged In: YES
user_id=296683
Originator: NO
maybe it would be fine to have the following workaround:
not to display text "(Image)" and removing the item text -
just display the assigned item text and ignore the image
regards
alex
Logged In: YES
user_id=90580
Originator: NO
I have implemented the workaround you suggested in my 2007-04-23 commit, or you can use the now fixed custom Tk MDEF to display images in menus (enable via [set
::tk::mac::useCustomMDEF 1]).