29 Nov
2012
29 Nov
'12
11:33 p.m.
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 end of awake from nib. title is #{@window.title}" end def windowWillLoad puts "window will be soon loaded" end def windowDidLoad puts "window loaded" end def windowTitleForDocumentDisplayName(displayName) "Hello World" end
4727
Age (days ago)
4727
Last active (days ago)
0 comments
1 participants
participants (1)
-
david kramf