B Blakeasd macrumors 6502a Original poster Mar 20, 2011 #1 Is it possible to add a WebView to a NSMenu, if so, how? Thanks
K kainjow Moderator emeritus Mar 20, 2011 #2 NSMenuItem has a setView: method so I imagine it would work. The real question is, why? 😉
B Blakeasd macrumors 6502a Original poster Mar 20, 2011 #3 I get a warning stating NSMenu may not respond to setView: Any Ideas?
robbieduncan Moderator emeritus Mar 20, 2011 #4 Blakeasd said: I get a warning stating NSMenu may not respond to setView: Any Ideas? Click to expand... Because NSMenu and NSMenuItem are not the same thing? Attention to detail is critical when programming. A NSMenu is a container for multiple NSMenuItems.
Blakeasd said: I get a warning stating NSMenu may not respond to setView: Any Ideas? Click to expand... Because NSMenu and NSMenuItem are not the same thing? Attention to detail is critical when programming. A NSMenu is a container for multiple NSMenuItems.
jiminaus macrumors 65816 Mar 20, 2011 #6 kainjow said: The real question is, why? 😉 Click to expand... Could you give us perhaps just a hint as to why? My first reaction to reading the topic subject was WTF. I'm really intrigued.
kainjow said: The real question is, why? 😉 Click to expand... Could you give us perhaps just a hint as to why? My first reaction to reading the topic subject was WTF. I'm really intrigued.