• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to get documentView in a WebView?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to get documentView in a WebView?


  • Subject: How to get documentView in a WebView?
  • From: Tristan Jehan <email@hidden>
  • Date: Tue, 11 Apr 2006 13:19:32 -0400

Sorry for asking this basic question again. But I still don't understand why the second line returns (null):

- (void) awakeFromNib
{
	NSLog(@"%@", [[webView mainFrame] frameView]);
	NSLog(@"%@", [[[webView mainFrame] frameView] documentView]);
}

Isn't there a default document view in my WebView?
Thanks for any hints.

Tristan
_______________________________________________
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


  • Follow-Ups:
    • Re: How to get documentView in a WebView?
      • From: Robert Walker <email@hidden>
  • Prev by Date: Re: Cocoa Dock Manager Functions
  • Next by Date: Cocoaheads Lake Forest meeting tonight
  • Previous by thread: Re: Cocoa Dock Manager Functions
  • Next by thread: Re: How to get documentView in a WebView?
  • Index(es):
    • Date
    • Thread