Search found 13 matches
- Sat Jun 14, 2025 12:20 pm
- Forum: Coding Questions
- Topic: Example program folder missing with 3.02 install
- Replies: 4
- Views: 1742
Re: Example program folder missing with 3.02 install
Thank you! ... Much appreciated!
- Thu Jun 12, 2025 6:11 pm
- Forum: Coding Questions
- Topic: Example program folder missing with 3.02 install
- Replies: 4
- Views: 1742
Example program folder missing with 3.02 install
Hello ...
Where can I download the folder with the example programs (.sb) inside? I thought this would be included with a fresh install of version 3.02 but mine is missing.
Thank you for the help!
Bruce
Where can I download the folder with the example programs (.sb) inside? I thought this would be included with a fresh install of version 3.02 but mine is missing.
Thank you for the help!
Bruce
- Fri Oct 21, 2016 6:20 pm
- Forum: Coding Questions
- Topic: how can i show image in Canvas ?
- Replies: 1
- Views: 2398
Re: how can i show image in Canvas ?
Check out the "2dDrawing" section from within the "help" menu selection. Look at the "StartDrawing" - "StopDrawing" - "DrawImage" commands. You can draw an image to a canvas but you can't draw a sprite to the canvas (I don't believe) You can only draw a sprite to a screen or a windowed screen. Hope ...
- Fri Oct 21, 2016 6:16 pm
- Forum: Feature Requests and Wishlists
- Topic: Background selection
- Replies: 2
- Views: 3149
Re: Background selction
Hi MrTAToad ... When you export your program with the "Copy SpiderBasic" libraries checked, it will create a folder for you called "spiderbasic". Inside that folder you will see another folder called "media". Inside there is an image "background.png". Just need to change that image to what you want ...
- Fri Apr 01, 2016 5:13 pm
- Forum: Coding Questions
- Topic: [SB 1.30 FINAL] Resize ImageGadget?
- Replies: 2
- Views: 2999
[SB 1.30 FINAL] Resize ImageGadget?
Howdy ... Does the resizing of gadgets work for image gadgets as well? Here is a short example and thanks for the help!
EnableExplicit
Enumeration
#WINDOW_ID
#IMAGE_ID
#GADGET_IMAGE_1
#GADGET_IMAGE_2
EndEnumeration
ExamineDesktops()
If OpenWindow(#WINDOW_ID,0,0,DesktopWidth(0),DesktopHeight ...
EnableExplicit
Enumeration
#WINDOW_ID
#IMAGE_ID
#GADGET_IMAGE_1
#GADGET_IMAGE_2
EndEnumeration
ExamineDesktops()
If OpenWindow(#WINDOW_ID,0,0,DesktopWidth(0),DesktopHeight ...
- Thu Dec 24, 2015 2:19 pm
- Forum: Coding Questions
- Topic: Version 1.10 x86 ... Can't connect to server & IDE crash
- Replies: 6
- Views: 6313
Re: Version 1.10 x86 ... Can't connect to server & IDE crash
Thank you Fred. I did copy an older version of sbmongoose.exe to the newer folder and now things are working. It looks like there are two different sized versions of sbmongoose.exe. The older one that comes with SpiderBasic 1.02 is 158k as opposed to the newer version one which is 174k.
Thanks ...
Thanks ...
- Wed Dec 23, 2015 9:26 pm
- Forum: Coding Questions
- Topic: Version 1.10 x86 ... Can't connect to server & IDE crash
- Replies: 6
- Views: 6313
Re: Version 1.10 x86 ... Can't connect to server & IDE crash
Thank you Peter for your suggestions but still not working on Windows XP. Tried downloading from Firefox browser as well as the Chrome browser but it's the same problem. I did download onto a Windows 7 computer and it is working there. So I guess it's just one of those things ... :D
Thanks Fred ...
Thanks Fred ...
- Tue Dec 22, 2015 4:47 pm
- Forum: Coding Questions
- Topic: Version 1.10 x86 ... Can't connect to server & IDE crash
- Replies: 6
- Views: 6313
Re: Version 1.10 x86 ... Can't connect to server & IDE crash
Here is an update following your suggestions. Temporarily disabled my antivirus (Avast) and tried compiling one of the example files again. According to the task manager, "sbcompiler.exe" is running but the "sbmongoose.exe" is not shown. I navigated to the "compilers" folder and tried manually ...
- Mon Dec 21, 2015 7:05 pm
- Forum: Coding Questions
- Topic: Version 1.10 x86 ... Can't connect to server & IDE crash
- Replies: 6
- Views: 6313
Version 1.10 x86 ... Can't connect to server & IDE crash
System Specs: Windows XP Service Pack 3 x86 (I know, I know it's very outdated)
Default Browser: Firefox 43.0.1 (Most recent)
Hello ... Just recently downloaded and extracted the 1.10 version. When I try to compile any of the examples, I get the following message in my browser window:
"Can't ...
Default Browser: Firefox 43.0.1 (Most recent)
Hello ... Just recently downloaded and extracted the 1.10 version. When I try to compile any of the examples, I get the following message in my browser window:
"Can't ...
- Mon Dec 07, 2015 4:13 pm
- Forum: General Discussion
- Topic: Some Questions to Fred
- Replies: 11
- Views: 13831
Re: Some Questions to Fred
Hi Fred ... Curious as to why you don't think Spider Basic should be used to create websites? Is there a disadvantage in doing so? Thanks!