Are you defining the ‘action’ method with a ‘sender’ argument? Because that's 
the way it's picked up as being a method that should be exposed to IB. E.g.:

  def peelBananas(sender)
    # provide your optimized algorithm for peeling bananas
  end

On 11 jun 2011, at 21:46, Jakub Suder wrote:

> Hi,
> 
> is there any way to connect a control's action to a method defined in
> a MacRuby class in Xcode4? I can't see how could I do it - am I doing
> something wrong or is this a missing feature for now? (I don't even
> see any way to add the method to the list manually in IB...)
> 
> JS
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

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

Reply via email to