Re: Cocoa-Java delegate name?
Re: Cocoa-Java delegate name?
- Subject: Re: Cocoa-Java delegate name?
- From: Scott Ellsworth <email@hidden>
- Date: Tue, 17 Jun 2003 13:33:25 -0700
On Monday, June 16, 2003, at 05:36 PM, Chris Hanson wrote:
Cocoa Browser is exceptionally handy. I launch it before even
launching Project Builder or Interface Builder when doing Cocoa
development.
http://homepage2.nifty.com/hoshi-takanori/cocoa-browser/
Very, very neat tool! Thanks, Chris.
One thing to check: Does your table view support selecting or moving
columns? Try changing those setting to see whether you start to get
clicks.
I tested this, and did not see a difference in the behavior.
Turned out to be something simpler - I had messed up the delegate. (At
the least, the NSTableView delegate had not been set, while the
NSWindown one had. Sigh - and I thought I had checked that.
On Monday, June 16, 2003, at 04:39 PM, Ian Gillespie wrote:
If you use this method and it isn't getting called, maybe you should
implement another delegate method to see if that is getting called. If
neither of them are getting called, then for some reason your table
delegate probably isn't set correctly.
Got it in one. Thanks for the suggestion - it was this that got me to
recheck the delegate.
Thanks, Ian.
Scott
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.