12/22/2015
EasyCam ver 1.06 released! Updated DEMO!
NEW: BWEncodeW method (unicode)
NEW: BRDecodeImageW (unicode)
FIX: BRDecodeImage method
NEW: Video rotation. Requires custom RotateFilter.dll must be installed (get VideoProcessingProjectInstaller.msi from http://videoprocessing.sourceforge.net).
EnableRotate() enables/disables the feature
Rotate() rotates the video
AutoRotate() - experimental, could produce unpredictable result. Rotates the video if screen orientation has been changed
ReverseAutoRotate() - if AutoRotate is on, changes rotation direction
NEW: RotateScreenOrientation - changes screen orientation (for testing purposes)
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
12/12/2015
Data Conversion template ver 1.92 released!
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
11/10/2015
EasyNotifier ver 1.01 released! Updated demo.
Bug fixes:
New:
NEW: frametest example app
8/17/2015
EasyCOM2INC ver 2.14 released! CDO classe and example update.
FIX: attachments were not released (unlocked) after email sent.
NEW: method ClearAttachments()
7/30/2015
EasyXML ver 1.05 released! Updated DEMO application.
Added in DEMO application:
Added in classes:
NEW: SAX Parser support (CXmlParser, CXmlAttribute, CXmlElement classes).
Added in template:
NEW: "EasyXML SAX Parser procedure extension".
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
7/2/2015
EasyCam ver 1.05 released! Updated DEMO!
NEW: Barcode generator support (ZXing.NET); 7 new methods with prefix "BW"; allows to generate barcodes in many different 1D and 2D formats.
NEW: BRDecodeImage method - decodes static image.
NEW: ConvertImage method - converts an image into another graphics format.
Template:
NEW: control templates EasyCam BarcodeGenerator.
UPD: Snapshot template, "Save" button now allows to save snapshot image in different graphics formats.
Required modified easyole.inc/clw (27.06.2015) - will be installed by install if you turn on "Install base COM stuff".
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
6/26/2015
EasyCam ver 1.04 released! Updated DEMO!
NEW: Barcode reader support (ZXing.NET); 12 new methods with prefix "BR".
Template: NEW: 3 new control templates:
EasyCam Barcode support
EasyCam BarcodeReader settings
EasyCam BarcodeReader formats
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
6/15/2015
EasyCam ver 1.03 released!
FIX: 'MS Surface Pro 3 tablet' front camera issue. Please recompile and ship a new version of exe and EasyCam.dll to your customer.
FIX: C10 Gold compatibility ("Duplicate symbol" errors on VectorFromBstr and BstrFromVector).
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
4/3/2015
Clarion 10.0 status
We are working on a new upgrade to detect and support Clarion 10.0. Following product installers have been updated to detect and support Clarion 10.0:
EasyExcel ver. 4.07
EasyOpenOffice ver. 1.06
EasyReport ver. 1.02
EasyCOM2INC ver. 2.14
dpQuery ver. 2.11
EasyNotifier ver. 1.00
EasyCam ver. 1.02
EasyTooltip ver. 1.01
EasyXML ver. 1.04
EasyHTML ver. 1.02
EasyListView ver.1.06
EasyNaviBar ver. 1.05
Data Converter ver. 1.91
EasyAnimation ver. 1.02
EasyAutoEntry ver. 1.04
EasyMultiTag ver. 2.10
4/3/2015
EasyCam ver 1.02 released!
FIX: Memory leak and possible "Not enough memory" exception while zooming by mouse dragging
NEW: Pause/Run methods
NEW: Paused property (BOOL)
NEW: Zoom property (LONG, get or set zoom value in percents, negative value flips video)
NEW: Pause control template
NEW: Zooming control template
NEW: Added some template embed points
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
3/17/2015
EasyXML ver 1.04 released! Updated DEMO application.
Added in DEMO application:
NEW: "CreateXMLWithNS" example: demonstrates how to create XML documents with namespaces and elements with prefixes.
Added / Fixed in classes:
CHG: ClaXMLDOM.CreateElement() now accepts omittable parameter "pNamespaceUri"; it allows to create elements with namespace prefixes.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
3/15/2015
EasyHTML ver 1.02 released!
Fixed:
FIX: incorrect interaction with PDF viewer (Acrobat Reader)
Added:
NEW: property EmulateShiftEnter(bool): when TRUE, <Enter> inserts <BR> tag (line break) instead of <P> tag (new paragraph)
Changed:
CHG: EasyHtml.dll version 1.0.2.0
CHG: TRN files now support toolbar and context submenu images (ex.: toolstripFormatBold_image=.\Resources\Bold.jpg)
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
3/9/2015
EasyHTML ver 1.01 released!
Added:
NEW: method InsertStyleSource(STRING styleSource) inserts inline style source into the document.
NEW: method InsertScriptSource(STRING scriptSource) inserts inline script source into the document.
NEW: property TrnFile(STRING pFile) sets or gets translation file that can enable you to translate HTML control's interface to any language.
Improved: support for HTML5.
Changed:
CHG: Html Editor example:
added buttons for inserting inline styles and scripts,
added dropdown to choose toolbar docking style,
added button to select translation file. Sample translation file for English, Italian, Dutch and Russian included.
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
2/25/2015
EasyHTML ver 1.00 released!
EasyHTML is a Clarion wrapper around a .NET assembly DLL for working with HTML control in Clarion easily.
Key features:
Provides WYSIWYG editing / browsing capabilities (Standard Text Editing, loading, saving etc) based on WebBrowser control
Full UNICODE support
Built-in RTF to HTML/XML/TEXT and HTML to RTF converter
Printing HTML in standard Clarion report
Easy to implement
Enable Registration-Free Activation - a mechanism that enables easy deployment of COM components to a machine without the need to register them
Deploying your application - Besides an usual exe, dll etc files you should ship just one small dll (.NET assembly DLL) with your end-user application
2/18/2015
EasyCOM2INC ver 2.14 released! CDO classes update.
Microsoft CDO Library update: classes updated and moved into libsrc folder.
2/14/2015
EasyCam ver 1.01 released!
FIX: typDXDevice.DevicePath expanded up to 256 characters
FIX: unnecessary exception was thrown in video compressor validation code
NEW: GetLogFile/SetLogFile properties
NEW: GetDXLogFile/SetDXLogFile properties
NEW: Template support for logging
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
2/10/2015
EasyCam ver 1.00 released!
EasyCam is a Clarion wrapper around a .NET assembly DLL for working with cameras and video-inputs in Clarion easily uses DirectShow.
Key features:
Select camera
Select resolution
Show camera's output
Overlay text on the frame
Take snapshots of the frame
Change TV mode (PAL, NTSC, etc.)
Display dialog windows of the camera (from drivers)
Get a list of available cameras and resolutions
Record your output video using video compression with audio from any audio source
EasyCam is implemented as a set of classes available as full source code, template and .NET assembly DLL.