Icon View Incident Report

Minor Minor
Reported By: Chris Holland
Reported On: 7/5/2017
For: Version 2.06 Build 3
# 4539 Cannot Use Data-URL Images in Grid Columns with ControlType Set to ctImage

My problem seems to be that I cannot set the data for an image col from a data table string.

For my normal images I just set the background image with something like this:

AreaImage.URL := 'data:image/jpeg;base64,' + Area.ImageData;

Where the 'Area.ImageData' is a Base64 encoded string created from an image.

If I setup a grid column with ControlType := ctImage and the DataColumn pointing to a string field in a table containing the
same data, no image appears.


Comments Comments
The issue was with how grid columns with their ControlType property set to ctImage use a semicolon for separating the image URL from the image hint. This was problematic with data URL images because they always contain a semicolon.


Resolution Resolution
Fixed Problem on 7/6/2017 in version 2.06 build 4


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image