As you say "Initialize" is different from "initialize"
so I have the the constructor:

 def initialize
 graphics = GraphicsDeviceManager.new self
 super
 end

witch works
and then i have the Initialize procedure

 def Initialize
 super
 end

witch manages the actual 3d viewport, it is called every time the 3d 
viewport needs reinitialization(like an ALT+TAB) when I try to run the 
script I get:
" wrong number or type of arguments for `Initialize' "
the thing is Initialize doesn't have any parameters, is it still being 
treated as a constructor?
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to