Re: A problem of NSImageView
Re: A problem of NSImageView
- Subject: Re: A problem of NSImageView
- From: "Bus Mini" <email@hidden>
- Date: Mon, 10 Jul 2006 00:18:17 +0800
But if I add *[ImageView setImage:otherImage]* before *[ImageView
setImage:screenImage];* then I can see screenImage changed everytimes.
That is
-(void)workThread:(id)param
{
while(1)
{
[ImageView setImage:otherImage];
[self getImage];
[ImageView setImage:screenImage];
}
}
Then I see two iamges switching, and I can see the pixel in screenImage was
modified.
--
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