Share via


Small Basic v1.2: Known Issues

This article organizes known issues about Small Basic v1.2.  These issues happen only in Small Basic v1.2.  Issues originally happen in Small Basic v1.0 are described here and happened in Small Basic v1.1 are described here.  And these issues happen both in local (with compiled executable) and remote (in a browser with Silverlight).  Difference between local and remote are listed here.

Known Issues

  1. Download site doesn't have Arabic and Icelandic language options.
  2. After setup, Small Basic icon is not appeared in task bar.  Just white square appears.
    • PRI 1
  3. Calling the IntelliSense (Ctrl+Space) from the last empty line of the code editor crashes the IDE.
    • FIXED for SB 1.3
  4. Turtle crashes Small Basic when moving turtle with key strokes. Import and run CKJ872 (move turtle until crash). Looks like 300-400 keystrokes will crash it (not a timed issue; definitely crashes on key strokes).
    • PRI 0
  5. Double Turtle.Show() causes an error - Exception has been thrown by the target of an invocation. This issue doesn't happen with SB 1.0.
  6. Network objects don't work for TLS protocol hosts. (details)

Documentation Issues

  1. Translations missing in the Help IDE: the new operations added in the Dictionary object are documented in English, but not in the other languages.
  2. Translations missing in the Help IDE: the new Kinect objects are documented in English, but not in the other languages.
  3. TextWindow.ReadKey() does not appear in the IntelliSense auto-completion popup, only in the sidebar that lists members of TextWindow.
    • PRI 1

See Also

Additional Resources