BETA 339 of the twinBASIC programming IDE is now available...

Download from here... https://github.com/twinbasic/twinbasic/releases

  • Click on "Assets" for the latest release
  • Download and Extract the ZIP file into a local folder
  • Then run the twinBASIC.exe from that local folder

How to install https://nolongerset.com/how-to-install-twinbasic/

Changelog

  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: ListBox.Text property-let was not working
  • added: [_HiddenModule].PictureToByteArray method
  • added: initial Label.DataField / Label.DataSource / Label.DataChanged support
  • added: initial TextBox.DataField / TextBox.DataSource / TextBox.DataChanged support
  • added: initial CheckBox.DataField / CheckBox.DataSource / CheckBox.DataChanged support
  • added: initial ComboBox.DataField / ComboBox.DataSource / ComboBox.DataChanged support
  • added: initial ListBox.DataField / ListBox.DataSource / ListBox.DataChanged support
  • added: initial Image.DataField / Image.DataSource / Image.DataChanged support
  • added: initial PictureBox.DataField / PictureBox.DataSource / PictureBox.DataChanged support
  • added: Data.Refresh method
  • fixed: lots of Data control related issues