Hello,

I've created a new NSTextViewMBS class for trying something. I need it to 
replace the native TextArea's text view. I'm trying this in the open event of 
my text area subclass:
dim tv As CTVTest 'Also tried with NSTextViewMBS

tv=new CTVTest
self.NSTextViewMBS=tv

CTVTest is a subclass of NSTextViewMBS.

The IDE tells me this:
CEditingTextArea.Open, line 8
There is more than one method with this name but this does not match any of the 
available signatures.
self.NSTextViewMBS=tv

How should I proceed?
_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to