Hi Peter,
I have a menu that needs to be populated on demand, so I've set an NSMenu delegate and note the update request in "menuNeedsUpdate:".
...
The problem is that the NSMenu will not resize itself to show items added from outside of "menuNeedsUpdate:".
...
A third possible cause is that you're on Tiger. Changing a menu while it is open is only supported on Leopard.
This was exactly it, as I still do most of my development on ye olde Tiger. Everything works perfectly on Leopard. Not a big deal in this case to make the feature 10.5 only.
Thanks for your help! Cheers, ~Martin _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com