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
Load exported chart with gauges
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Load exported chart with gauges
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.)?
Thanks in advance.
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");
Best Regards,
Narcís Calvet / 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 |
Re: Load exported chart with gauges
Windows 2008 sever 64bits.
Visual studio 2010
Framework 4.0
windows forms
Thanks
Visual studio 2010
Framework 4.0
windows forms
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Load exported chart with gauges
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.
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 |
Instructions - How to post in this forum |
Re: Load exported chart with gauges
Hi,
Please try this example
http://193.145.251.126/pnp/files/SCapUh ... Gauges.zip
Press first button1, then button2 and then button3.
Thanks!
Please try this example
http://193.145.251.126/pnp/files/SCapUh ... Gauges.zip
Press first button1, then button2 and then button3.
Thanks!
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Load exported chart with gauges
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.wakeup wrote:Press first button1, then button2 and then button3.
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 |