B Blakeasd macrumors 6502a Original poster Dec 29, 2009 643 0 Mar 20, 2011 #1 Is it possible to add a WebView to a NSMenu, if so, how? Thanks
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 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 Dec 29, 2009 643 0 Mar 20, 2011 #3 I get a warning stating NSMenu may not respond to setView: Any Ideas?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate 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.
B Blakeasd macrumors 6502a Original poster Dec 29, 2009 643 0 Mar 20, 2011 #5 Whoops, didn't notice that!
jiminaus macrumors 65816 Dec 16, 2010 1,449 1 Sydney 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.
B Blakeasd macrumors 6502a Original poster Dec 29, 2009 643 0 Mar 21, 2011 #7 It is part of a help feature in my app.