Sending event to myself
Sending event to myself
- Subject: Sending event to myself
- From: Olivier Destrebecq <email@hidden>
- Date: Tue, 28 May 2002 17:52:22 -0500
i'm implementing a part of my app where i need to send myself an event
so that the user can actually record what happens.
the problem that i see coming for later on is this:
when i was using powerplant, sending an appleevents to myself would
execute it right away and i would be able to wait for the response.
Where in Cocoa, sending an event to myself seems to put it in a queue to
be executed later on, and so waiting for the reply is not possible.
But what if i need that reply????
did i miss something in the doc, a parameter somewhere...
any pointers appreciated
Olivier
_______________________________________________
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.