View Full Version : thinBasic 1.6.0.8
ErosOlmi
15-05-2008, 22:33
Hi all.
New thinBasic version 1.6.0.8 just released both stable and preview.
Some fixes, new functionalities, a better thinAir, new TBGL from Petr.
Regards
Eros
_________________________________________________
As usual, list of changes can be found in thinBasic help on-line at:
http://www.thinbasic.com/public/products/thinBasic/help/html/version_underdevelopment.htm
Download from official web site:
http://www.thinbasic.com/index.php?option=com_docman&task=cat_view&gid=19&Itemid=66
or from mirror site
http://www.thinbasic.org/public/applications/thinbasic/thinBasic_1.6.0.8.zip
Petr Schreiber
15-05-2008, 23:08
Thanks Eros!,
looks very nice :)
Just for the function listing functions I wish some equates, using numbers to specify return value is cool, but can be confusing.
Regarding TBGL, there is an important fix preventing GPF and fixing behaviour of models with more textures ( thanks to Eros report ). TBGL_RenderMatrix3D is now modified as we discussed before, so syntax is like:
'-- To specify 3D rendering keeping client area proportions you can use 2 ways:
TBGL_RenderMatrix3D
'-- or:
TBGL_RenderMatrix3D(%TBGL_CLIENTAREA)
'-- To specify 3D rendering keeping viewport proportions you can use:
TBGL_RenderMatrix3D(%TBGL_VIEWPORT)
'-- To specify 3D rendering with proportions 16:9 you can use:
TBGL_RenderMatrix3D(%TBGL_CUSTOM, 16/9 )
Good night,
Petr
Thanks for the update. I can see things that I will be using soon, so thanks a lot!
ErosOlmi
16-05-2008, 00:37
Sorry friends. A last minute update.
I've just uploaded again version 1.6.0.8 because Petr showed an example where CALL statement was not working fine with function names composed from a UDT element.
I've fixed it. Now you can use:
CALL MyUDT.MyElement(... whatever param sequence ...)
Regards
Eros
Petr Schreiber
16-05-2008, 09:20
Thanks Eros,
much more comfortable now!
Petr
Michael Hartlef
16-05-2008, 10:35
Thanks guys for another great update of thinBasic. :)
ErosOlmi
20-05-2008, 19:03
Just updated thinBasic 1.6.0.8
Now it should be compatible again with Win9x systems.
We have also added request from Kent about possibility to collapse thinAir Code browser window (see request (http://community.thinbasic.com/index.php?topic=1747.msg12736#msg12736)).
Regards
Eros
Thanks Eros --
I'll give it a try on my "pre-historic" 98SE laptop.
Don
Eros:
New version works fine for me now under 98SE.
Thanks again.
Don
ErosOlmi
21-05-2008, 06:11
OK, perfect.
Thanks
Eros