Calling Cocoa UI from Carbonized Plug-in
Calling Cocoa UI from Carbonized Plug-in
- Subject: Calling Cocoa UI from Carbonized Plug-in
- From: Richard Collyer <email@hidden>
- Date: Tue, 31 Jul 2001 08:55:52 -0700
Guru's out there,
I am working with a large Carbonized application which supports a
plug-in architecture. Getting the plug-ins to carbon has not been too
hard. However, I REALLY like the Cocoa framework and using it to deal
with the UI.
So my question is, how do I call a Cocoa UI code (library, segment, ???)
from a Carbonized plug-in (does not use CFPlugin). I want the windowing
and event handeling of a Cocoa Application, but I don't need the menu.
Is there any documentation or a good book on this subject?
Richard Collyer