Search found 35 matches
- Thu Dec 17, 2020 11:17 pm
- Forum: VCL
- Topic: Formatting bug with a strange fix
- Replies: 1
- Views: 8779
Formatting bug with a strange fix
We were getting a formatting bug with a series in our application. We are using the .LeftAxis.LabelsFormat.TextFormat := ttfHtml setting and the left axis appeared correctly until the mouse hovered over it--then it appeared with the html formatting. Here are two images, showing what was happening: h...
- Thu Oct 08, 2020 6:37 pm
- Forum: VCL
- Topic: Source code for the demo
- Replies: 1
- Views: 8949
Source code for the demo
I want to look at the source code to the gauge demo but I can't seem to find it--I downloaded the demo and while that provides instructions, I didn't see how to point the demo to the source directory.
How do I get the source code for the demo?
Thank you,
Ed Dressel
How do I get the source code for the demo?
Thank you,
Ed Dressel
- Wed Sep 30, 2020 2:56 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
Re: Caption goes outside of bounderies
Perfect. Thank you for the quick response.
- Tue Sep 29, 2020 8:30 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
Re: Caption goes outside of bounderies
We are a lot closer, but not quite there: if the legend is in the way (on the top or bottom) and has a large number of items in it, the caption can get truncated. To reproduce this change the line in the constructor so that there are 20 sample values: Series1.FillSampleValues(20); Thank you, Ed Dres...
- Tue Sep 22, 2020 2:03 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
- Fri Sep 18, 2020 5:19 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
Re: Caption goes outside of bounderies
Your solution works well with the rendering of the TChart, but when creating an image, it does not work. See the attached demo, which has a TImage one third the height of the chart, but the caption does not size correctly.
How could this be done for rendering to an image?
Thank you,
Ed Dressel
How could this be done for rendering to an image?
Thank you,
Ed Dressel
- Thu Sep 17, 2020 2:43 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
Thank you.
From our testing, we believe it is fixed. We will be releasing it to our customers next week.
Ed Dressel
From our testing, we believe it is fixed. We will be releasing it to our customers next week.
Ed Dressel
- Thu Sep 17, 2020 2:30 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
Re: Caption goes outside of bounderies
Thank you for your response.
I have this problem in a dozen+ charts.
Could a future version have a .WrapText property? That would be easier.
I have this problem in a dozen+ charts.
Could a future version have a .WrapText property? That would be easier.
- Tue Sep 15, 2020 4:05 pm
- Forum: VCL
- Topic: Caption goes outside of bounderies
- Replies: 9
- Views: 25714
Caption goes outside of bounderies
In a very simple demo (attached) I have a caption on the left axis (but this problem can occur on other axes as well) where the caption can go beyond the area it should if the app is made smaller--here is an image from the attached demo where I resized the app and the left axis caption goes outside ...
- Thu Sep 10, 2020 3:40 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
Thank you for the quick response.
Can I get the source to the demo as well?
Can I get the source to the demo as well?
- Wed Sep 09, 2020 3:51 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
Thank you for your response. A couple of items in response: 1) Is this what you are recommending for ChangeScale: {$IFNDEF FMX} procedure TCustomTeePanel.ChangeScale(M, D: Integer{$IFDEF D24}; isDpiChange: Boolean{$ENDIF}); begin inherited; // if M <> D then // begin // Canvas.FontZoom:=FView3DOptio...
- Tue Sep 08, 2020 8:14 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
Sorry, but any solutions yet? This is really hurting the quality of my application.
- Fri Sep 04, 2020 8:36 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
I found the bug reports in my spam folder. Thanks.
The setting were are changing is right clicking on the desktop and selecting "Display Settings" and then changing the "Change the size of text, apps and other items"
We are not logging in and out. Windows version 10 Build 19041.450.
The setting were are changing is right clicking on the desktop and selecting "Display Settings" and then changing the "Change the size of text, apps and other items"
We are not logging in and out. Windows version 10 Build 19041.450.
- Thu Sep 03, 2020 3:16 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
We are not logging in and out, but that is the same for the image for 10.2. I try to not have to do that. The demo you provided to fix it required a lot of work on our side to fix every font because of the chart (and they currently work just fine). I am guessing the image was blurry because of the a...
- Tue Sep 01, 2020 4:34 pm
- Forum: VCL
- Topic: Display settings and font size
- Replies: 36
- Views: 109063
Re: Display settings and font size
Is there a reason you aren't using my demo? In your demo, you are controlling all of the fonts on the form. I can't do that: I have hundreds of forms with some forms having hundreds of components. This used to work in a previous version fo TChart. Was there a reason you didn't use my original demo? ...