A Question about [[self superview] doSomething]
A Question about [[self superview] doSomething]
- Subject: A Question about [[self superview] doSomething]
- From: "Brian O'Brien" <email@hidden>
- Date: Tue, 26 Apr 2005 11:00:39 -0600
I have manage to get this to work for me until doSomething needs
parameters, then the application crashes when the method is called.
Also I'm getting a warning `NSView' may not responde to `-doSomething:'
can not find method `-doSomething:'; return type `id' assumed
my superview in this case is a subclass of NSView and has a method
called doSomething.
Which works fine if no parameters are passed..
In C and C++ you can define function prototypes for external methods.
Can you do
the same in ObjectiveC?
By does anyone know of a group for PyObjC?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden