Search found 10 matches
- Tue Mar 18, 2014 4:21 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Re: Firefox memory issue...
Are you suggesting that waiting for "Chart1.draw()" to return and then starting the timer again will control this issue? If so, that would be a very simple solution.
- Mon Mar 17, 2014 7:26 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Re: Firefox memory issue...
I think we are not yet at the root of this problem. The issue is not add a new bar/remove an old bar. The issue has to do with redrawing the existing chart. I have attached a new little test project. This one will draw a chart with 500 random bars on it. Then it has a timer that will update only the...
- Thu Mar 13, 2014 8:13 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Re: Firefox memory issue...
I am attaching a small code project. It consists mostly of your sample code for adding new data to the control. It also contains a timer that fires once each second, and which populates an additional 100 data points with each tick. If you run it on IE or Chrome, it will run all day with no problems....
- Thu Mar 13, 2014 2:14 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Re: Firefox memory issue...
Bad news on providing a link for you. Apparently this project is only visible inside our company network. The developer on this project tells me he has some code where he has a timer updating the chart with random data, which produces similar results on firefox. I will see if I can get that project ...
- Thu Mar 13, 2014 1:32 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Re: Firefox memory issue...
Sorry, no. The issue I am referring to is different. If I fire up a chart in Firefox, memory usage will begin to grow. Once or twice you might see garbage collection come along and reduce the amount of memory used. Within a couple minutes, however, the memory used will exceed available resources and...
- Wed Mar 12, 2014 2:43 pm
- Forum: JavaScript / HTML5
- Topic: Firefox memory issue...
- Replies: 10
- Views: 24292
Firefox memory issue...
We have used the .Net version of TeeChart for years. Great product! We are now evaluating the HTML5 chart control. We can create the chart, update it dynamically from websockets, etc. On IE and Chrome it runs fine. On Firefox we see the associated memory go up, up, up, until it finally blows up. Hav...
- Mon Feb 03, 2014 3:44 pm
- Forum: .NET
- Topic: TFS Build Service Error
- Replies: 5
- Views: 12903
Re: TFS Build Service Error
I did not see the entry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\TeeChart. After adding the path to the Steema Software\Steema TeeChart...\x86 folder there, TFS did pick it up. Looks like that was the missing piece.
- Fri Jan 31, 2014 3:03 pm
- Forum: .NET
- Topic: TFS Build Service Error
- Replies: 5
- Views: 12903
Re: TFS Build Service Error
Thanks for trying. I was aware of TeeReg from reading earlier posts before asking the question. I had downloaded and run that. I can see that the additional entry is in both Steem Software locations in the registry. Even with those in place, the TFS Build compilation fails. I have come across Intern...
- Wed Jan 29, 2014 7:47 pm
- Forum: .NET
- Topic: TFS Build Service Error
- Replies: 5
- Views: 12903
Re: TFS Build Service Error
Just a quick follow-up with a bit more info: - After installing TeeChart on the TFS build server, I do have the DesignKeyV2010 key HKEY_LOCAL_MACHINE\Software\Steema\TeeChart.NET. - The License file is built as part of the project. Looks correct to me. - I tried the TRegister tool. It seemed to run ...
- Wed Jan 29, 2014 4:46 pm
- Forum: .NET
- Topic: TFS Build Service Error
- Replies: 5
- Views: 12903
TFS Build Service Error
I am attempting to add a project to our TFS Build server. I have the latest copy of TeeChart .Net installed on both my development machine and the TFS build machine. When I run the build script, I get the following error: My Project\licenses.licx (11): Unable to resolve type 'Steema.TeeChart.TChart,...