Hello Garry,
Please retry the download when you are able to. A system modification had blocked download but has now been corrected. Apologies once again for the inconvenience.
Regards,
Marc
Search found 1296 matches
- Wed Jul 23, 2025 1:53 pm
- Forum: VCL / FMX
- Topic: Registered user - all downloads are 1k files
- Replies: 4
- Views: 837
- Wed Jul 23, 2025 1:39 pm
- Forum: VCL / FMX
- Topic: Registered user - all downloads are 1k files
- Replies: 4
- Views: 837
Re: Registered user - all downloads are 1k files
Hello Garry,
Apologies for the problem you are encountering. We'll check/correct and get back to this thread.
Regards,
Marc Meumann
Apologies for the problem you are encountering. We'll check/correct and get back to this thread.
Regards,
Marc Meumann
- Mon Jun 30, 2025 7:40 am
- Forum: .NET
- Topic: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
- Replies: 5
- Views: 14475
Re: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
Great! Thanks for the feedback.
Regards,
Marc
Regards,
Marc
- Fri Jun 27, 2025 3:26 pm
- Forum: .NET
- Topic: Clicking on TChart Causes BeforeSeries to Fire (but it didn't used to)
- Replies: 5
- Views: 14475
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: 5
- Views: 14475
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: 16536
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: 8064
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: 16536
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: 16536
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: 16536
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: 16536
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: 82950
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: 82950
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: 82950
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: 25946
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