Re: [Pyobjc-dev] shouldSelectRow not working as expected
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-28 08:53:37
|
Bob Pasker wrote: > good suggestion. i enabled column selection in IB, and this delegate > method still > runs and still permits column selecting. > > def tableView_shouldSelectTableColumn_(self, aTableView, > aTableColumn): > print "select table?" > return 0==1 I've seen similar things: the only way I could force a false BOOL value was to return None. I think this is a bug. Just |