PDA

View Full Version : thinBasic preview 1.0.9.2



ErosOlmi
25-01-2006, 15:40
A preview of thinBasic 1.0.9.2 has been released.
List of changes will be updated here.

[list] FIX CONTROL SET TOOLTIP (I hope :) )
ADD help on how to setup thinBasic as CGI engine under Abyss[/list:u]

Regards
Eros

ErosOlmi
02-02-2006, 17:19
Preview version 1.0.9.2 updated.

PC and Console module changed in order to test missed API under Win2K.
thinAir: new save all options
some few minor fixes.

Tooltip still problematic, sorry.

ErosOlmi
03-02-2006, 23:47
Preview version 1.0.9.2 updated.

Few fix in thinAir and UI module
thinAir print preview
Dialog_BrowseForFolder

ErosOlmi
05-02-2006, 22:56
We are working on the following items:
[list] ASCIIZ string data type
Fixed-len string data type
Fixed-len ASCIIZ data type[/list:u]
This will allow to start development on user defined types: UDT. UDT are the basis for calling all types of API functions. UDT are like C stuctures. UDT allow the creation of new data types.

More info will follows ...

ErosOlmi
06-02-2006, 01:33
Version 1.0.9.2 updated:
[list] ASCIIZ string data type
Fixed-len string data type
Fixed-len ASCIIZ data type
arrays of fixed-len string introduced
fixed-len string can be passed BYREF to functions
[/list:u]

ErosOlmi
08-02-2006, 19:01
Version 1.0.9.2 updated:

Among others ...
[list] optional number of function parameters
FUNCTION_Name, FUNCTION_NParams, FUNCTION_CParams
some thinAir fix
HTML output format for thinBasic scripts. Nice for script web publishing[/list:u]

ErosOlmi
10-02-2006, 23:22
Version 1.0.9.2 updated:

[list] REDIM not clearing data in case number of new elements was the same
TYPEs are now natively parsed. A debug message box will be shown with TYPE info. This is the starting point for Used Defined Data (UDT) handling. Sub UDTs are not handled at the moment.[/list:u]

ErosOlmi
15-02-2006, 17:04
Version 1.0.9.2 updated:

[list] new SAPI module: Speech API
many fix and little improvements
thinAir new tool: BBCode to clipboard. Will let you put into clipboard a script or part of a script with BBCodes for posting into this forum colored formatted Code section[/list:u]

This will be the last update before official release.

ErosOlmi
15-02-2006, 22:53
;) never say last ...

1.0.9.2 updated due to a debug MSGBOX was left in new SAPI module.
Thanks Petr.

Regards
Eros

ErosOlmi
15-02-2006, 23:13
:oops: Updated again. I forgot to add a request from Petr: XPRINT_Style. Now is there.

Regards
Eros

ErosOlmi
22-02-2006, 19:23
Version 1.0.9.2 updated.

Important improvement in speed execution when script contains functions executed many times.

Please give us some feedback on this.
Did you notice speed improvements?

ErosOlmi
23-02-2006, 00:31
Version 1.0.9.2 updated.
Again a little bit (just a bit) of speed increase.