Re: Execute On-Load
Re: Execute On-Load
- Subject: Re: Execute On-Load
- From: "Colin O'Connor" <email@hidden>
- Date: Sun, 14 Nov 2004 14:35:25 -0500
You can implement the awakeFromNib: method, which is automatically called
when the nib is loaded. Or you can implement the delegate method
applicationDidFinishLaunching:. Check out the cocoa documentation for those
methods.
Colin
On 11/14/04 1:25 PM, "Chris Flanigan" <email@hidden> wrote:
> I am currently writing an application that has 8 WebView objects. I
> want each to get a specific image upon loading of the program.
>
> I know how to get the WebView object to display the image if the URL
> is in a textbox, and you press Enter.. and so on. What I'm wondering,
> is how I'd automatically have the WebView object load those images
> when the application is executed.
>
> Neither of my Cocoa books cover this. Google has been no help...
>
> Thanks in advance!
> _______________________________________________
> 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
>
>
_______________________________________________
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