Load exported chart with gauges

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Load exported chart with gauges

Post by acastro » Tue Feb 11, 2014 2:30 pm

I have just installed the last version of Teechart but now when I want to open a saved chart with gauges I get an error.

By example this chart
http://193.145.251.126/pnp/files/aRbaBT ... tgauge.ten

Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Load exported chart with gauges

Post by Narcís » Thu Feb 13, 2014 2:11 pm

Hi wakeup,

I can not reproduce the problem here loading your file in a WinForms application, dropping a TChart component in a form and using the code line below and using VS2012. Could you please provide more detailed information about your environment (Visual Studio version, target .NET Framework, type of application, operating system, etc.)?

Code: Select all

      tChart1.Import.Template.Load(@"G:\temp\testgauge.ten");
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Re: Load exported chart with gauges

Post by acastro » Thu Feb 13, 2014 2:54 pm

Windows 2008 sever 64bits.
Visual studio 2010
Framework 4.0
windows forms

Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Load exported chart with gauges

Post by Narcís » Thu Feb 13, 2014 3:06 pm

Hi wakeup,

I'm still unable to reproduce the problem following the steps I told in my previous post, using Windows 8.1 64-bit, VS2010 and .NET Framework 4.0. Can you please attach a simple example project we can run "as-is" with which we can reproduce the problem here?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Re: Load exported chart with gauges

Post by acastro » Fri Feb 14, 2014 8:33 am

Hi,

Please try this example
http://193.145.251.126/pnp/files/SCapUh ... Gauges.zip

Press first button1, then button2 and then button3.

Thanks!

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Load exported chart with gauges

Post by Christopher » Fri Feb 14, 2014 12:33 pm

wakeup wrote:Press first button1, then button2 and then button3.
Okay, I've been able to reproduce this here and have added it to our database of issues here. As you can see, this defect has already been fixed and will be included in the next maintenance release, which should be available within the next two or three working days.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply