I had a progress but still need help:

[Connect]

NSString NSMaxLength {

   get {

       return (NSString) GetNativeField ("NSMaxLength");

   }

   set {

       SetNativeField ("NSMaxLength", value);

   }

}


This make have no more runtime error about that but the above line now is
returning a NULL value for NSKeyValue:

var NSKeyValue = this.ValueForKeyPath(new NSString("NSMaxLength"));

Thanks,

Karl



_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to