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:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small Basic Only Extension
#12
litdev,

I got it. The first time I looked I didn't see it.

Here is first program for flickr

LDBasic.FixFlickr()
file=Flickr.GetPictureOfMoment()
image=LDBasic.LoadImage(file)
GraphicsWindow.DrawImage(image,0,0)

This works, but I am wondering if it is possible to have the LDbasic.FixFlickr() command hidden. Like the extension just does it each time it is loaded. And maybe do the same with LDBasic.loadimage(). Or maybe there is a way to get the image loaded and be able to use the standard imagelist.loadimage() command.

JR

LitDev,

Here is a problem list for level 1.2 that I found on the Wiki. It does mention the tls issue. I think it was posted by Nonki.

https://social.technet.microsoft.com/wik...-host.aspx

Here is another one that I posted about 1.2 issues. Never got fixed though.

https://social.msdn.microsoft.com/Forums...smallbasic

Here is one that I got to work just using the regular imagelist.loadimage command which I thought didn't work.


size=LDBasic.DownloadFile("c:\temp\soccer.jpg","https://cdn.wallpapersafari.com/3/7/SFe72B.jpg")
TextWindow.WriteLine(size)
image=ImageList.loadimage("c:\temp\soccer.jpg")
GraphicsWindow.DrawresizedImage(image,0,0,500,400)

JR
[-] The following 1 user Likes jrmrhrb00's post:
  â€˘ litdev
Reply


Messages In This Thread
Small Basic Only Extension - by jrmrhrb00 - 11-02-2023, 06:09 PM
RE: Small Basic Only Extension - by litdev - 11-03-2023, 07:39 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-04-2023, 02:00 PM
RE: Small Basic Only Extension - by litdev - 11-05-2023, 02:49 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-05-2023, 03:42 PM
RE: Small Basic Only Extension - by litdev - 11-05-2023, 08:58 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-06-2023, 01:13 AM
RE: Small Basic Only Extension - by litdev - 11-06-2023, 09:13 AM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-06-2023, 02:04 PM
RE: Small Basic Only Extension - by litdev - 11-06-2023, 03:15 PM
RE: Small Basic Only Extension - by Scout - 11-06-2023, 03:17 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-06-2023, 03:39 PM
RE: Small Basic Only Extension - by litdev - 11-06-2023, 06:32 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-06-2023, 08:21 PM
RE: Small Basic Only Extension - by litdev - 11-06-2023, 09:11 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-06-2023, 09:42 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-07-2023, 02:32 PM
RE: Small Basic Only Extension - by litdev - 11-07-2023, 05:49 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-07-2023, 06:35 PM
RE: Small Basic Only Extension - by litdev - 11-07-2023, 10:32 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-07-2023, 11:00 PM
RE: Small Basic Only Extension - by litdev - 11-08-2023, 12:07 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-08-2023, 03:00 PM
RE: Small Basic Only Extension - by litdev - 11-08-2023, 08:10 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-08-2023, 08:44 PM
RE: Small Basic Only Extension - by WhTurner - 11-09-2023, 01:13 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 11-10-2023, 04:37 PM
RE: Small Basic Only Extension - by litdev - 11-10-2023, 07:31 PM
RE: Small Basic Only Extension - by jrmrhrb00 - 12-19-2023, 02:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)