Re: Displaying jpeg images (from HD)
Re: Displaying jpeg images (from HD)
- Subject: Re: Displaying jpeg images (from HD)
- From: "Giovanni A. D." <email@hidden>
- Date: Sun, 10 Jun 2001 10:16:03 +0200
Hello,
i've read the "Displaying jpeg images" message and i've a question.
First of all i want to say that i'm a beginner in cocoa and my english
isn't perfect, sorry :P
My question is : do you have a sample code that explain how to load
a picture from the hard disk using a NSOpenPanel (<- i hope that's right :
) ?
Thank you!
Bye,
Giovanni
Sabato, giugno 9, 2001, alle 08:11 , email@hidden ha scritto:
Hello,
I'm trying to write a program which fetches a jpeg off a web page and
displays it. I made a window with an NSImageView connected to an outlet
called MyImage, and a button which sends a message -refreshImage:
whenever it's clicked. Then I wrote the following code:
[...]