FROM : Karl von Moller
DATE : Tue May 06 15:25:34 2008
I think you are right. It is the PDF loading that appears to be
causing the crashing. I think your guess on the previous call to the
Thread completing when a new PDF should load is absolutely the
problem. Trouble is I really don't know how to implement the Unique ID
system you speak of. I might have to do some serious reading before
advancing much from here. Any suggested reading or example code I
could look at?
Many thanks.
Karl
On 06/05/2008, at 10:00 PM, Michael Vannorsdel wrote:
> I'm guessing clicking table items causes a different PDF to be
> displayed. If so I suspect when you click through them quickly
> what's happening is a previous call to your thread is completing
> when a new PDF is supposed to be displayed and you'll need a way to
> cancel the loading of the previous request when a new one is
> needed. This could be done by giving each request a unique ID and
> having the PDF view discard (or cache off screen for later) replies
> for abandoned requests.
DATE : Tue May 06 15:25:34 2008
I think you are right. It is the PDF loading that appears to be
causing the crashing. I think your guess on the previous call to the
Thread completing when a new PDF should load is absolutely the
problem. Trouble is I really don't know how to implement the Unique ID
system you speak of. I might have to do some serious reading before
advancing much from here. Any suggested reading or example code I
could look at?
Many thanks.
Karl
On 06/05/2008, at 10:00 PM, Michael Vannorsdel wrote:
> I'm guessing clicking table items causes a different PDF to be
> displayed. If so I suspect when you click through them quickly
> what's happening is a previous call to your thread is completing
> when a new PDF is supposed to be displayed and you'll need a way to
> cancel the loading of the previous request when a new one is
> needed. This could be done by giving each request a unique ID and
> having the PDF view discard (or cache off screen for later) replies
> for abandoned requests.
| Related mails | Author | Date |
|---|---|---|
| Karl von Moller | May 6, 04:17 | |
| John Calhoun | May 6, 04:35 | |
| Michael Vannorsdel | May 6, 06:28 | |
| Karl von Moller | May 6, 06:46 | |
| Michael Vannorsdel | May 6, 07:12 | |
| Karl von Moller | May 6, 08:07 | |
| Michael Vannorsdel | May 6, 12:19 | |
| Karl von Moller | May 6, 13:04 | |
| Michael Vannorsdel | May 6, 13:10 | |
| Karl von Moller | May 6, 13:19 | |
| Michael Vannorsdel | May 6, 14:00 | |
| Karl von Moller | May 6, 15:25 | |
| Michael Vannorsdel | May 6, 16:52 | |
| Michael Ash | May 6, 18:34 | |
| Chris Hanson | May 8, 07:26 | |
| Michael Vannorsdel | May 8, 08:20 | |
| Chris Hanson | May 8, 08:45 | |
| Michael Vannorsdel | May 8, 09:16 | |
| Scott Ribe | May 8, 17:33 | |
| Michael Vannorsdel | May 9, 04:49 | |
| Timothy Reaves | May 9, 17:49 |






Cocoa mail archive

