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!


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 847
» Latest member: Jamesbruri
» Forum threads: 224
» Forum posts: 2,286

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 45 Guest(s)
Bing, Applebot

Latest Threads
Example Program
Forum: Extensions
Last Post: martmen
03-13-2026, 04:15 PM
» Replies: 0
» Views: 31
BASIC Jam 7 is in progres...
Forum: Discussion
Last Post: eddylo
03-11-2026, 12:40 AM
» Replies: 3
» Views: 118
LitDev extension
Forum: Extensions
Last Post: martmen
02-24-2026, 07:20 AM
» Replies: 2
» Views: 168
Button with icons
Forum: Extensions
Last Post: martmen
02-09-2026, 06:33 PM
» Replies: 6
» Views: 290
How to think correctly?
Forum: Discussion
Last Post: litdev
02-06-2026, 04:20 PM
» Replies: 47
» Views: 17,257
Draw sample
Forum: Extensions
Last Post: martmen
01-29-2026, 06:51 PM
» Replies: 13
» Views: 663
Drawing
Forum: Extensions
Last Post: AbsoluteBeginner
01-29-2026, 10:53 AM
» Replies: 1
» Views: 182
ZScript
Forum: Discussion
Last Post: z-s
01-22-2026, 03:31 AM
» Replies: 0
» Views: 140
I think that no more Smal...
Forum: Discussion
Last Post: eddylo
01-20-2026, 11:02 PM
» Replies: 0
» Views: 118
Small Basic Coder-A New G...
Forum: Discussion
Last Post: AbsoluteBeginner
01-17-2026, 07:57 PM
» Replies: 1
» Views: 512

 
  Download extensions using SB-Prime
Posted by: Yumda - 10-01-2023, 02:05 AM - Forum: Extensions - Replies (9)

Hi Litdev:

Tried to run the extension manager, but stuck at downloading database screen... I gave the program full control etc... but still not working.. any thoughts?

Print this item

  Where can I download...
Posted by: litdev - 09-30-2023, 10:49 AM - Forum: Discussion - No Replies

All downloads for anything I have created for Small Basic; from LitDev extension, SB-Prime IDE, previous versions of Small Basic, samples, guides, API documentation, useful links etc can be found on my website  https://litdev.uk.

I try not to create direct links from other places since these can break, but everything on this website is maintained.

Print this item

  One more option to help people.
Posted by: AbsoluteBeginner - 09-25-2023, 11:53 AM - Forum: Discussion - Replies (13)

(translated by DeepL translator)

I know that a very big barrier to learning programming is the language people use to write program code.
If English is not a person's native language, then the person has to create an algorithm in their native language and then rewrite it in English into program code.

But, it is possible to create a utility that makes it possible to assign any sequence of characters of a person's native language to another sequence of English characters, as the #gefine directive does.

Writing a program in your native language is a pleasure that is much greater than creating code using obscure symbols.  Smile

What do you think about that ?

Print this item

  LitDev Version 1.2.25.0
Posted by: litdev - 09-20-2023, 05:44 PM - Forum: Extensions - Replies (1)

Version 1.2.25.0 of LitDev extension uploaded.

Print this item

  sVB version of LitDev extension
Posted by: litdev - 09-15-2023, 01:29 PM - Forum: Extensions - Replies (4)

I compiled a version of LitDev extension for use with sVB version of Small Basic (v2.8.6.7).  Not every feature tested, but mostly works well.

sVB is a clone of the original SB IDE (Integrated Development Environment), with some fixes, new features and form editor.  It remains fairly basic and faithful to the original SB ethos.

You can get sVB here and the LitDev extension from my website using the download link highlighted in the image below.

   

Here are a couple samples for it PXLC585.000 ZXMQ129.000.  They also run in standard SB and SB-Prime IDEs (with v1.2.25.0 LitDev extension).

Print this item

  Small Basic AI Championship
Posted by: AbsoluteBeginner - 09-13-2023, 06:24 PM - Forum: Discussion - Replies (180)

(translated by DeepL translator)

Hi everyone who loves Small Basic and programming.
Please tell me if you would be interested in watching competitions of Small Artificial Intelligences that are created by Small Basics enthusiasts using Small Basics ?

Thank you.  Smile

Print this item

  LDUtilities.Version() function
Posted by: Scout - 09-10-2023, 08:40 PM - Forum: Extensions - Replies (6)

I downloaded the latest version 1.24 and the beta version 1.25 and copied each into the LIB directory.
The file attribute also shows these versions.
However, the LDUtilities.Version() function always runs to error 403 and shows version 1.23.
The extension manager cannot download the database.
Maybe the old URL is still accessed here?

Print this item

  Do we need a new SB Q&A forum?
Posted by: litdev - 09-10-2023, 04:41 PM - Forum: Discussion - Replies (2)

I've been doing a bit of looking and see that MS Q&A is still active with Small Basic questions, so not sure if this forum is needed.

The MS Q&A somewhat suffers from Small and Basic questions that have nothing to do with Small Basic programming, so there may be benefit from this dedicated forum.

Anyway, I will leave the forum here and if there is interest it may grow.

Print this item

  Get LitDev Extension
Posted by: litdev - 09-09-2023, 04:26 PM - Forum: Extensions - Replies (2)

You can get the LitDev extension from https://litdev.uk/#Extensions, with installation instructions https://litdev.uk/#Usage.

There is plenty of documentation and other utilities, all on https://litdev.uk.

This forum is the best place to ask any questions on this Small Basic extension.

Print this item

  Challenge 1 - TextWindow login
Posted by: litdev - 09-04-2023, 09:18 AM - Forum: Challenges - Replies (1)

Write a TextWindow login program.

It should have options to:

  • create and account and set a password
  • login using existing account and password (checking the password)

To extend the program you could:
  • have a reset password option
  • save the passwords so that the program can be rerun
  • consider how to 'encrypt' the passwords
  • write a GraphicsWindow version

Print this item