Page 1 of 1

CopyToClipBoard: Runtime.InteropServices.ExternalException

Posted: Thu Jun 17, 2004 6:50 pm
by 8122863
Hello,

I use the following command to save an image of the chart to the clipboard.
this.tChart.Export.Image.TIFF.CopyToClipboard();

This works sometimes but at other instances, it throws the System.Runtime.InteropServices.ExternalException.

I am running version 1.1.1499.42325 of TChart.
Thanks
JB

Posted: Fri Jun 18, 2004 8:17 am
by Pep
Hi,

have you tried if it happens using the latest build : 1.1.1544.23908
I've test it here some times and it does not give me any error.

Same error with 1.1.1544.23908

Posted: Fri Jun 18, 2004 9:27 pm
by 8122863
Hi,

I downloaded and executed using the latest build. Unfortunately, it gives me the same error with the latest build also.

Here's some environment information. The runtime version of the .NET framework is v1.1.4322 and the TChart version is 1.1.1544.23908. Microsoft Visual C# .NET version is 69586-335-0000007-18645

I used QuickWatch and I found that the TIFF property is accessible through tChart.Export.Image.TIFF. However, the CopyToClipboard message issues the exception.

Any feedback is greatly appreciated. Thanks
J

Posted: Mon Jun 21, 2004 11:41 am
by Pep
Hi,

could you please post an example with which you¡re getting the error into the Steema.Public.attachments newsgroup so I can try to reproduce it here ?