Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #119 (closed defect: duplicate)

Opened 3 months ago

Last modified 3 months ago

Cannot use 'send' to call a setCompletes on an NSComboBox instance

Reported by: rich@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.3
Component: MacRuby Keywords:
Cc:

Description

tmp.rb: framework 'cocoa' cb = NSComboBox.alloc.initWithFrame([0,0,10,10]) cb.send("setCompletes", true)

macruby tmp.rb tmp.rb:3:in `send:': #<NSCFBoolean:0xa0047400> is not a symbol (TypeError)

from tmp.rb:3:in `setCompletes' from tmp.rb:3:in `<main>'

Change History

Changed 3 months ago by rich@…

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.