Re: A problem of NSImageView
Re: A problem of NSImageView
- Subject: Re: A problem of NSImageView
- From: "Bus Mini" <email@hidden>
- Date: Fri, 7 Jul 2006 23:23:55 +0800
Could someone give me a hint? Thanks very much.
On 7/6/06, Bus Mini <email@hidden> wrote:
Hi everyone,
I have run into a problem, it seems very unreasonble. I have such code:
NSImageView *imageView;
for(i=0;i<10;++i)
{
recevie(image);//if no data for image, this function will be blocked.
[imageView setimage:image];
}
it is very strang that the first time I call [imageView setimage:image]; it
make no use, and so is the second thime,the 3rd, the 4th..., until the last
time I call [imageView setimage:image];then it set the image to image view.
I tried to put [imageView setimage:image]; into another function, then I
call that function, it make no use either.
How can this happen? And how can I solve this problem?
Thanks for reading my e-mail, your advice is very important to me.
--
Yours sincerely
Mini Bus.
--
Yours sincerely
Mini Bus.
_______________________________________________
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