<< Click to Display Table of Contents >> Navigation: What's new > 2017 - Version history > Version 1.10.0.0 |
Date |
Module |
What |
ID |
Description |
Thanks to: |
---|---|---|---|---|---|
|
|||||
2017.06.30 |
|
|
|
--- thinBasic version 1.10.0.0 --- |
|
--- |
Updated |
|
Module updated to the latest version available on thinBasic SVN server. Introduction of large arsenal of functions for state-safe programming, see more in TBGL help file |
Petr Schreiber |
|
--- |
Updated |
|
Oxygen module updated to the latest version available on thinBasic community forum here |
Charles Pegge |
|
|
Setup |
|
thinBasic Setup application: •created with Inno Script Studio 2.2.2.32 •compiled with Inno Setup Compiler version 5.5.5 |
|
|
|
Compiler |
|
thinBasic Core engine is now compiled using PB10.04 |
|
|
|
|
|
All thinBasic executables and modules are compressed with UPX 3.94 |
|
|
|
|
|
|
|
|
2017/06/29 |
NEW |
|
New experimental module that will implement two specific classes: 1.ServerXMLHTTPRequest more info at https://msdn.microsoft.com/en-us/library/ms759148(v=vs.85).aspx 2.DOMDocument more info at https://msdn.microsoft.com/en-us/library/ms756987(v=vs.85).aspx
For the moment see examples into \SampleScripts\MSXML2\ directory
|
|
|
2017/06/27 |
NEW |
|
PEEKZ$ function added |
|
|
2017/06/22 |
NEW |
|
Runtime error dialog now will produce a file on disk with information of last runtime error occurred. File name has the same name of the script followed by ".LastRunTimeError.ini". |
Petr Schreiber |
|
2017/06/18 |
NEW |
|
ADODB_Recordset.Move added |
|
|
|
NEW |
|
|
||
|
NEW |
|
ADODB_Recordset.Sort added |
|
|
|
NEW |
|
ADODB_Recordset.Find added |
|
|
|
NEW |
|
ADODB_Recordset.EOF added |
|
|
|
NEW |
|
ADODB_Recordset.BOF added |
|
|
|
NEW |
|
ADODB_Recordset.Update added |
|
|
|
NEW |
|
ADODB_Recordset.AddNew added |
|
|
2017/06/15 |
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
ADODB_Connection.Execute added |
axelmoe |
|
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
2017/06/02 |
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
ADODB_Recordset.Fields collection added |
|
|
2017/05/20 |
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
|
||
|
NEW |
|
ADODB_Connection.Errors collection added |
axelmoe |
|
2017/05/08 |
FIX |
|
Fixed "OriginalFilename" in #BUNDLE Version |
xAddict3Dx |
|
|
FIX |
|
|| sequence was creating endless loops |
kryton9 |
|
|
FIX |
|
UBound not working for UDT arrays |
Petr Schreiber |
|
2017/04/30 |
NEW |
|
<ADODB_Connection>.CursorLocation property added |
|
|
|
NEW |
|
<ADODB_Connection>.Provider property added |
|
|
2017/04/03 |
|
|
|
WebBrowser_Doc2_WriteString function fixed. Random GPF |
|
2017/03/27 |
NEW |
|
MKNumber$ function added |
ReneMiner |
|
|
NEW |
|
CVNumber function added |
ReneMiner |
|
2017/01/23 |
|
NEW |
|
|
|
2017/01/12 |
|
NEW |
|
OemToChar$ function added |
axelmoe |
2017/01/11 |
NEW |
|
<ADODB_Connection>.Execute method added |
axelmoe |
|
|
NEW |
|
<ADODB_RecordSet>.Find method added |
axelmoe |
|
|
NEW |
|
<ADODB_RecordSet>.BOF method added |
axelmoe |
|
2016/10/12 |
|
|
|
iDispatch |
|
|
NEW |
|
<ADODB_Connection>.Errors().NativeError property added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors().SQLState property added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors().Source property added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors().Description property added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors().Number property added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors.Msg method added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors.Clear method added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors.Count method added |
|
|
|
NEW |
|
<ADODB_Connection>.Errors collection added |
|
|
2016/10/10 |
|
NEW |
|
TypeOf function added |
|
2016/08/31 |
NEW |
|
IsUtf8 function added |
|
|
2016/08/28 |
NEW |
|
MsgboxW (Message Box using Wide chars) added |
|
|
|
Improved |
|
Parent window in Msgbox is now optional |
|
|
2016/08/24 |
FIX |
|
Recent files list wrongly loaded when one or more recent file does not exists anymore |
|
|
|
NEW |
|
Started to add Scintilla as possible editor control. This will start to add UTF-8 capabilities to thinAir
To switch from previous editor control to Scintilla editor control, open thinAir options/Editor/Editor type
Then restart thinAir
ATTENTION: development of Scintilla editor control just started. Scintilla editor control has a huge number of functionalities but only very few has been integrated into thinAir. A lot of work is still missing to have Scintilla fully integrated.
|
|