Upgraded for OS2006.
Added form support:
BUTTON x1,x2,y1,y2, variable, caption [,type].
Optional type can be one of:
radio | checkbox | submit | label | calendar | file | font | color | choice.
TEXT [x1, x2, y1, y2, variable] | [alert]. DOFORM [x,y [,w,h]]
Modal syntax:
BUTTON ... DOFORM ...Modeless syntax:
DOFORM 'begin modeless form BUTTON .... DOFORM ... 'continue modeless loop (updates variables from fields)
Button and text command coordinates are logical grid coordinates. DOFORM coordinates are pixel values.
Can now embed escaped double quotes in strings.
open "SOCL:8080" as #1 ? "Connected." while (not eof(1)) lineinput #1, s print s wend close #1Then from another machine:
open "SOCL:192.168.1.64:8080" as #1 ? "Connected." print #1, "Hello other SmallBASIC instance :) ..." close #1
An interpreter for all Infocom games and other Z-machine games.
Fast Light Text reader for simple off-line web pages.
Experimental Java program which reads Glade XML output and produces C code for GTK/Hildon.
Provides the ability to port a GTK application to Hildon/Maemo and continue maintaining the user interface with Glade.
Distributed under the terms of the GPL v2.0 or later. Download the GNU Public License (GPL) from www.gnu.org |
© 2007-2008 Chris Warren-Smith.
![]() |
Last modified: Friday Feb 20 2008 |
![]() |