#466: NSTableView delegate for tool tip gives "unrecognized runtime type "
------------------------------------+---------------------------------------
 Reporter:  jonat...@…              |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to