10-11-2023, 09:37 PM
After trying a couple things I am no wiser, so added a method that does the file download stuff behind the scenes.
This is in current Beta version 1.2.26.0, the image is put in the main Imagelist.
Code:
LDNetwork.SetSSL()
flickr = LDUtilities.FixFlickr()
imageURL = Flickr.GetRandomPicture("Car")
image = LDImage.LoadImage(imageURL)
GraphicsWindow.DrawResizedImage(image,0,0,GraphicsWindow.Width,GraphicsWindow.Height)
This is in current Beta version 1.2.26.0, the image is put in the main Imagelist.