View Issue Details

IDProjectCategoryView StatusLast Update
0001645JEDI VCL00 JVCL Componentspublic2004-04-28 09:13
ReporterMarkus SpoettlAssigned Tomarcelb 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001645: JvInspector: Checkbox drawing
DescriptionI'd like to request a small change in checkbox drawing. Just before and after "if bool with ACanvas do begin" in TJvInspectorBooleanItem.DrawValue.


// addition begin
        ACanvas.Pen.Color := clActiveBorder;
        ACanvas.Pen.Width := 1;
        ACanvas.Rectangle(ARect);
        InflateRect(ARect, -1, -1);
// addition end
      if Bool then
        with ACanvas do
        begin
// addition begin
            InflateRect(ARect, -1, -1);
// addition end

The problem now is that you get no indication as to which type of value it is if the value of the item is false. The value field is just empty, could be anything.

With the change, there is a box drawn around the value, which makes it an empty box or a box with a check mark.
TagsNo tags attached.

Activities

marcelb

2004-04-15 09:17

manager   ~0003875

Thanks. Will add this to CVS later.

marcelb

2004-04-28 09:13

manager   ~0004113

Fixed in CVS rev 1.87

Issue History

Date Modified Username Field Change
2004-04-15 08:35 Markus Spoettl New Issue
2004-04-15 09:17 marcelb Note Added: 0003875
2004-04-15 09:17 marcelb Assigned To => marcelb
2004-04-15 09:17 marcelb Status new => assigned
2004-04-28 09:13 marcelb Status assigned => resolved
2004-04-28 09:13 marcelb Resolution open => fixed
2004-04-28 09:13 marcelb Note Added: 0004113