[Cocoapsql-developer] Can't find method psqlTexViewDidBecomeFirstResponder and psqlTexViewDidResignF
Status: Alpha
Brought to you by:
alkirkus
From: Olaf v. O. <ol...@ad...> - 2002-05-31 10:29:34
|
On compiling the PSQLTextView there are two "Can't find method" warnings about the psqlTexViewDidBecomeFirstResponder and psqlTexViewDidResignFirstResponder. To make the PSQLTextView class portable and reusable I did not #import the PSQLController class. The messages are send to the view's delegate. The methods will be found at runtime. If not, I thought that sending a message to nil is not disturbing. On the other hand, the PSQLTextView class will be reused only for the purpose of enjoying these messages so these methods will be implemented when reusing the class. Am I right? Olaf On vrijdag, mei 31, 2002, at 04:46 , Al Kirkus wrote: > By the way olaf there are a few warning messages popping up during the > compile, is there anything I need to do for these? |