callsubdelayed2

  1. N

    Android Question CallSubDelayed doesn't start activity

    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
  2. ALBRECHT

    Android Question CallSubdelayed2 + Imagedownloader + 404 not found

    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...
Top