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 2713

Summary: Instrument Gauges demo strange behaviour
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:22:51 EDT
When clicking "Edit", instead of showing the editor, the whole page is shown again but on a different window, and it can be looped (so clicking "Edit" on every window that opens)

NET6 and FR48
Comment 1 Edu 2024-05-30 06:23:25 EDT
Easy fix.

            Steema.TeeChart.Editors.EditorUtils.ShowFormModal(this, s);
            → 
            Steema.TeeChart.Editors.EditorUtils.ShowFormModal(s);