Version 5.8.03 is available for download as of today.
The version includes the following extensions:
Drive driver
- Updated version
The drive driver has been updated to the latest version. The new version contains bug fixes.
Processing
Selection commands
- New error constant
_ErrSelValueSet
The new error constant_ErrSelValueSet
is returned by functionSelRun()
if two selections are combined via_SelUnion
,_SelInter
or_SelMinus
and one of the selections contains a value quantity.
Mail commands
- New optional argument for function
MailClose()
In theMailClose()
function, a variable of type Alpha can optionally be specified, which contains the last response from the mail server in the event of errors.
String functions
- New option
_StrLower1252
for functionStrCnv()
TheStrCnv()
command converts character strings. With the parameter_StrLower
, only the characters A-Z and the umlauts are converted to lower case. The new parameter_StrLower1252
converts all uppercase letters of Windows code page 1252 to lowercase letters.
FloatEdit and DecimalEdit objects
- New property
wpCalculatorSize
To achieve better operation via touch input, the size of the calculator input help can be set via the new propertywpCalculatorSize
.
Events
- New event
EvtDropOver
TheEvtDropOver
event is triggered during a drag & drop operation when the mouse pointer is moved within an object or one of the auxiliary keys (Ctrl, Alt or Shift) is pressed.
In addition to these enhancements, bugs have also been fixed. An overview of the corrections can be found in the error document.