[MacRuby] #119: Cannot use 'send' to call a setCompletes on an NSComboBox instance
#119: Cannot use 'send' to call a setCompletes on an NSComboBox instance --------------------------------+------------------------------------------- Reporter: rich@infoether.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Keywords: --------------------------------+------------------------------------------- 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>' -- Ticket URL: <http://www.macruby.org/trac/ticket/119> MacRuby <http://macruby.org/>
#119: Cannot use 'send' to call a setCompletes on an NSComboBox instance --------------------------------+------------------------------------------- Reporter: rich@infoether.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: duplicate Keywords: | --------------------------------+------------------------------------------- Changes (by rich@infoether.com): * status: new => closed * resolution: => duplicate -- Ticket URL: <http://www.macruby.org/trac/ticket/119#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby