Davide Antonino Vincenzo Micale

Results 3 comments of Davide Antonino Vincenzo Micale

The image is downloaded using the http function. It's an async call (look at the "then"), imageSource will contain the image loaded from the web when the line "imageSource.saveToFile(this.path, "png");"...

> Gotcha. Where do you set `this.path`? And I'm going off the exception export class MainTabsComponent implements OnInit { private filename: string = "profile2.png"; private path: string = fs.path.join(fs.knownFolders.documents().path, this.filename);...

I had a similar problem with the RadListView. The solution was call the RadListView function "refresh" inside the callback of resumeEvent