Clarion 9.1 build 11038 release notes

/--- Beta release (11) Clarion 9.1 --- May 27 ----- Fixes/Changes/Features--/

Note: The 9.1 release requires a one-time rebuild of all your Binaries (DLL and LIB).
You need to download the 9.1 versions of any 3rd party addons that you use.

***********************************************************
9.1 beta 11 (pre-release) - 11038
***********************************************************
CHANGE: Better error messages are displayed if you have an invalid email address
CHANGE: Mail messages sent via the MailClient class now have the subject and body automatically clipped
CHANGE: The OnScreenKeyboard options are now On/Off/Auto, The default setting is OFF. When set to 'Auto' the value for enabling the Keyboard is turned ON if the OS reports the device has a Touch Input, otherwise it is set to OFF. NOTE: The enable/disabling of the OnScreenKeyboard can be done globally for the app at runtime by calling the the method SetOnScreenKeyboard() with True or False.
CHANGE: The email functions return more information when an error occurs if they are configured to display error messages
CHANGE: change Topscan to use .CHM format help file
CHANGE: rename abado.tpl to SVabado.tpl so that when re-registering all templates the ADO template won't fail because the core ABC template isn't yet registered
FIX: Email addresses passed to the CC and BCC parameters of the Send methods of the MailClient class where not correctly converted if there was only an email address supplied and no name
FIX: Exception if the CREATE statement is called to create a control in a report but with the type using the CREATE:Toolbar flag
FIX: Images embedded in emails could not be displayed by receiving email readers
FIX: Potential GPF on closing the MDI frame window if active MDI child has its own/cloned menu bar or toolbar
FIX: The documentation of the embeddedImageFileNames parameter was wrong
FIX: The error message displayed when a reply to address was invalid showed the wrong email address
FIX: non-English characters in the name of email addresses were not encoded based on the passed encoding
REGRESSION: A Frame toolbar with the NOMERGE attribute might not be redrawn after closing a MDI child window