Version 1.7.7.0

<< Click to Display Table of Contents >>

Navigation:  What's new > 2009 - version history >

Version 1.7.7.0

Release date: 2009.02.22

 

Console Module changes

Date

What

Description

Thanks to:

2009.02.18

Add

Cls_Buffer alias added

MouseTrap


Add

Console_Cls_Buffer function added

MouseTrap


Add

PrintAt_Buffer alias added

MouseTrap


Add

Console_PrintAt_Buffer function added

MouseTrap


Add

PrintAt_Fast alias added

MouseTrap


Add

Console_PrintAt_Fast function added

MouseTrap

 

 

Core Module changes

Date

What

Description

Thanks to:

2009.02.20

Fix

Fixed recognition of semicolon usage: END IF: END IF ...

peter

2009.02.19

Fix

RETURN runtime error when used inside WHILE/WEND loops

MouseTrap

2009.02.08

Improved

Code between SELECT CASE and the very first CASE statement will generate a runtime error.

catventure


Improved

Empty SELECT CASE/END SELECT block no more permitted. At least one CASEstatement must be present in a SELECT block

catventure


Add

ORB specific bitwise OR function added



Add

ANDB specific bitwise AND function added


2009.02.02

Fix

An important bitwise AND problem fixed

Giovanni Pieri

 

 

thinDebugger

Date

What

Description

Thanks to:

2009.02.22

Improved

thinDebugger will not visually move current execution line if thinCore is is pre-parsing phase


 

UI (User Interface) Module changes

Date

What

Description

Thanks to:

2009.02.16

Add

CONTROL GET USER statement added



Add

CONTROL SET USER statement added


2009.02.10

Add

TrackBar_SetTicFreq function added

Michael Clease


Add

TrackBar_SetLineSize function added

Michael Clease


Add

TrackBar_SetThumbLength function added

Michael Clease

2009.02.08

Add

MLGRID_SetColumnWidth function added

Petr Schreiber

2009.02.05

Fix

CONTROL ADD TRACKBAR fixed default style handling

Petr Schreiber

2009.02.04

Add

ToolBar_GetCount function added



Add

ToolBar_DeleteButton function added


2009.02.01

Add

ToolBar_GetState function added



Add

ToolBar_SetState function added



Fix

MLGRID_Redim fixed: in some cases row header number not visible.



Add

MLGRID_ClearGrid function added



Add

ToolBar_SetImageList function added



Add

ToolBar_AddSeparator function added



Add

ToolBar_AddButton function added



Add

CONTROL ADD TOOLBAR statement added


2009.01.31

Add

CANVAS_Arc_WH function added



Add

CANVAS_Arc function added



Add

CANVAS_Detach function added



Add

CANVAS_Printl function added

Petr Schreiber


Improved

CANVAS_Print amended in order not to move cursor to the next line

Petr Schreiber


Add

CANVAS_Box_WH function added



Add

CANVAS_Ellipse_WH function added

Petr Schreiber


Add

CANVAS_Ellipse function added

Petr Schreiber


Add

CANVAS_Scale Pixels function added



Add

CANVAS_Scale function added

Petr Schreiber

 

 

UI_IMAGECTX Module changes

Date

What

Description

Thanks to:

2009.02.08

Add

UI_IMAGECTX_Redraw function added


2009.02.05

Add

UI_IMAGECTX_ClearImage function added

catventure

 

 

XPRINT Module changes

Date

What

Description

Thanks to:

2009.02.05

Add

XPRINT_GetTextWidth function added

Thomas


Add

XPRINT_GetTextSize function added

Thomas


Add

XPRINT_GetTextHeight function added

Thomas

 

 

SDK interface

Date

What

Description

Thanks to:

2009.02.11

Add

thinBasic_FunctionCall_ByPtr function interface added

Petr Schreiber

2009.02.10

Add

thinBasic_FunctionGetReturnMainType function interface added



Add

thinBasic_FunctionGetNumberOfParams function interface added


2009.02.09

Fix

thinBasic_AddVariable fixed and improved

Michael Hartlef

2009.02.06

Add

thinBasic_FunctionGetName function interface added

Petr Schreiber