View Issue Details

IDProjectCategoryView StatusLast Update
0005360JEDI VCL00 JVCL Componentspublic2012-02-29 16:55
ReporterZENsanAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.45 
Summary0005360: JvDBGrid title colors are wrong when using Windows Classic theme on Windows XP/2003
DescriptionJvDBGrid title colors are wrong when using Windows Classic theme on Windows XP/2003
Additional InformationSee attached image.
TagsNo tags attached.

Activities

2010-10-11 11:33

 

untitled.PNG (3,853 bytes)
untitled.PNG (3,853 bytes)

ZENsan

2010-10-11 12:34

reporter   ~0017874

This was introduced with last revision.

obones

2010-11-09 14:20

administrator   ~0018038

Could you try to find a solution?

ZENsan

2010-11-09 16:33

reporter   ~0018065

I will try to check it again.. I just used the old version for my projects...

ZENsan

2010-11-24 12:38

reporter   ~0018161

Line 2859 in JvDBGrid.pas
// {$IFDEF COMPILER14_UP}
// if not FixCell or (DrawingStyle = gdsClassic) then
// {$ENDIF COMPILER14_UP}
        begin
          if Brush.Style <> bsSolid then
            Brush.Style := bsSolid;
          FillRect(B);
        end;

I commented this check and it works fine. But I dont know why this check was there... So it will be good to check this place once more again.

AHUser

2010-11-27 17:27

developer   ~0018184

Fixed in svn revision 12911.

Issue History

Date Modified Username Field Change
2010-10-11 11:33 ZENsan New Issue
2010-10-11 11:33 ZENsan File Added: untitled.PNG
2010-10-11 12:34 ZENsan Note Added: 0017874
2010-11-09 14:20 obones Note Added: 0018038
2010-11-09 14:20 obones Status new => feedback
2010-11-09 16:33 ZENsan Note Added: 0018065
2010-11-24 12:38 ZENsan Note Added: 0018161
2010-11-27 17:27 AHUser Note Added: 0018184
2010-11-27 17:27 AHUser Status feedback => resolved
2010-11-27 17:27 AHUser Fixed in Version => Daily / SVN
2010-11-27 17:27 AHUser Resolution open => fixed
2010-11-27 17:27 AHUser Assigned To => AHUser
2012-02-29 16:55 obones Fixed in Version Daily / SVN => 3.45