View Issue Details

IDProjectCategoryView StatusLast Update
0005661JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterRichard WinstonAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.40 
Target VersionFixed in Version3.46 
Summary0005661: JvChartDemo doesn't work properly due to bugs in TJvChart and demo form.
Description1. In JvChartDemo if you select "Demo|Show Data in listbox", the listbox appears but is empty. The problem can be traced to FDataAlloc never being set in TJvChartData.Grow. Adding the following to the end of TJvChartData.Grow fixes the problem.
  
  FCataAlloc = Length(FData);

2. In JvChartDemo if you click on the "SpeedButtonTestMouseOver" and then on the speed button for any of the chart types, an exception is raised. The problem can be fixed by adding the following line near the beginning of TJvChartDemoForm.NewValues.

  Chart.Options.PenCount := 3;
TagsNo tags attached.

Activities

obones

2012-02-24 11:09

administrator   ~0019523

This is now fixed in SVN

Issue History

Date Modified Username Field Change
2011-09-24 14:07 Richard Winston New Issue
2011-10-07 16:06 obones Status new => acknowledged
2012-02-24 11:09 obones Note Added: 0019523
2012-02-24 11:09 obones Status acknowledged => resolved
2012-02-24 11:09 obones Fixed in Version => Daily / SVN
2012-02-24 11:09 obones Resolution open => fixed
2012-02-24 11:09 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46