We are working on a new upgrade to detect and support Clarion 11 Gold. Following product installers have been updated to detect and support Clarion 11 Gold:
EasyCOM2INC 2.14
EasyCOMCreator 1.06
EasyCam 1.09
EasyDotNet 1.09
EasyFingerPrint 1.01
EasyHTML 2.03
EasyListView 1.10
EasyNotifier 1.01
EasyNaviBar 1.05
EasyPDFMaker 1.00
EasyToolTip 1.01
EasyXML 1.07
dpQuery 2.11
Data Conversion template 1.92
EasyExcel 4.07
EasyReport 1.03
EasyMultiTag 2.10
EasyAutoEntry 1.04
EasyAnimation 1.02
It is available, free of charge, to all customers who have an active maintenance and support subscription plan.
ToRtf() method could throw exception "A generic error occurred in GDI+".
New:
InsertingImagePrompt event: allows to call custom Image dialog instead of standard one.
Navigating event: occurs before the WebBrowser control navigates to a new document.
HtmlBrowseBox template now supports 'Inline actions'. For example, you can define Edit row and Delete row buttons in rightmost column. Don't forget to update BrowseBox.js.
Updated demo applications.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
TEventLog class provides interaction with Windows event logs on local or remote computer.
TDrawingBitmap class encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes (BMP, GIF, JPEG, PNG, TIFF, EXIF, ICON). A Bitmap is an object used to work with images defined by pixel data.
TDrawingMetafile class defines a graphic metafile (WMF, EMF). A metafile contains records that describe a sequence of graphics operations that can be recorded (constructed) and played back (displayed).
Both TDrawingBitmap and TDrawingMetafile objects can be displayed in standard Clarion IMAGE control.
Updated demo app.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
EasyPDFMaker is a plug-in for EasyHTML and uses popular js package pdfmake. Very easy to use, flexible, powerful, allows you to create PDF documents of any complexity from your Clarion application.
RTF to HTML converter: invalid src value if image path contains spaces;
In ReadOnly mode it was accidently possible to cut, delete or replace in html (Ctrl-X, Delete and Replace dialog).
Regression: Navigator template did not enable navigation events.
EncodeImages could fail if image's <src> missing or blank.
Changed:
RTF to HTML converter: now produces unique image names;
InsertScriptSource ? ScriptSource have been renamed:
InsertScriptSrc() inserts file script (<script src="myscript.js"/>);
InsertScriptText() inserts text script (<script>function message(text) { alert(text); };</script>);
Now it's allowed to insert more than 1 script in a html file;
New:
Charset property (get/set);
PrinterName property (get/set);
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.