Search found 1293 matches
- Fri Jun 27, 2025 3:26 pm
- Forum: .NET
- Topic: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
- Replies: 2
- Views: 283
Re: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
..as a followup, the suggestion to avoid the repaint on click: private void tChart1_Click(object sender, EventArgs e) { tChart1.AutoRepaint = false; this.Text = "Click shouldn't cause a redraw." + DateTime.Now.ToString(); } private void tChart1_MouseUp(object sender, MouseEventArgs e) { tChart1.Auto...
- Fri Jun 27, 2025 3:12 pm
- Forum: .NET
- Topic: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
- Replies: 2
- Views: 283
Re: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
Hello Joseph,
I took a look at the bug report here and used the example project to arrive at a suggestion. Please review:
#2772
With thanks.
Regards,
Marc Meumann
I took a look at the bug report here and used the example project to arrive at a suggestion. Please review:
#2772
With thanks.
Regards,
Marc Meumann
- Fri Jun 20, 2025 2:27 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7063
Re: Custom axes with automatic scaling
Hello René, Re. configure it so that I can only zoom horizontally, the min/max is set for automatically scaled axes. Yes, good point. If the zoom is horizontal-only then vertical axis settings (automatic included), shouldn't be affected. We'll check that and consider related factors. Regards, Marc
- Mon Jun 16, 2025 2:03 pm
- Forum: VCL / FMX
- Topic: Error with new Teegrid.Selected.EnterKey
- Replies: 2
- Views: 3933
Re: Error with new Teegrid.Selected.EnterKey
Hello, I've not been able to reproduce the problem. Please check that you are using the latest version (1.18) and that there are no conflicting versions of TeeGrid on the search path. I assume you mean selecting NextCell or NextRow, etc from the property Editing.Enterkey in the object inspector. I h...
- Thu Jun 12, 2025 2:45 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7063
Re: Custom axes with automatic scaling
As a followup, improvements to zoom sectoring have been made for inclusion with next update.
ref. https://www.steema.com/bugs/show_bug.cgi?id=2768
ref. https://www.steema.com/bugs/show_bug.cgi?id=2768
- Tue Jun 10, 2025 4:31 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7063
Re: Custom axes with automatic scaling
Hello René, Yes, I see the difference before and after build 4.2025.2.22. Turning off automatic is correct (intentional) by design; when setting SetMinMax, one is overriding automatic behaviour. That has always been the case for the main axes (Left, Top, Right, Bottom and Depth) but was missing from...
- Tue Jun 10, 2025 12:02 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7063
Re: Custom axes with automatic scaling
...just one extra note on this, it may save needing to go to a more detailed example. Setting a zoomrect with height zero, expresses to me a non-visible result. I may have misunderstood a part of the description and/or it may be that part of the bug #2758 was letting that kind of zoomrect for custom...
- Tue Jun 10, 2025 10:48 am
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 7
- Views: 7063
Re: Custom axes with automatic scaling
Hello,
The issue is complex, both related to the earlier reported #2758 and your description here. Are you able to send us a small sample project that highlights the problem and will help us to identify a solution?
With thanks.
Regards,
Marc Meumann
The issue is complex, both related to the earlier reported #2758 and your description here. Are you able to send us a small sample project that highlights the problem and will help us to identify a solution?
With thanks.
Regards,
Marc Meumann
- Wed Jun 04, 2025 4:11 pm
- Forum: JavaScript / HTML5
- Topic: DragTool: Points can be moved only vertically
- Replies: 6
- Views: 22006
Re: DragTool: Points can be moved only vertically
Hello Rolf, You may find this demo useful for reference: https://www.steema.com/files/public/teechart/html5/latest/demos/intro/bars.htm There are a few axis related properties of interest: This may resolve the scaling-start you have seen. Chart1.axes.bottom.labels.roundFirst=true; You can adjust the...
- Wed Jun 04, 2025 6:55 am
- Forum: JavaScript / HTML5
- Topic: DragTool: Points can be moved only vertically
- Replies: 6
- Views: 22006
Re: DragTool: Points can be moved only vertically
Hello Rolf, Re. Why do I need the same event handlers in Chart1 and series a1? I think you probably don't. I moved a little quickly, with over-caution, as there are some mouse events/behaviours that one might want to trap when not over a Series. In this case I don't think that will be necessary and ...
- Wed May 28, 2025 12:03 pm
- Forum: JavaScript / HTML5
- Topic: DragTool: Points can be moved only vertically
- Replies: 6
- Views: 22006
Re: DragTool: Points can be moved only vertically
Hello Rolf, The JS DragTool is thought of for one plane movement only (normally Y). It's not too complicated to code it from scratch though, using mousedown, up and move. I've put an example up here: areadragpointsxy.htm Right mouse - view source on the page to see how it's done. Regards, Marc Meumann
- Fri May 23, 2025 11:58 am
- Forum: VCL / FMX
- Topic: Problem with Cell Editors Demo
- Replies: 3
- Views: 18577
Re: Problem with Cell Editors Demo
Hello Dave,
Yes, I ran it on Win11. Even though I wasn't able to reproduce the symptom you saw exactly, it's clear that handling for checkbox could do with improvement. We're looking at it.
Regards,
Marc
Yes, I ran it on Win11. Even though I wasn't able to reproduce the symptom you saw exactly, it's clear that handling for checkbox could do with improvement. We're looking at it.
Regards,
Marc
- Fri May 16, 2025 12:22 pm
- Forum: VCL / FMX
- Topic: Automatically rendering a TChart in grid via RTTI
- Replies: 1
- Views: 15150
Re: Automatically rendering a TChart in grid via RTTI
Hello, We don't have an example of that and I'm looking further at current possibilities and to whether extended TeeBI classes we are working to integrate will offer a means to render a live chart. For the moment, at the least the image of the Chart can be generated and rendered in the same way as t...
- Fri May 16, 2025 7:42 am
- Forum: VCL / FMX
- Topic: Problem with Cell Editors Demo
- Replies: 3
- Views: 18577
Re: Problem with Cell Editors Demo
Hello, Apologies for the delay with this reply. I can't reproduce the first problem you found, of the checkbox appearing in the text field, but see that Checkbox does behave differently in terms of focus to the other editor types. We'll review the interaction of checkbox as a chosen Editor. Regards,...
- Fri May 09, 2025 9:25 am
- Forum: VCL / FMX
- Topic: Problem with Virtual Array Data demo
- Replies: 3
- Views: 16191
Re: Problem with Virtual Array Data demo
..I've checked. VCLTee.Editor.Painter.GDIPlus is missing from the VCLTeeGrid.dpk file. We'll add the entry for the next release (being prepared now). As an interim you can manually add it as a last line to that file before running TeeRecompile. eg. VCLTee.Editor.Grid.Ticker in '..\VCL\VCLTee.Editor....