We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flickr
#4
After trying a couple things I am no wiser, so added a method that does the file download stuff behind the scenes.

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.
[-] The following 1 user Likes litdev's post:
  • jrmrhrb00
Reply


Messages In This Thread
Flickr - by litdev - 09-02-2023, 07:33 PM
RE: Flickr - by jrmrhrb00 - 10-11-2023, 06:58 PM
RE: Flickr - by litdev - 10-11-2023, 09:05 PM
RE: Flickr - by litdev - 10-11-2023, 09:37 PM
RE: Flickr - by jrmrhrb00 - 10-12-2023, 07:49 PM
RE: Flickr - by litdev - 10-12-2023, 08:09 PM
RE: Flickr - by jrmrhrb00 - 10-12-2023, 09:56 PM
RE: Flickr - by litdev - 10-12-2023, 10:10 PM
RE: Flickr - by jrmrhrb00 - 10-12-2023, 10:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)