View Issue Details

IDProjectCategoryView StatusLast Update
0006313JEDI VCL02 Installationpublic2015-09-21 17:47
ReportersyagriusAssigned ToAHUser 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.49 
Summary0006313: JvDBLookup.pas fails to compile on Delphi 7 when JVCLThemesEnabled enabled
DescriptionDelphi 7 refuses to compiles JvDBLookup.pas when JVCLThemesEnabled is Enabled

RedrawWindow() needs a pointer to a TRect

So in
procedure TJvDBLookupCombo.InvalidateDropDownButton;

The line
RedrawWindow(Handle, R, 0, RDW_INVALIDATE or RDW_FRAME);
Should be:
RedrawWindow(Handle, @R, 0, RDW_INVALIDATE or RDW_FRAME); // add @
TagsNo tags attached.

Activities

AHUser

2014-08-05 18:41

developer   ~0021012

Fixed.

Issue History

Date Modified Username Field Change
2014-08-05 15:10 syagrius New Issue
2014-08-05 18:41 AHUser Note Added: 0021012
2014-08-05 18:41 AHUser Status new => resolved
2014-08-05 18:41 AHUser Fixed in Version => Daily / GIT
2014-08-05 18:41 AHUser Resolution open => fixed
2014-08-05 18:41 AHUser Assigned To => AHUser
2015-09-21 17:47 obones Fixed in Version Daily / GIT => 3.49