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
Search found 1289 matches
- Thu Jun 12, 2025 2:45 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 5
- Views: 1672
- Tue Jun 10, 2025 4:31 pm
- Forum: .NET
- Topic: Custom axes with automatic scaling
- Replies: 5
- Views: 1672
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: 5
- Views: 1672
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: 5
- Views: 1672
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: 11175
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: 11175
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: 11175
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: 15225
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: 11855
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: 15225
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: 12877
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....
- Fri May 09, 2025 8:50 am
- Forum: VCL / FMX
- Topic: Problem with Virtual Array Data demo
- Replies: 3
- Views: 12877
Re: Problem with Virtual Array Data demo
Hello, Hmmm.... I see a "VCLTee.Editor.Painter.GDIPlus" .pas and .dfm in the sources VCL folder for my 1.17 installation and the demo runs correctly "demos\VirtualData\Array\TeeGrid_Array_Data.dproj". I do have the source pathed though. I'll check with a clean installation. I confirm that the compil...
- Fri May 09, 2025 8:39 am
- Forum: VCL / FMX
- Topic: Demo in wrong place
- Replies: 3
- Views: 6265
Re: Demo in wrong place
Hello,
Yes, TeeBI supports VCL but requires the extended TeeBI sourcecode is necessary if integration is required. We are working to address that and expect to publish publicly available TeeBI units in the near future for wider access from TeeGrid.
Regards,
Marc Meumann
Yes, TeeBI supports VCL but requires the extended TeeBI sourcecode is necessary if integration is required. We are working to address that and expect to publish publicly available TeeBI units in the near future for wider access from TeeGrid.
Regards,
Marc Meumann
- Thu Apr 24, 2025 11:51 am
- Forum: .NET
- Topic: FastLine.LinePen.Width
- Replies: 1
- Views: 16848
Re: FastLine.LinePen.Width
Hello,
At this moment in time, only an integer setting for Pen width is available for the FastLine LinePen. This is a property that will likely be moved to double at some stage in the future.
Regards,
Marc Meumann
At this moment in time, only an integer setting for Pen width is available for the FastLine LinePen. This is a property that will likely be moved to double at some stage in the future.
Regards,
Marc Meumann
- Tue Mar 25, 2025 9:28 am
- Forum: VCL / FMX
- Topic: Scrollbars do not affect the teegrid
- Replies: 3
- Views: 41244
Re: Scrollbars do not affect the teegrid
Hello,
We're unable to reproduce the problem in RAD Studio 12 (Version 29.0.53982.0329 ). Are you able to send us a small sample project that reproduces the issue. Tested with with VCL C++ x64.
Regards,
Marc Meumann
We're unable to reproduce the problem in RAD Studio 12 (Version 29.0.53982.0329 ). Are you able to send us a small sample project that reproduces the issue. Tested with with VCL C++ x64.
Regards,
Marc Meumann