Icon View Incident Report

Serious Serious
Reported By: Anthony Ford
Reported On: 6/3/2018
For: Version 2.06 Build 14
# 4653 Updating the Background Image SizeType or RepeatStyle Properties Does Not Work with Image Data

I'm trying to caputre a signature using the PaintSurface and save in a database for later recall as an Image.

I'm using the following code to load the image from the table, but the ImageSize and RepeatStyle do not seem to be respected.

Image1.BackGround.image.data := Table1.Columns['Signature'].AsString;
Image1.Background.Image.SizeType := stContain;
Image1.Background.Image.RepeatStyle := rsNone;



Comments Comments
The issue was the image data - these two properties were not properly looking to see if image data was set, only if an image name was set.


Resolution Resolution
Fixed Problem on 6/4/2018 in version 2.06 build 15


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image