[Flashr] only one request at a time?
H. S.
docstorm at gmail.com
Wed Aug 30 13:19:54 EDT 2006
Yoi,
sounds good.
Cheers.
Holger
On 30 Aug 2006, at 18:38, Kelvin Luck wrote:
> H. S. wrote:
>> Unfortunately I get only a single onPhotosGetSizes (for
>> ResultsSet.photos[0]) and the others keep missing out
>>
>
> Hi,
>
> The problem is because Flashr 0.4 didn't include a queue and would
> only
> accept one request at a time. So using 0.4 it is your
> responsibility to
> only call one flickr api method at a time.
>
> If you initialise logging with these two lines:
>
> LogWrapper.getInstance().init();
> LogWrapper.getLog().addPublisher(new TracePublisher());
>
> At the start of your application you will see useful errors telling
> you
> when you have tried to call a method without waiting for the previous
> method to complete.
>
> However, my advice to you would be to forget about Flashr 0.4. I've
> been
> working on 0.5 today and am getting close to finally releasing it.
> It is
> a lot better than 0.4 so if you can wait for a while then you will be
> better off waiting until 0.5 is released and using that... I've
> just got
> to add in the new geo API methods and then it's pretty much good to
> go!
>
> Cheers,
>
> Kelvin
>
> _______________________________________________
> Flashr mailing list
> Flashr at osflash.org
> http://osflash.org/mailman/listinfo/flashr_osflash.org
More information about the Flashr
mailing list