On Jun 8, 2010, at 8:41 AM, Matej Bukovinski <[email protected]> wrote:

Thanks for the suggestion Steve.

Unfortunately this causes the background to turn black and not transparent. I would need the view to become transparent (so the WebView underneath is visible).

You can't do this. All your bees are composited back-to-front into the window's backing store, so filling with anything will obliterate your web view's drawing.

What you need to do is draw the correct stuff in -drawRect:, and invalidate the proper regions using -setNeedsDisplayInRect: in response to changes in your web view.

--Kyle Sluder
(Sent from the line for Pacific Heights at WWDC)
_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to