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 - Source tab not working for some demos
Summary: Source tab not working for some demos
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Examples Demos (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-30 06:30 EDT by Edu
Modified: 2024-05-30 06:31 EDT (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.