Dear thinBasic user,

we just released thinBasic programming language version 1.7.5.0

This new release is mainly a bug fix release for all the bugs reported from previous version but, as usual, we added something new.

  • First of all 2 new controls: UpDown and ViewPort
    To check how to use them, see examples in respective directories: SampleScripts\UI\UpDown and SampleScripts\UI\ViewPort
    UpDown control is a 2 arrow control that can be associated (SetBuddy) with a text control working together to let user setup numeric/text fields
    ViewPort is an nice control that will let you manage complex windows inside a sort of ViewPort. ViewPort will automatically adjust vertical and horizontal scroll bars handling windows bigger than the parent window
  • Second: improved debugger.
    Fixed many situations where GPF could occur.
    Arrays or matrices up to 2 dimensions can now be inspected even if they contain thousands of values. I'm working on the 3rd dimension


Regards
thinBasic team

_________________________________________________
List of changes can be found in thinBasic on-line help at:
http://www.thinbasic.com/public/prod...evelopment.htm

Download from official web site under Download section.