View Issue Details

IDProjectCategoryView StatusLast Update
0005274JEDI VCL00 JVCL Componentspublic2012-02-29 16:53
ReporterYamsAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.39 
Target VersionFixed in Version3.45 
Summary0005274: TJvTrayIcon Access Violation if length of hint is more than 255 symbols
DescriptionWhen 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 InformationA 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;
TagsNo tags attached.

Activities

2010-07-06 14:05

 

TJvTrayIcon error.jpg (60,881 bytes)
TJvTrayIcon error.jpg (60,881 bytes)

obones

2010-08-20 11:45

administrator   ~0017598

Please provide the zipped sources of a sample application showing this

2010-08-20 11:51

 

TJvTrayIconTest.zip (8,655 bytes)

Yams

2010-08-20 11:52

reporter   ~0017608

Package is uploaded, please check it.

obones

2010-10-08 16:20

administrator   ~0017819

Thanks, this is now fixed in SVN

Issue History

Date Modified Username Field Change
2010-07-06 14:05 Yams New Issue
2010-07-06 14:05 Yams File Added: TJvTrayIcon error.jpg
2010-08-20 11:45 obones Note Added: 0017598
2010-08-20 11:45 obones Status new => feedback
2010-08-20 11:51 Yams File Added: TJvTrayIconTest.zip
2010-08-20 11:52 Yams Note Added: 0017608
2010-10-08 16:20 obones Note Added: 0017819
2010-10-08 16:20 obones Status feedback => resolved
2010-10-08 16:20 obones Fixed in Version => Daily / SVN
2010-10-08 16:20 obones Resolution open => fixed
2010-10-08 16:20 obones Assigned To => obones
2012-02-29 16:53 obones Fixed in Version Daily / SVN => 3.45