• 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
Re: A problem of NSImageView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: A problem of NSImageView
      • From: Chris Hanson <email@hidden>
  • Prev by Date: Re: where have all the IVARS gone? (long time passing...)
  • Next by Date: Re: NSCell mouse tracking best practices.
  • Previous by thread: Combo Box in Table Question
  • Next by thread: Re: A problem of NSImageView
  • Index(es):
    • Date
    • Thread