Well, if you upgraded to ks7 or later, you would have access to text adventure games (z5 or z8 files). You could use Inform, the programming language for these games, to write programs, but there is not much support for math or object oriented programs, so it is hard to say how far you would get. JS is the best thing I have found for programming on a bn. Let me share a few things I have discovered about it: 1. The only event handlers supported are onClick, onLoad, and onUnload. Nothing with focus, blur, key events, dblClick, mouseOver, or mouseOut will work. 2. If your program does not run and you have no clue why, try removing the semicolons after any array declarations. I have no idea why, but this often seems to help. 3. The bn does not support millisecond or better times; it can only go down to the second. 4. Updating html elements with a call to innerText or innerHTML will not work at all (this is part of what is known generally as dhtml, dynamic html). Similarly, no ajax calls or other non-reloading updates will work.
On 6/30/11, Tyler <[email protected]> wrote: > Hello Humanware and Humanware users. I use a Braillenote mPower BT running > KeySoft > 6.2 build 27, if that matters. I have been programming for five years, or, > as I should say, > since I was nine years old, and was discovering technology. On my > Braillenote, I wrote > JavaScript scripts embedded in HTML files (with an HTM extension), and ran > them in > KeyWeb (obviously written in Key,word). What other kind of programming or > command-prompt-like > things can I do from Keyword to run in other programs? I also manually > create computer-braille tables in > CBT files (that actually work when installed in the Dictionaries folder and > selected from display > options), as well as KeyList KLT databases. > -- Have a great day, Alex (msg sent from GMail website) [email protected]; http://www.facebook.com/mehgcap ___ Replies to this message will go directly to the sender. If your reply would be useful to the list, please send a copy to the list as well. To leave the BrailleNote list, send a blank message to [email protected] To view the list archives or change your preferences, visit http://list.humanware.com/mailman/listinfo/braillenote
