From: Mats B. <ma...@pr...> - 2001-10-20 10:18:50
|
Jim Ingham wrote: > ... I bet once you get it built your troubles will only be > beginning, since the Mac OS X event loop and the Mac event loop and the > Unix event loops are all totally different... Jack Jensen and I have > discussed this a little bit, but we haven't reached any firm conclusions Don't know how the Carbon event loop works, but for QuickTimeTcl I need a hook to the Mac event loop for processing movie playback etc. Now this is 'Tcl_MacSetEventProc', but I think it hijacks the event loop completely. Perhaps it would be good to allow for more than one extension to get a hook into the mac event loop. Probably you already thought of this. Just wanted to remind you. /Mats PS: For QuickTimeTcl on Windows I use the Win32 native event loop, emulated mac events, and Tk's event loop. Just love to get one more event loop to deal with. |