Anonymous | Login | Signup for a new account | 2019-02-20 01:13 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005274 | [JEDI VCL] 00 JVCL Components | minor | always | 2010-07-06 14:05 | 2012-02-29 16:53 | ||
Reporter | Yams | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.39 | ||||
Summary | 0005274: TJvTrayIcon Access Violation if length of hint is more than 255 symbols | ||||||
Description | When I try to show long-length hint via TJvTrayIcon component, then I catch an Access violation message. Also, part of string from text goes to caption. Screenshot is attached. | ||||||
Additional Information |
A code to reproduce this error: procedure TfmMain.SomeButtonClick(Sender: TObject); Var S: String; I: Integer; begin S:= '123456'0000013#10; // 8 symbols for I := 1 to 6 do // 8*(2^6) = 512 symbols S:= S+S; tiMain.BalloonHint('Caption of hint', S); // here are an error end; |
||||||
Tags | No tags attached. | ||||||
Attached Files |
![]() ![]() |
||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |