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 46 online users.
» 0 Member(s) | 45 Guest(s)
Applebot

Latest Threads
Example Program
Forum: Extensions
Last Post: martmen
03-13-2026, 04:15 PM
» Replies: 0
» Views: 26
BASIC Jam 7 is in progres...
Forum: Discussion
Last Post: eddylo
03-11-2026, 12:40 AM
» Replies: 3
» Views: 114
LitDev extension
Forum: Extensions
Last Post: martmen
02-24-2026, 07:20 AM
» Replies: 2
» Views: 167
Button with icons
Forum: Extensions
Last Post: martmen
02-09-2026, 06:33 PM
» Replies: 6
» Views: 288
How to think correctly?
Forum: Discussion
Last Post: litdev
02-06-2026, 04:20 PM
» Replies: 47
» Views: 17,206
Draw sample
Forum: Extensions
Last Post: martmen
01-29-2026, 06:51 PM
» Replies: 13
» Views: 626
Drawing
Forum: Extensions
Last Post: AbsoluteBeginner
01-29-2026, 10:53 AM
» Replies: 1
» Views: 178
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

 
  ZS DIALOG ERROR
Posted by: martmen - 05-19-2025, 10:03 PM - Forum: Extensions - Replies (4)

Hallo ZS,
Ich habe ZSDialog.ShowColorDialog() mit HWHS868.000 getestet. Warum wird das Dialogfeld hinter dem Fenster angezeigt? Können Sie den Dialog in den Vordergrund bringen? Tritt dieses Problem bei allen Dialogfeldern auf?
Alles Gute
Martin
P.S. Gebe ich den Text in englisch ein, wird er sofort ins deutsche übersetzt

Print this item

Wink Guys!
Posted by: sm4llprogrammer2008 - 05-17-2025, 01:02 AM - Forum: Discussion - Replies (1)

Finally, you can make an actual modern browser on Small Basic 1.2.
I'm planning an extension called WV2.sb, written on VB.NET.
Since the always WebBrowser control was Internet Explorer-based and has security issues, I'm planning to use WebView2: the one that uses Chrome's rendering engine, Blink (a fork of Apple's WebKit)

Print this item

  The OpenSB Project - reusable Small Basic code
Posted by: sm4llprogrammer2008 - 05-17-2025, 12:58 AM - Forum: Discussion - Replies (8)

OpenSB.
Freedom. For. Beginners
I'm aiming for a project where any SB programmer, even beginners, can share snippets that each other can use.
But honestly, to address copyright problems, add this line before reusing a snippet (replace [username] w/ the username of the creator of the snippet):

Code:
'This code was shared and copied from [username]. Brought from OpenSB.

OpenSB project

Print this item

  Multi Language GUI
Posted by: martmen - 05-15-2025, 05:51 PM - Forum: Extensions - Replies (3)

Hallo zusammen,

ich habe mit der Erweiterung von LitDev eine GUI erstellt, die in unterschiedlichen Sprachen funktioniert. Der Schlüssel für das Programm zum importieren ist HDPV317.000
Der Benutzer ist "Admin" und das Passwort ist "Welcome#2025".
Beim ersten Start wird eine SQLite Datenbank im selben Verzeichnis angelegt, indem das Programm gespeichert ist.
Es wird ein privater und ein öffentlicher Schlüssel erzeugt, die in der Datenbank gespeichert werden.
Der Benutzer Admin und das Passwort wird in der Datenbank gespeichert. Das Passwort wird verschlüsselt gespeichert, damit man es nicht einfach ausgelesen werden kann.
Versuche es in Deiner Sprache.

Viel Spaß beim Ausprobieren
M[Anhang=166][Anhang=166]Artin

Hinweis:
Es wird die aktuelle Beta Version der LitDev Erweiterung benötigt.



Attached Files Thumbnail(s)
   
Print this item

  Few questions
Posted by: sm4llprogrammer2008 - 05-13-2025, 10:21 PM - Forum: Standard Small Basic - Replies (1)

1. Can we share our own extensions in the "Extensions" thread?
2. Can we share pre-compiled binaries of our SB programs?
3. Can we share OneDrive links to zipped SB projects incase they need more files to depend on?
4. Will there be a "Porting to Small Basic" thread? Because I'm doing an effort to find a way to port JavaScript to Small Basic and vice-versa.
5. Can we have a "Small Basic HTTP Testing" thread? I'm testing HTTP communications between Small Basic and a Python http.server.

Print this item

  Another question.
Posted by: sm4llprogrammer2008 - 05-12-2025, 11:06 PM - Forum: Standard Small Basic - Replies (1)

Can we share sVB programs? I have sVB 3.5.5.7 installed.

Print this item

Lightbulb Markup Lang for Small Basic GraphicsWindow
Posted by: sm4llprogrammer2008 - 05-12-2025, 06:23 PM - Forum: Discussion - No Replies

I've announced IXML (Interactive XML), a markup language to simplify shape editing for SB-Prime and Small Basic.
I'm building the parser with LDxml, and I'm feeling motivated for it.
I'm making some nodes for the language + a documentation too.
It can definitely simplify graphics development with Small Basic!

Print this item

Rainbow Small Basic key tester (w/ no extensions)
Posted by: sm4llprogrammer2008 - 05-12-2025, 12:25 AM - Forum: Standard Small Basic - No Replies

Easy!
This key tester program actually worked! (works in v1.3 and even v1.2)
It also respected the dynamic Y pos thing I tried. So Small Basic even accepts math... I'm thinking of a calculator now.
No dependencies.
ID: HSKG394.000
Link: https://smallbasic.com/program/?HSKG394.000

Code:
GraphicsWindow.Title = "Key Test"
GraphicsWindow.KeyDown = Onkey
y = 0

Sub Onkey
  l = GraphicsWindow.LastKey
  GraphicsWindow.DrawText(0,y,l)
  y = y + 10
EndSub

Print this item

  Show ZPHB733.000 LDControlePassword
Posted by: martmen - 05-11-2025, 05:45 AM - Forum: Extensions - Replies (5)

ZPHB733.000


Wenn sich ein anderer Benutzer anmeldet, ist das Passwort des vorherigen Benutzers weiterhin vorhanden. Dies verhindert einen ordnungsgemäßen Benutzerwechsel. Mir fehlt ein LDControl.ClearPassword.

Print this item

  LDTextEditor Extension - Feature Request & Bug Reporting.
Posted by: flubrix42 - 05-10-2025, 08:22 PM - Forum: Extensions - Replies (2)

Hallo zusammen,
ich nutze aktuell die LDTextEditor Extension und bin wirklich begeistert von den Möglichkeiten. Allerdings sind mir ein paar Dinge aufgefallen, die verbessert werden könnten.
* **Feature Request:** Eine Funktion zum direkten Speichern als UTF-8 wäre super. Im Moment muss ich das immer extern machen, was etwas umständlich ist.
* **Bug Reporting:** Bei sehr großen Textdateien (über 1 MB) kommt es manchmal zu Verzögerungen beim Scrollen. Könnte man das optimieren?
* **Weitere Vorschläge:** Wäre es möglich, eine Syntaxhervorhebung für bestimmte Sprachen (z.B. Small Basic) zu integrieren?
Ich würde mich freuen, wenn diese Punkte in zukünftigen Versionen berücksichtigt werden könnten. Vielen Dank für die tolle Arbeit an der Extension!
Viele Grüße
[Dein Benutzername]

Print this item