"receiver cannot handle this message"
"receiver cannot handle this message"
- Subject: "receiver cannot handle this message"
- From: Stephane Pinel <email@hidden>
- Date: Sun, 20 Jul 2003 13:09:34 +0200
Using CW, I get this warning/error messages :
"Warning : receiver cannot handle this message
4DPlugin.c line 103 [mainFrame loadRequest:request];
Error : unknown message selector
4DPlugin.c line 103 [mainFrame loadRequest:request];"
...using this code taken from an ADC sample code :
----------------------------
static void
LoadURL( HIViewRef inView, CFURLRef inURL )
{
WebView* nativeView;
NSURLRequest* request;
WebFrame* mainFrame;
nativeView = HIWebViewGetWebView( inView );
request = [NSURLRequest requestWithURL:(NSURL*)inURL];
mainFrame = [nativeView mainFrame];
[mainFrame loadRequest:request];
}
---------------------------
Any idea ?
Thanks.
Stiphane Pinel
_______________________________________________
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.