Re: Cocoa window initially hidden in IB?
Re: Cocoa window initially hidden in IB?
- Subject: Re: Cocoa window initially hidden in IB?
- From: "a.d. jensen" <email@hidden>
- Date: Thu, 27 Oct 2005 11:07:43 -0500
On Oct 27, 2005, at 10:53 AM, Yann Bizeul wrote:
- (void)awakeFromNib
{
// Do prepare and load your webview here
[[NSNotificationCenter defaultCenter]addObserver: self
selector: @selector
(webViewDidLoad:)
name:
WebViewProgressFinishedNotification
object: myWebView];
}
Thanks for the idea. However, if I put a breakpoint in on the
[[NSNotificationCentre... line there, I can see the window already
visible in the background, so the window construction and display is
already complete at this point.
dale
--
email@hidden http://adjensen.aatrix.com
Only a fool turns away from an angel,
Vision in white steps through the door,
Holds out her hand, I say 'No I'm not ready'
I open my eyes and let the dream fade away.
-- echolyn, "on any given nite"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden