[MacRuby] #331: Extending an existing ObjC class: outlets and actions are not visible in IB
#331: Extending an existing ObjC class: outlets and actions are not visible in IB ------------------------+--------------------------------------------------- Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- {{{ # foo.rb class Foo # defined in ObjC also attr_accessor bar1 def bar2(sender) puts "bar2" end end }}} neither bar1 nor bar2 are visible in Interface Builder! The output of {{{ /Developer/usr/bin/rb_nibtool -f /path/to/foo.rb }}} is OK. -- Ticket URL: <http://www.macruby.org/trac/ticket/331> MacRuby <http://macruby.org/>
#331: Extending an existing ObjC class: outlets and actions are not visible in IB ------------------------+--------------------------------------------------- Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- Comment(by dev@…): PS: If I run in IB the "Menu > File > Reload all Class Files"-command, bar1 and bar2 become visible, but all the outlets to ObjC are gone. Obvisiously there can only be one language set active. -- Ticket URL: <http://www.macruby.org/trac/ticket/331#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby