[NSMenu submenu] error?

BlitzMax Forums/BlitzMax Programming/[NSMenu submenu] error?

*(Posted 2010) [#1]
When compiling my app I get
[NSMenu submenu]: unrecognized selector sent to instance 0x42c750


anyone have any ideas?


Grisu(Posted 2010) [#2]
My wild guess is that it's related to the popupmenu items.
There's an empty seperator menu item that Mac dislikes?
Try to comment that line out?


*(Posted 2010) [#3]
Nope commented out all the seperators and still get the NSMenu submenu error, will look into it and try to locate whats wrong :s