Hello Marc,
thanks for the workaround, it works well.
The clipboard can then simply be deleted with Clipboard.Clear
Search found 9 matches
- Thu Aug 17, 2023 6:02 am
- Forum: VCL
- Topic: Displaying charts on TeePreviewPanel
- Replies: 7
- Views: 22564
- Mon Aug 14, 2023 6:53 am
- Forum: VCL
- Topic: Displaying charts on TeePreviewPanel
- Replies: 7
- Views: 22564
Re: Displaying charts on TeePreviewPanel
Does anyone have a solution or workaround for the prolem?
- Wed Aug 09, 2023 4:11 pm
- Forum: VCL
- Topic: Displaying charts on TeePreviewPanel
- Replies: 7
- Views: 22564
Re: Displaying charts on TeePreviewPanel
Hello Yeray, i was close to desperation to locate the problem in my application, but now I can reproduce it. In my application each of the 4 charts is assigned to separate page of a PageControl. If I start the application and immediately call up the print preview before all pages have been displayed...
- Wed Aug 02, 2023 11:39 am
- Forum: VCL
- Topic: Displaying charts on TeePreviewPanel
- Replies: 7
- Views: 22564
Displaying charts on TeePreviewPanel
Hi, to print several charts on one page I have a form containing a TeePreviewPanel. In my MainForm I have the following code to show the print preview: procedure TMainForm.ShowPrintPreview(Sender: TObject); begin Chart1.PrintProportional:=False; Chart2.PrintProportional:=False; Chart3.PrintProportio...
- Mon Jul 31, 2023 12:20 pm
- Forum: VCL
- Topic: Changing legend position
- Replies: 2
- Views: 14808
Re: Changing legend position
Thank you, that was it.
- Thu Jul 27, 2023 9:19 am
- Forum: VCL
- Topic: Changing legend position
- Replies: 2
- Views: 14808
Changing legend position
Hi, I want to show the legend always at the TopLeft of the chart rect: Chart1.Legend.Left := Chart1.ChartRect.Left; Chart1.Legend.Top := Chart1.ChartRect.Top; The chart is aligned to alClient of the main window, Legend.CustomPosition is set to true and Legend. PositionUnits is set to muPixels. But w...
- Wed May 04, 2022 8:28 am
- Forum: VCL
- Topic: Installation problem
- Replies: 4
- Views: 7984
Re: Installation problem
Hello Yeray,
the problem could be solved by updating from Delphi 11.0 to 11.1.
As a result, the problem no longer occurred with all older Delphi versions (these already had the current updates.)
Thank you
the problem could be solved by updating from Delphi 11.0 to 11.1.
As a result, the problem no longer occurred with all older Delphi versions (these already had the current updates.)
Thank you
- Tue May 03, 2022 12:33 pm
- Forum: VCL
- Topic: Installation problem
- Replies: 4
- Views: 7984
Re: Installation problem
Hello Yeray,
this seems to be a permanent problem.
All .bpl files are in the specified folder.
Running TeeInstall.exe as administrator does not solve the problem, even if I start the IDE with administrator rights and try to load the packages manually.
Jürgen
this seems to be a permanent problem.
All .bpl files are in the specified folder.
Running TeeInstall.exe as administrator does not solve the problem, even if I start the IDE with administrator rights and try to load the packages manually.
Jürgen
- Tue May 03, 2022 10:26 am
- Forum: VCL
- Topic: Installation problem
- Replies: 4
- Views: 7984
Installation problem
I have tried to update my TeeChart Pro Version with TeeChartVCLFMX-2022.35. After Installation I get several error messages when I start my Delphi11 Pro (see attached file). The same problem occurs with TeeChartVCLFMX-2022.34 and effects all older Delphi versions (10.2., 10.3, 10.4) on my system too...