Hum,
Is my face red.... All information is in the documentation.... I was
missing quite a lot :)
Br,
Mario
Mario De Clippeleir wrote:
Hi,
I am trying to subclass NSButtonCell to use a different color:
I have a class defined as :
public class ColoredCell : NSButtonCell
{
public ColoredCell() : base()
{
}
}
but this construction gives a System.ArgementNullException : Argument
cannot be null
Parameter name : receiver
at Monobjc.ObjectiveCRuntime.SendMessage....
at Monobjc.Cocoa.NSObject.ctor()....
What am i doing wrong ?
Thanx,
Mario