View Issue Details

IDProjectCategoryView StatusLast Update
0002614MMW v4Burning / Disc Handlingpublic2007-03-20 19:16
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version3.0 
Summary0002614: Insufficient space warnings are not in red
DescriptionIn the burn wizard, if there's no disc or insufficient space, the fix to 2159 caused the text in the status bar to no longer appear in read.

It should somehow be made more visible.
TagsNo tags attached.
Fixed in build1004

Activities

jiri

2006-08-27 22:03

administrator   ~0007798

The problem was caused by my fix because now always default font color is used. Please modify it so that in some special cases (some new property is set?) the specified font color is used. This way red (or blinking) text could be shown.

Insert the necessary code after:

          if useStandardFont then
          begin
            TheText.Canvas.Font := Self.Font;
            TheImage.Canvas.Font := Self.Font;
            TheText.Canvas.Font.Color := AdjustColor( ColorToRGB(Self.Font.Color), ColorToRGB(BackColor));
            TheImage.Canvas.Font.Color := AdjustColor( ColorToRGB(Self.Font.Color), ColorToRGB(ForeColor));
          end;


in GaugePlus.pas unit. Make sure that the other functionality remains untouched.

Ludek

2006-09-05 09:57

developer   ~0007843

Ok, I have added another property (HighlightedText) to GaugePlus and I've fixed this issue this way.

rusty

2007-03-20 19:16

administrator   ~0008866

Verified 1023.