Re: [MacRuby-devel] Focus window from second XIB
1 Mar
2011
1 Mar
'11
10:31 p.m.
Turns out that it works if I hook the window outlet to File's Owner instead of the Preferences Controller delegate. (The amount of at first sight reasonnable ways to do things can be confusing at times.) Thanks for your hints! -sven
1 Mar
1 Mar
10:41 p.m.
New subject: Focus window from second XIB
On Mar 1, 2011, at 3:31 PM, Sven Schwyn wrote:
Turns out that it works if I hook the window outlet to File's Owner instead of the Preferences Controller delegate. (The amount of at first sight reasonnable ways to do things can be confusing at times.)
If the file's owner is the controller, you should not be adding a controller object to the nib, because then you will wind up with two of them. -- Scott Ribe scott_ribe@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice
5367
Age (days ago)
5367
Last active (days ago)
1 comments
2 participants
participants (2)
-
Scott Ribe
-
Sven Schwyn