Hi Gideon,
It sounds like the PDF image is being rasterized at the point you sent
it on the menu item, and being cached into a NSCachedImageRep; for the
subsequent menu items the cache is used.
If you can arrange for the image to be rasterized before the being set
on the menu item, it wou
Hi, I have an NSPopupButton which I am populating programmatically.
The button class is set to square because I need it to be bigger than
the standard popup button. I am setting an image on each menu item
(the images are produced as PDF images).
All the images appear correctly, but when I p