Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 1/17/2013
For: Version 1.01 Build 4
# 3717 TImage with Stretch Property Set to True at Design-Time Do Not Display Correctly

I have stretched graphics that are messed up in IE, the image is not stretched.

A test button with the following code displays the image correctly.

procedure THauptForm.Button1Click(Sender: TObject);
begin
  ImageTop.stretch := false;
  ImageTop.stretch := true;
end;



Comments Comments and Workarounds
The issue was with the form initialization. The workaround was to toggle the Stretch property at runtime.


Resolution Resolution
Fixed Problem on 1/17/2013 in version 1.01 build 5


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image