How to get view's window?
How to get view's window?
- Subject: How to get view's window?
- From: Michael Wu <email@hidden>
- Date: Mon, 14 Aug 2006 21:23:03 -0400
I am using xCode 2.4 and PPC tried to use the sample installer plugin
from xCode 2.4 to access the Installer window from contentView by using:
NSWindow *myWin = [[self contentView] window]; or
NSWindow *myWin = [contentView windw]; or
NSWindow *myWin = [[[self contentView] superview] window];
It does not get any window on 10.4.7.
The reason to get the window so that I can use:
beginSheetForDirectory call.
This works when I was at WWDC06.
Any suggestions?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden