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 - Instrument Gauges demo strange behaviour
Summary: Instrument Gauges demo strange behaviour
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:22 EDT by Edu
Modified: 2024-05-30 06:23 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: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);