I try
super(nil, :title => title, :size => [700, 525])
@window = Window.new(self, -1)
@window.set_background_colour(WHITE)
@window.set_size(700,525)
@window.resizable(false)
resizable is not fuction declare. can I make it in other way?
--
Posted via http://www.ruby-forum.com/.