[MacRuby-devel] [MacRuby] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

MacRuby ruby-noreply at macosforge.org
Sun Nov 29 11:29:59 PST 2009


#466: NSTableView delegate for tool tip gives "unrecognized runtime type "
------------------------------------+---------------------------------------
 Reporter:  jonathan@…              |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  minor                   |   Milestone:  MacRuby 0.5          
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------
 Hi, I'm just trying MacRuby 0.5 current beta.

 I have a very simple application that uses a NSTableView with a delegate
 in my ruby class. Mostly this is working just fine. However adding:
  [[BR]]

 def tableView(table, toolTipForCell:cell, rect:rect, tableColumn:column,
 row:row, mouseLocation:mouse)
     [[BR]]NSLog("Table tool tip")
     [[BR]]return "foo"
 end

 gives: unrecognized runtime type `{_NSRect={_NSPoint=ff}{_NSSize=ff}}'

 Best wishes

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/466>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list