View Issue Details

IDProjectCategoryView StatusLast Update
0005260JEDI VCL00 JVCL Componentspublic2010-10-08 15:23
ReporterdaltonAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0005260: TJvDBGrid - DrawingStyle (gdsGradient)
DescriptionI report issue 0005245: "JvDBGrid with DrawingStyle in gdsGradient, not working after I open query... Always showing "Fixed color" (like clBtnFace...), and grid never use gradient colors choose!!! "

Now after "SVN revision 12802", always showing white color(on exe) and FixedColor on IDE. Correct is Gradient Color(Gradient Start Color/Gradient End Color), but this never works...

Thanks!
Additional InformationUsing Delphi 2010 with Jedi 3.39 and SVN revision 12802.
Remembering, for make use Gradient on grid, UseXpThemes need be set to false.
TagsNo tags attached.

Activities

2010-06-08 13:31

 

NewIssue.zip (768,941 bytes)

2010-06-08 13:35

 

newIssue.PNG (19,429 bytes)
newIssue.PNG (19,429 bytes)

AHUser

2010-06-08 13:53

developer   ~0017478

You have to disable the ReduceFlicker property. With this property set the title columns are painted into a bitmap which doesn't have the gradient background. Maybe I find some time to rewrite the ReduceFlicker code, or maybe I remove it in favor of DoubleBuffered:=True painting.

obones

2010-10-08 15:23

administrator   ~0017791

Ok, so there is no immediate change required here

Issue History

Date Modified Username Field Change
2010-06-08 13:31 dalton New Issue
2010-06-08 13:31 dalton File Added: NewIssue.zip
2010-06-08 13:35 dalton File Added: newIssue.PNG
2010-06-08 13:53 AHUser Note Added: 0017478
2010-06-08 13:53 AHUser Assigned To => AHUser
2010-06-08 13:53 AHUser Status new => feedback
2010-10-08 15:23 obones Note Added: 0017791
2010-10-08 15:23 obones Status feedback => resolved
2010-10-08 15:23 obones Resolution open => no change required