CopyToClipBoard: Runtime.InteropServices.ExternalException

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jbalasub
Newbie
Newbie
Posts: 10
Joined: Thu Nov 20, 2003 5:00 am

CopyToClipBoard: Runtime.InteropServices.ExternalException

Post by jbalasub » Thu Jun 17, 2004 6:50 pm

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jun 18, 2004 8:17 am

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.

jbalasub
Newbie
Newbie
Posts: 10
Joined: Thu Nov 20, 2003 5:00 am

Same error with 1.1.1544.23908

Post by jbalasub » Fri Jun 18, 2004 9:27 pm

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jun 21, 2004 11:41 am

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 ?

Post Reply