From: <hi...@us...> - 2007-02-08 02:30:29
|
Revision: 1529 http://svn.sourceforge.net/rubycocoa/?rev=1529&view=rev Author: hisa Date: 2007-02-07 18:30:15 -0800 (Wed, 07 Feb 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_bundle_support.rb, sample/VPRubyPluginEnabler/vpr_init.rb, sample/RubyAnywhere/ruby_anywhere_init.rb: implement the init_bundle_for_class. usage example: OSX.init_bundle_for_class(A_PRINCIPLE_CLASS) do # running ruby program in the bundle context require 'MyController' obj = MyController.alloc.init OSX::NSBundle.loadNibNamed_owner('MyUI.nib', obj) end Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/bundle-support/src/sample/RubyAnywhere/README branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/vpr_init.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |