User Tools

Site Tools


aximagecanvas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
aximagecanvas [2019/10/14 05:12]
bloguintosh [AXImageCanvas]
aximagecanvas [2019/10/14 05:23] (current)
bloguintosh [Releases History]
Line 185: Line 185:
   * Open (API 1.0)   * Open (API 1.0)
   * **Opening** (API 2.0)   * **Opening** (API 2.0)
 +
 +===== AXImageCanvas Delegates Definition =====
 +
 +^Delegate Signature^Description^Standard Edition^Database Edition^
 +|SelectionCallback(Control As AXImageCanvas)|Use any method in your code with this signature to receive the AXImageCanvas instance that is selected (has the focus). For that, the method has to be assigned to the SelectionDelegate Property.|Yes|Yes|
  
 ===== Releases History ===== ===== Releases History =====
Line 193: Line 198:
 |1.0.2|2019-10-02|[Add] Backwards compatibility to work with Xojo 2017r3 and later. [New] AcceptDroppedImages property. When set, it accepts dropped image files. [New] ImageDeleted event. If implemented,​ this event fires when the user (or code) deletes the image from the instance. [Add] Other minor improvements based on customers requests.| |1.0.2|2019-10-02|[Add] Backwards compatibility to work with Xojo 2017r3 and later. [New] AcceptDroppedImages property. When set, it accepts dropped image files. [New] ImageDeleted event. If implemented,​ this event fires when the user (or code) deletes the image from the instance. [Add] Other minor improvements based on customers requests.|
 |1.1.0|2019-10-09|[Add] New AXImageCanvasEnabledDB public module to better manage the code associated with the supported databases engines at compilation time. That means, among other things, that any project using AXImageCanvas will not include the Xojo database plug-ins for those databases that are not in use in the App. [Change] The DoubleClicked Event Handler Definition is now DoubleClick so it not collides in Xojo 2019r2. [Improved] Compatibility with Xojo 2019r2 "out of the box". The complete rewriting for API 2.0 is under testing.| |1.1.0|2019-10-09|[Add] New AXImageCanvasEnabledDB public module to better manage the code associated with the supported databases engines at compilation time. That means, among other things, that any project using AXImageCanvas will not include the Xojo database plug-ins for those databases that are not in use in the App. [Change] The DoubleClicked Event Handler Definition is now DoubleClick so it not collides in Xojo 2019r2. [Improved] Compatibility with Xojo 2019r2 "out of the box". The complete rewriting for API 2.0 is under testing.|
-|1.2.0|2019-10-14|[Add] New API 2.0 version of AXImageCanvas,​ so it can be used in combination with any project started using the Xojo API 2.0 in Xojo 2019r2 and later. [Add] New RaiseDatabaseException Property to set the way every instance deals with Database access errors. By default it is set to False what means that it will display a dialog with the error information. When set to True it raises an Exception that must be catched by the calling code.|+|1.2.0|2019-10-14|[Add] New API 2.0 version of AXImageCanvas,​ so it can be used in combination with any project started using the Xojo API 2.0 in Xojo 2019r2 and later. [Add] New RaiseDatabaseException Property to set the way every instance deals with Database access errors. By default it is set to False what means that it will display a dialog with the error information. When set to True it raises an Exception that must be catched by the calling code.[Improved] AXICL class.|
aximagecanvas.1571022773.txt.gz ยท Last modified: 2019/10/14 05:12 by bloguintosh