LitDev,
Any idea of why this doesn't work with imagelist.loadimage, but it does work with ldbasic.loadimage?
LDBasic.FixFlickr()
pic=Flickr.GetRandomPicture("Mountain")
'pic=Flickr.getpictureofmoment()
'image=LDBasic.LoadImage(pic)
image=imagelist.LoadImage(pic)
GraphicsWindow.DrawresizedImage(image,0,0,GraphicsWindow.width,graphicswindow.height)
Even if I put in ldbasic.setssl() it doesn't work. So, it should have the right SSL, but still doesn't work. What could be the difference in those 2 commands?
Any idea of why this doesn't work with imagelist.loadimage, but it does work with ldbasic.loadimage?
LDBasic.FixFlickr()
pic=Flickr.GetRandomPicture("Mountain")
'pic=Flickr.getpictureofmoment()
'image=LDBasic.LoadImage(pic)
image=imagelist.LoadImage(pic)
GraphicsWindow.DrawresizedImage(image,0,0,GraphicsWindow.width,graphicswindow.height)
Even if I put in ldbasic.setssl() it doesn't work. So, it should have the right SSL, but still doesn't work. What could be the difference in those 2 commands?