View Issue Details

IDProjectCategoryView StatusLast Update
0001481JEDI VCL00 JVCL Componentspublic2004-03-16 03:37
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001481: Hint bug in JvOfficeColorButton
Descriptionif set showcolorhint to true,The hint is black,anything can't see!
TagsNo tags attached.

Activities

user72

2004-03-16 00:23

  ~0003347

This is a problem with JvExForm (it doesn't override CreateNew to set the default hint color). As a temporary fix, add the following to JvColorForm.pas (changes are in bold):

constructor TJvOfficeColorForm.CreateNew(AOwner: TComponent; Dummy: Integer);
var
  ParentControl: TWinControl;
begin
  inherited CreateNew(AOwner, Dummy);

  HintColor := Application.HintColor;

  FInited := False;
  ...

user72

2004-03-16 03:37

  ~0003352

A temproary fix has been posted to CVS. A more permanent fix will follow.

Issue History

Date Modified Username Field Change
2004-03-15 20:39 anonymous New Issue
2004-03-16 00:23 user72 Note Added: 0003347
2004-03-16 00:23 user72 Status new => assigned
2004-03-16 00:23 user72 Assigned To => user72
2004-03-16 00:23 user72 Status assigned => acknowledged
2004-03-16 03:37 user72 Status acknowledged => resolved
2004-03-16 03:37 user72 Resolution open => fixed
2004-03-16 03:37 user72 Note Added: 0003352