English Italiano

Let's make your life Easy...



12/9/2017

EasyHTML ver 1.04 released!

Fixed:
  • InsertScriptSource did not save <SCRIPT> in html;
  • StylesheetUrl did not save <LINK> in html;
Changed:
  • OpenFilePrompt loaded BODY part only; now it internally uses InnerText property to load entire html;
  • LoadFromFile loaded BODY part only; now it internally uses InnerText property to load entire html;
Added:
  • InvokeScript method: executes an Active Scripting function defined in an HTML page.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
11/25/2017

EasyDotNet ver 1.08 released!

Fixed:
  • After Windows 10.1709 update WinToast was not working any more. Issue was that for desktop applications a shortcut in the Programs folder is needed.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

10/29/2017

EasyCam ver 1.09 released! Updated DEMO!

  • FIX: Allocated memory not released in some cases.
  • NEW: Partial support for Basler GenICam.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
10/22/2017

EasyDotNet ver 1.07 released! Updated DEMOs!

New:
  • TMonthCalendar class represents a Windows control that enables the user to select a date using a visual monthly calendar display.
  • pMonthCalendar template.
Updated DEMO applications.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
9/23/2017

EasyDotNet ver 1.06 released!

Changed:
  • CreateQueue() method now accepts omittable parameter "transactional", pass TRUE to create transactional queue.

NEW: TMessageQueue now supports transactional queues and messages.
  • Transactional() method returns a bool value that indicates whether the queue accepts only transactions.
  • BeginTran() begins a new Message Queuing internal transaction.
  • CommitTran() commits a pending internal transaction.
  • AbortTran() rolls back the pending internal transaction.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
6/24/2017

EasyDotNet ver 1.05 released! Updated DEMOs!

New:
  • TWinToastManager class. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event. (NB: Available since Windows 8.)
Updated DEMO applications:
  • Demo app demonstrates Toast notifications. 
  • Both Helpdesk apps now display the notifications on incoming messages.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

5/25/2017

EasyCam ver 1.08 released! Updated DEMO!

  • NEW: 2 new hints for Barcode writer: ERROR_CORRECTION_LEVEL (applied to QR code, PDF417, Aztec), and QR_VERSION (applied to QR code).
Updated DEMO application.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
4/23/2017

EasyCam ver 1.07 released! Updated DEMO!

  • CHG: zxing.dll version 0.15 is used.
  • NEW: GS1-128 barcode generation support.
  • NEW: IM (Intelligent Mail) barcode reader support. Note: can't be used for encoding.
  • NEW: 3 new hints for Barcode reader: BRAssumeGS1, BRAssumeCode39CheckDigit, BRAssumeMSICheckDigit.
Updated DEMO application.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
3/26/2017

EasyCOMCreator ver 1.06 released!

Added:
  • Clarion 10 support. New setup file.
Note: Clarion 10 user: if you are trying to compile your COM-dll in Clarion 10 first your need to copy accessory\lib\WIN32.LIB into your project folder.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
3/18/2017

EasyXML ver 1.07 released!

Changed:
  • added 3rd parameter "pAbsolutePath" to ClaXMLDOM.SetFieldTagName() - so now you can define absolute path of the tag: xDoc.SetFieldTagName('OrgID', 'ancestor::Organization/ID', TRUE)
New:
  • SVG sample, it demonstrates how to transform queue data into SVG (Scalable Vector Graphics).

Updated DEMO application.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

2/25/2017

EasyXML ver 1.06 released!

Fixed:
  • C6.3 compiler errors "Unknown identifier DATATYPE:QUEUE" and "Unknown identifier DATATYPE:ENDGROUP";
  • "Export button" control template could work incorrectly with BrowseBox(Legacy chain).
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
2/25/2017

EasyListView ver 1.10 released!

New:
  • · event OnItemChecked(long rowIndex, long checkState)
  • · Methods to process check states (checked/unchecked/indeterminated):
    • o SetCheckStates -   changes items check state
    • o GetCheckStateRowIndices  - returns row indices
    • o GetCheckStateColumnValues - returns column values
    • o GetCheckedValues - returns checked values
    • o GetUncheckedValues - returns unchecked values
Fixed:
  • · SetRowColors, SetRowFont - changed only first item's colors/font
  • · some methods accepted "aspect" parameter could actually expect full column name ("FIL:Colname" instead of "aspectname")
  • · columns with DECIMAL data type were sorted like STRINGs

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

2/18/2017

EasyDotNet ver 1.04 released!

New:
  • TMessageQueue class. It provides access to a queue on a Message Queuing server. MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner.
  • 2 demo apps HelpDesk (server) and UserApp (client).

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

2/11/2017

EasyHTML ver 1.03 released!

Added:
  • method EncodeImages() replaces all image links like <img src="c:\images\image.gif"> to base64 encoded embedded images.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
1/21/2017

EasyDotNet ver 1.03 released!

New:
  • TProtectedData - Provides methods for encrypting and decrypting data.
  • TSignedXml - Provides a wrapper on a core XML signature object to facilitate creating XML signatures.
  • TAesManaged - Provides a managed implementation of the Advanced Encryption Standard (AES).
  • TTripleDES - Defines a wrapper object to access the cryptographic service provider (CSP) version of the System.Security.Cryptography.TripleDES algorithm.
  • TSHAManaged - Computes the SHA1/SHA256/SHA384/SHA512 hash for the input data.
  • THMACManaged - Computes a Hash-based Message Authentication Code (HMAC) using the SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 hash function.
  • Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.