Page 1 of 1

Load exported chart with gauges

Posted: Tue Feb 11, 2014 2:30 pm
by 15654539
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

Re: Load exported chart with gauges

Posted: Thu Feb 13, 2014 2:11 pm
by narcis
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.

Re: Load exported chart with gauges

Posted: Thu Feb 13, 2014 2:54 pm
by 15654539
Windows 2008 sever 64bits.
Visual studio 2010
Framework 4.0
windows forms

Thanks

Re: Load exported chart with gauges

Posted: Thu Feb 13, 2014 3:06 pm
by narcis
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.

Re: Load exported chart with gauges

Posted: Fri Feb 14, 2014 8:33 am
by 15654539
Hi,

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

Press first button1, then button2 and then button3.

Thanks!

Re: Load exported chart with gauges

Posted: Fri Feb 14, 2014 12:33 pm
by Christopher
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.