Drawable canvas

Drawable Canvas allows you to draw by free-hand on a runtime only (newly created) file-data source. Very useful for e.g. signatures.

The "Value" property of the Drawable Canvas must be data-bound to a runtime only data source (file object class) with cardinality one. You must make sure the object in the data source has been populated.

The drawing will be saved back to this data source, as an image, and you may save it (persist).

A full example setup of Drawable Canvas is available in our Showroom! You may view a demo, as well as access the setup in Appfarm Create. If you do not have access, you may register here.

Last updated