View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006171 | JEDI VCL | 00 JVCL Components | public | 2013-07-16 15:51 | 2014-09-03 11:29 |
Reporter | altaveron | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006171: Incorrect font of a hint window with ShowCellHint = True | ||||
Description | Operation system is Windows 7 x64. Steps to reproduce: 1. Set the following properties of a TJvDBGrid instance: ShowCellHint := True; CellHintPosition := gchpDefault; ShowHint := True; 2. Move mouse to grid cell with a long text and wait for a hint. The font of the hint window will be different from the font of the cell. The font of the hint window should be the same as the font of the cell. | ||||
Additional Information | There is the following code on CMShowHint method on JvDBGrid.pas: Canvas.Font.Assign(Font); But the font of the hint is incorrect. Why so? | ||||
Tags | No tags attached. | ||||
|
> he font of the hint window should be the same as the font of the cell. why ??? Look at windows settings - hint font is a separate setting, independent from caption font and or button font and or message font |
2013-08-31 03:47
|
|
|
Because the grid displays hint on cell rect - so it must have the same font on this case. |
|
Please provide the zipped sources of an application showing this |
2014-03-02 14:58
|
0006171.zip (775,782 bytes) |
|
Steps to reproduce: 1. Run the demo project. 2. Move mouse cursor to a cell and wait for a hint. Actual result: Cell hint will be shown with incorrect font. Should be: Cell hint should be shown with the same font as on the cell. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-16 15:51 | altaveron | New Issue | |
2013-08-31 03:44 | Arioch | Note Added: 0020607 | |
2013-08-31 03:47 | Arioch | File Added: jvcl-0006171.png | |
2013-08-31 03:47 | Arioch | Note Edited: 0020607 | |
2013-08-31 03:48 | Arioch | Status | new => feedback |
2013-09-27 15:07 | altaveron | Note Added: 0020642 | |
2013-12-13 11:47 | obones | Note Added: 0020802 | |
2014-03-02 14:58 | altaveron | File Added: 0006171.zip | |
2014-03-02 14:59 | altaveron | Note Added: 0020917 | |
2014-09-03 11:29 | obones | Status | feedback => acknowledged |