|
|
Reporter | USchuster | Assigned To | USchuster | |
---|
Priority | normal | Severity | major | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | Daily / GIT | |
---|
Target Version | | Fixed in Version | 3.34 | |
---|
|
|
Summary | 0004376: JvDBImage: Loading images by TBitmap descendants does not work with Delphi 5 |
---|
Description | With Delphi 5 for example loading a PNG with TPNGGraphic from GraphicEx does not work. |
---|
Additional Information | The problem is that the constructor of TPNGGraphic is not executed. (With Delphi 6 or 2007 it works.)
It works if you use "class of TBitmap" instead of "TGraphicClass = class of TGraphic" in TJvDBImage.AssignGraphicTo. |
---|
Tags | No tags attached. |
---|
|
|