Re: posting application event
Re: posting application event
- Subject: Re: posting application event
- From: Jack Nutting <email@hidden>
- Date: Thu, 20 Oct 2005 15:32:11 +0200
On 10/20/05, Roland Silver <email@hidden> wrote:
> I posted this to the list before, but no replies:
> What method do I use to post an event created by my application to
> the main event queue?
How about:
[NSApp postEvent:myEvent atStart:flag];
where "flag" is whether or not you want the new event to "cut" into
the queue in front of any other pending events.
--
// jack
// http://www.nuthole.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden