View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001481 | JEDI VCL | 00 JVCL Components | public | 2004-03-15 20:39 | 2004-03-16 03:37 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001481: Hint bug in JvOfficeColorButton | ||||
Description | if set showcolorhint to true,The hint is black,anything can't see! | ||||
Tags | No tags attached. | ||||
|
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; ... |
|
A temproary fix has been posted to CVS. A more permanent fix will follow. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-15 20:39 | anonymous | New Issue | |
2004-03-16 00:23 |
|
Note Added: 0003347 | |
2004-03-16 00:23 |
|
Status | new => assigned |
2004-03-16 00:23 |
|
Assigned To | => user72 |
2004-03-16 00:23 |
|
Status | assigned => acknowledged |
2004-03-16 03:37 |
|
Status | acknowledged => resolved |
2004-03-16 03:37 |
|
Resolution | open => fixed |
2004-03-16 03:37 |
|
Note Added: 0003352 |