View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003898 | JEDI VCL | 00 JVCL Components | public | 2006-09-13 01:24 | 2006-09-13 01:51 |
Reporter | user72 | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Platform | Windows | OS | XP | OS Version | sp2 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0003898: TJvBalloonHint: do not call UTF8ToWideString in TJvBalloonWindow.CalcHintRect | ||||
Description | The call to UTF8ToWideString in TJvBalloonWindow.CalcHintRect mess up the hint string displayed if you are using international characters. This is no suprise since the hint is not in UTF8 format when it is used in this method. Simply removing the UTF8ToString call is sufficient, i.e. the first lines of TJvBalloonWIndow.CalcHintRect should read: ... Init(AData); FMsg := AHint; ... That's it. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-09-13 01:24 |
|
New Issue | |
2006-09-13 01:25 |
|
Description Updated | |
2006-09-13 01:50 | obones | Relationship added | duplicate of 0003885 |
2006-09-13 01:51 | obones | Status | new => resolved |
2006-09-13 01:51 | obones | Resolution | open => duplicate |
2006-09-13 01:51 | obones | Assigned To | => obones |
2006-09-13 01:51 | obones | Note Added: 0010114 |