Passing events from original receiver / redirecting flow of events

2009-06-16 Thread Chilton Webb
Hi, I have one main view. I want to pop up another view in the middle of it, like the star menu Carbon sample code. Then I want that new view to take over all event processing. And I want to do this without polling for mouse events from the main view, and manually sending them to the

Re: Passing events from original receiver / redirecting flow of events

2009-06-16 Thread Graham Cox
On 16/06/2009, at 10:58 PM, Chilton Webb wrote: What I have already done: When the user clicks on a popup area, I create my popup menu, display it as a subview of the main view, then (remember I'm still in my mouse event in the main view) poll for all mouse events until the user is done