On Donnerstag, Juli 24, 2003, at 06:17 Uhr, Kelsey Schwind wrote:
I am in the process of wrapping Objective-C/Cocoa code into a Mach-O
framework that I will call into from my Carbon app. Is this how you are
doing it? If not, is there a different or better way?
I created a Cocoa Bundle - which I load into my Carbon app.
I just followed these instructions...
... made a first working dummy and then specialized it for my needs. It
was a stoneless way so far - just the problem I described in my other
mail.
2) When I receive an event through a WebView delegate I do not exactly
know what the best way is to inform my Carbon app. Today I create a
command event with some parameters and send it to my app. Is this the
nicest way to go? How can I do this more elegant.
What exactly do you mean by "command event"?
I ment the other way arround - receiving events from the Cocoa WebKit.
Something like this (out of my Cocoa Bundle):
Best,
Marcel
_______________________________________________
webkitsdk-dev mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/webkitsdk-dev
Do not post admin requests to the list. They will be ignored.