Re: [Pyobjc-dev] Customizing trouble with NSCell & NSTableView
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-05-20 13:28:28
|
Mitch Chapman: > The problem you describe looks like the problems I've had in creating > an NSTableDataSource. The solution seems to be to explicitly derive > your > delegate class from NSTableViewDelegate. You made my day! I noticed a similar effect earlier on. But I wonder how PyObjC tells between protocols where "all" methods need to be implemented, like NSTableDataSource, and those where you "can" im- plement some of them only, like NSTableViewDelegate, but this should be the same for all delegate methods (not sure)...? Dinu -- Dinu C. Gherman ...................................................................... "I think if you know what you believe it makes it a lot easier to answer questions. I can't answer your question." (George W. Bush, 4 Oct. 2000) |