View Issue Details

IDProjectCategoryView StatusLast Update
0005501JEDI VCL00 JVCL Componentspublic2011-09-21 11:46
ReporterstevegrAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.40 
Target VersionFixed in Version 
Summary0005501: TJvDBGrids.DrawingStyle
DescriptionWhen the value of TJvDBGrids.DrawingStyle property is gdsGradient, the header DOES NOT HAVE the same outlook as with TDBGrids.

In Windows 7 using both gdsGradient and gdsThemed values with TJvDBGrids have the same outlook.
TagsNo tags attached.

Activities

obones

2011-06-07 17:44

administrator   ~0018603

Please provide the zipped sources of a sample application showing this

stevegr

2011-06-10 18:24

reporter   ~0018729

Yesterday I checked the latest SVN and this issue is resolved, but there are other bugs regarding TJvDBGrids (Delphi 2010 on Windows 7 and XP).

1) When (FixedCols > 0) and DrawingStyle in [gdsThemed, gdsGradient].
On Windows 7: When I minimize the application and restore it, a black border line appear around each cell of the fixed cols.
On XP: The canvas paint color of fixed cells does not apply properly after maximizing the form (maybe transparency problem).

2) The color of focused cell (or rows if MultySelect or RowSelect is true) is the same for each DrawingStyle.(gdsClassic is used). That is not the same with TDBGrid.

3) Old bug coming from Delphi 7 version. On mouse scrolling, selected record is moving by step of two (skip one).

4) When MultySelect is true, fixed cols are colored blue also.

--> A thought. When MultySelect is true, is very difficult to distinguish between MultySelected rows and selected cell or row (RowSelect true). Whould be better if MultySelected rows are colored slightly different (with a lighter color perhaps) than the selected cell or row that is not included in MultySelected rows.

stevegr

2011-06-19 18:00

reporter   ~0018782

Sorry, number 3 is not a bug. I checked into the source.

obones

2011-09-21 11:46

administrator   ~0018921

This one is fixed. Please create other reports with a sample application for the remaining ones

Issue History

Date Modified Username Field Change
2011-02-27 16:36 stevegr New Issue
2011-06-07 17:44 obones Note Added: 0018603
2011-06-07 17:44 obones Status new => feedback
2011-06-10 18:24 stevegr Note Added: 0018729
2011-06-19 18:00 stevegr Note Added: 0018782
2011-09-21 11:46 obones Note Added: 0018921
2011-09-21 11:46 obones Status feedback => resolved
2011-09-21 11:46 obones Resolution open => fixed
2011-09-21 11:46 obones Assigned To => obones