Re: Refresh
Re: Refresh
- Subject: Re: Refresh
- From: Guy English <email@hidden>
- Date: Thu, 10 Feb 2005 16:35:21 -0500
On Thu, 10 Feb 2005 22:25:27 +0100, Joe Maffia <email@hidden> wrote:
> any other suggest for me?
Yeah a few:
Make a thread and poll the machine you're getting your screen shot
from from that thread. Once the download is complete send a message to
the main thread with the new image in it and then the view can update
it self with the new image. You can sleep in the secondary thread for
a bit to control how fast you pull screens from the other machine.
Or ... have the machine you're taking screen shots from send you
periodic updates. Handle these in a thread if you'd like. Once the
other machine sends you a new pick, update your view.
and ... please don't include 12K images as signatures. :)
Hope that helps a little,
Guy
_______________________________________________
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
References: | |
| >Refresh (From: Joe Maffia <email@hidden>) |
| >Re: Refresh (From: Todd Yandell <email@hidden>) |
| >Re: Refresh (From: Joe Maffia <email@hidden>) |