Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2717

Summary: Source tab not working for some demos
Product: .NET TeeChart Reporter: Edu <edu>
Component: Examples DemosAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Edu 2024-05-30 06:30:14 EDT
For some demos like [Functions > Perimeter], [Axis > GridDrawEvery] (and others), the "source" tab isn't working. It shows blank or the source tab of the last seen demo.
Comment 1 Edu 2024-05-30 06:31:31 EDT
In the [Main], there's a textBox containing the path of the different demos.
At least a few of them had errors, which caused this error.

Edited, at least:
from:
   Perimeter,Function_Perimeter,\\Functions\Perimeter
   Grid DrawEvery,Axis_GridDrawEvery,\\Axis\\Grid_DrawEvery
to:
   Perimeter,Function_Perimeter,\\Functions\Function_Perimeter
   Grid DrawEvery,Axis_GridDrawEvery,\\Axis\\Axis_GridDrawEvery

Changes were made both in framework 4.8 version and NET6+ version.