Re: carbon events in cocoa app...
Re: carbon events in cocoa app...
- Subject: Re: carbon events in cocoa app...
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 7 Dec 2002 21:08:04 +0000
On Saturday, December 7, 2002, at 06:32 PM, Brad Oliver wrote:
RunApplicationEventLoop (or RAEL for short) is the overall Carbon
event loop
call - it doesn't return until the event loop is terminated from
within with
something like QuitApplicationEventLoop().
You probably don't want to use this call from within Cocoa, but I'm not
familiar enough with running both Carbon and Cocoa event loops
simultaneously to suggest the proper way. You could try getting the
Carbon
WindowRef for a window and installing a Carbon event handler directly
to
that, but that's just a guess.
In 10.2, they should "just work". In 10.1 and earlier, they won't.
See
<
http://developer.apple.com/techpubs/macosx/Essentials/CarbonCocoaDoc/
index.html>
-- Finlay
_______________________________________________
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.