Re: IKSlideshow reloadData should reload, yes?

2009-09-10 Thread Adam Knight
Is there a better forum to ask this question? I filed a bug report months ago and have heard nothing on that, either (as usual, which is rather depressing overall). On Aug 31, 2009, at 4:50 PM, Adam Knight wrote: I'm using IKSlideshow to display images that I'm fetching from a server

IKSlideshow reloadData should reload, yes?

2009-08-31 Thread Adam Knight
I'm using IKSlideshow to display images that I'm fetching from a server in the background. There is a thumbnail and a full-size version of each image. When IKSlideshow asks for an item at an index, if the full-size image is there, I give it the path to that cache file. If it is not

Re: NSReponder chain and controllers

2008-06-19 Thread Adam Knight
send it to its next responder if it doesn't make sense at the moment, like cancel: without an operation running). Adam Knight Every man is guilty of all the good he didn't do. -- Voltaire On Jun 19, 2008, at 1:20 PM, Robert Douglas wrote: My code is getting ugly so I suspect I'm doing