I like the easy to understand, simple callbacks, just "Btn_click()" or "Win_Exit()" and done. Everybody can instantly see & read what happens there and there's not much about to learn how to check for a callback, no unreadable long subs with a couple of nested "Select Case"'s nor dozens of abbreviated cbcdhndls, cbntfctrl and cbmsgrcmsg which only the developer of the language understands.
On the other side I don't understand why it's that way:
win = WINDOW()
SETPROPERTY(win, "TITLE=\"SBx Buttons\", SIZE=300x")
and not just that:
win = WINDOW("TITLE=\"SBx Buttons\", SIZE=300x")
And questions:
Does scriptbasic include any 3d-lib?
Will it run on 64Bit WIndows 8 also?
Bookmarks