Re: Overlay over webView
Re: Overlay over webView
- Subject: Re: Overlay over webView
- From: "I. Savant" <email@hidden>
- Date: Tue, 14 Aug 2007 09:28:29 -0400
> 1)Subclass the webView (ick)
Unnecessary and ... possibly 'ouch' (I've not looked at the source,
but still ...).
> 2)Create a transparent window above the webView while the page is
> loading
Far better idea.
> Is there a way to tie the windows together (similar to a sheet)?
If you want immediate, real-time updates, I'd subclass NSWindow and
override -setFrame... methods to taste. When those are called, notify
your overlay view and then call super.
Remember you'll need to set your window to use your subclass.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden