I am trying to bind the following library libIKea.a.  

@interface KScan : NSObject { 
        iKEA *ikea;
}

It has various methods which I have been able to bind to and successfully
call but there are some defined as categories

@interface NSObject (KTSyncDelegate)
- (void)BarcodeDataArrived:(char *)BarcodeData;
- (void)DisplayConnectionStatus;
- (void)SynchronizeFinished;
- (void)StartSynchronize;
- (void)SaveWebApps;
- (void)SaveEmailSettings;
- (void)DisplayAlert:(bool)on:(NSString *)message:(NSString
*)button:(bool)startTimer;


@end


When these get called I am getting an unrecognised selector error.

How do I bind to these.


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Binding-to-category-tp4512665p4512665.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to