[MacRuby-devel] Problem with a window controller

2012-11-29 Thread david kramf
Hi, In the copied below code only the awakeFromNib is executed . Can someone explain me what do I do wrong ? Window is displayed and I expected all other methods to be called. Thanks, David class MyController < NSWindowController attr_accessor :window def awakeFromNib @w

[MacRuby-devel] windows contrĂ´ler issue

2012-11-29 Thread david kramf
Hi, In MyController (copied below) the awakeFromNib is called but the other methods are not . Can someone explain me what the problem is ? Thanks, David class MyController < NSWindowController attr_accessor :window def awakeFromNib @window.delegate = self puts " at en