Context Menu disables clicks in NSQuickDrawView (repost)
Context Menu disables clicks in NSQuickDrawView (repost)
- Subject: Context Menu disables clicks in NSQuickDrawView (repost)
- From: John Pattenden <email@hidden>
- Date: Thu, 1 Jul 2004 11:27:53 -0400
My email cheesed out, so I did not get any messages for many hours
after I posted this...
I have a subclass of NSQuickDraw that I play some quickdraw based
graphics into that include some controls (think Flash movie)
As soon as I right click and bring up a context menu I can no longer
interact with the quickdraw content. I'm pretty puzzled about this, but
since Cocoa does all the work for a context menu I'm at a bit of a loss
as to why the view no longer sees things like mousedowns. It will still
track a mouse (not dragging just following the mouse) and continues to
draw on its own - it is just that control no longer respond.
My Cocoa view is still getting the events, but when I pass them along
to the quickdraw environement nothing happens.
everything works fine until this menu is popped up, it seems
*something* is being deactivated, but I can't figure out what.
john pattenden
screentime media.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.