Ticket #119 (closed defect: duplicate)
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
Note: See
TracTickets for help on using
tickets.

