As far as I know CallSubDelayed should start the target module. In my case it doesn't. Does using callsubdelayed behaves differently when used inside a service?
If IsPaused(activity)=true Then
CallSubDelayed2(activity, "param", "value")
End If
Hello,
Im using that kind of script to download images from a website, with the standard ImageDownloader service :
links.Initialize
links.Put(IvMark, ImgUrl)
CallSubDelayed2(ImageDownloader, "Download", links)
it works great but unfortunately, some times the image dont always exists...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.