View Full Version : Updated thinBasic preview version 1.0.11.0
ErosOlmi
12-09-2006, 22:52
Updated thinBasic preview version 1.0.11.0
Many new features, some new modules, bugs fixed, more stability and speed.
The most exciting new feature is the possibility to pass any kind of variable to functions by reference. From UDT to arrays to arrays of variants. More info in this forum post: http://community.thinbasic.com/index.php?topic=363.0
As usual, see list of changes here: http://www.thinbasic.com/public/products/thinBasic/help/html/version_1_0_11_0.htm
More new features and better help quite ready to be released.
We will be very happy about any feedback you will give us in our forum at http://community.thinbasic.com
ErosOlmi
14-09-2006, 00:58
Version 1.0.11.0 updated.
Introduced array bound checking. Every dimension parameter will be checked against declared bounds.
Introduced #DEFAULT BOUNDCHECK [ON | OFF] in order to change default behave.
ErosOlmi
15-09-2006, 01:52
Version 1.0.11.0 updated.
Most important one is ODBC. We have removed ODBC module and substituted with a wrapper DLL and an include file.
See list of changes for more preliminar info on that: http://www.thinbasic.com/public/products/thinBasic/help/html/version_1_0_11_0.htm
Also see examples under thinBAsic\SampleScripts\ODBC\ directory to have an idea.
So far seems working fine. We will test it more and create more script examples.
New ODBC already contains more than 500 functions ready to be used. We will not document them but instead we will create self explained scripts.
If you create a nice example and want to send us to be included into thinBasic distribution, let us know.
Bye
Eros
ErosOlmi
16-09-2006, 00:52
I've found few little runtime errors in CPU usage examples due to latest array bound checking introduction.
I will fix them in next thinBasic release.
Sorry.
Eros
ErosOlmi
20-09-2006, 22:43
Version 1.0.11.0 updated.
Quite complete rich edit control handled in all OSs.
Help file now have syntax for RTF functions
Few minor fix
ErosOlmi
21-09-2006, 14:11
Version updated.
Few minor fix
Richedit example RichEdit_002.tBasic: now with wordwrap and zoom.
Version quite ready to be released as stable.
ErosOlmi
21-09-2006, 18:15
Version updated.
Added: ClipBoard_GetText, ClipBoard_SetText, RTF_SetAlign
ErosOlmi
22-09-2006, 00:34
Version updated.
RTF_AppendText have now a new optional parameter that allow interpretation of UBB codes.
ErosOlmi
27-09-2006, 00:15
Version updated.
Not big changes:
thinCore: nested function calling fixed
thinAir option dialog fixed
RobertoBianchi
27-09-2006, 08:34
ThinAir Code formatter now hande the comparison operators ">=" and "<=" correctly.
ErosOlmi
06-10-2006, 17:13
Version 1.0.11.0 updated
Fixed rich edit set background
Fixed thinAir search dialog
Implemented new STAT module functionalities but not yet documented.