[Pyobjc-dev] [ pyobjc-Bugs-2925086 ] Return Value Mismatch
Brought to you by:
ronaldoussoren
From: SourceForge.net <no...@so...> - 2010-01-03 01:28:29
|
Bugs item #2925086, was opened at 2010-01-03 01:28 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=2925086&group_id=14534 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Return Value Mismatch Initial Comment: I'm having a problem with NSTableView's delegate method tableView_toolTipForCell_rect_tableColumn_row_mouseLocation_. When this method is called from the table view and the correct value is returned (a string) the following error occurs (attached project reproduces this problem): TypeError: tableView:toolTipForCell:rect:tableColumn:row:mouseLocation:: Need tuple of 2 arguments as result I'm running snow leopard with the default pyobjc installation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=2925086&group_id=14534 |