07-08-2024, 06:31 PM
Mmm, no idea - the following works for me.
I would try:
1] Close SB-Prime
2] Delete LDBasic from lib
3] Start SB-Prime
4] Use EM to reinstall LDBasic
5] Check it appears in lib folder
6] To be certain, restart SB-Prime
7] Test with my code above
8] Test with standard SB IDE
9] If this fails then temporarily move all other extension out of lib, leave the required Microsoft.* ones
Code:
LDBasic.FixFlickr()
imgURL = Flickr.GetPictureOfMoment()
image = LDBasic.LoadImage(imgURL)
GraphicsWindow.DrawImage(image,0,0)
I would try:
1] Close SB-Prime
2] Delete LDBasic from lib
3] Start SB-Prime
4] Use EM to reinstall LDBasic
5] Check it appears in lib folder
6] To be certain, restart SB-Prime
7] Test with my code above
8] Test with standard SB IDE
9] If this fails then temporarily move all other extension out of lib, leave the required Microsoft.* ones