View Issue Details

IDProjectCategoryView StatusLast Update
0005013JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporteronkelmehliAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.38 
Target VersionFixed in Version3.46 
Summary0005013: DrawColumnCell Checkbox not painted
Descriptionwhen DrawColumnCell Event is changed, Checkbox not painted (show screenshot)
Additional Informationon DrawColumnCell i have:

with JvDBGrid1 do
begin
    if gdSelected in State then
    begin
      Canvas.Brush.Color := clRed;
      Canvas.Font.Color := clBlack;
      DefaultDrawDataCell(Rect,Field,State);
    end;
end;

DefaultDrawing true or false it`s the same problem.
TagsNo tags attached.

Activities

2009-11-09 17:24

 

JvDBGrid_DrawColumnCell.bmp (162,294 bytes)
JvDBGrid_DrawColumnCell.bmp (162,294 bytes)

obones

2009-11-17 14:29

administrator   ~0016886

Please provide the zipped sources of a sample application showing this

2009-11-17 15:21

 

JvDBGrid_OnDrawColumnCell.rar (22,373 bytes)

onkelmehli

2009-11-17 15:25

reporter   ~0016889

ok, i provide the zipped sources incl. a BDE-table. Start project and focus column "Anzeige", you will see, the focused cell not painted with checkbox, but all other cells on this column.

obones

2009-12-04 15:21

administrator   ~0016939

Thanks for the application, someone will test this

obones

2012-02-27 15:49

administrator   ~0019584

This is now fixed in SVN

Issue History

Date Modified Username Field Change
2009-11-09 17:24 onkelmehli New Issue
2009-11-09 17:24 onkelmehli File Added: JvDBGrid_DrawColumnCell.bmp
2009-11-17 14:29 obones Note Added: 0016886
2009-11-17 14:29 obones Status new => feedback
2009-11-17 15:21 onkelmehli File Added: JvDBGrid_OnDrawColumnCell.rar
2009-11-17 15:25 onkelmehli Note Added: 0016889
2009-12-04 15:21 obones Note Added: 0016939
2009-12-04 15:21 obones Status feedback => acknowledged
2012-02-27 15:49 obones Note Added: 0019584
2012-02-27 15:49 obones Status acknowledged => resolved
2012-02-27 15:49 obones Fixed in Version => Daily / SVN
2012-02-27 15:49 obones Resolution open => fixed
2012-02-27 15:49 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46