Hi,
is there any patch available for LoadFromURL method to work properly for
Teechart 6.0.0.6?
We are trying to resolve our customer issue with teechart.
Please let us know?
Thanks
Bala Ghanta
Software Developer
Compuware Corporation
bala.ghanta@compuware.com
Phone:31322758853
Search found 11 matches
- Sun Sep 30, 2007 6:24 am
- Forum: ActiveX
- Topic: TChart does not display first series
- Replies: 3
- Views: 7808
- Thu Sep 27, 2007 6:23 pm
- Forum: ActiveX
- Topic: TChart does not display first series
- Replies: 3
- Views: 7808
TChart does not display first series
Hi, We are using 6.0.0.6 for charting. In our product we have chart refresh functionality. So when user clicks on refersh we will create .tee file in the server end, and we call Chart.Import.LoadFromURL(urlteeChartFileName) in javascript. Some times chart does not show data series as lines even thou...
- Tue Jul 18, 2006 7:40 pm
- Forum: ActiveX
- Topic: teeChart6.ocx Hangs IIS in ASP application.
- Replies: 35
- Views: 56716
new Version available fix for teeChart6.ocx Hangs IIS
In a post on 3/31 you were finalizing a fix to "improve resilience in IIS and mutli-threaded applications" On April 7 this fix was going to be available within 10 days. Is this fix in teeChart6.ocx 6.0.0.6?
Thanks
Thanks
- Mon Jul 17, 2006 6:05 pm
- Forum: ActiveX
- Topic: First Series does not show up in TeeChart 7.0.0.6
- Replies: 3
- Views: 5563
Hi, Please find outline of the code which we are using for your reference: ------------------------------------------------------------------------ MySeriesNumber = 0 seriesTye = "scLine" 'objNodeList is an xml containing data point info Num = objNodeList.length - 1 redim myXarray(Num) redim myYarra...
- Thu Jul 13, 2006 7:50 pm
- Forum: ActiveX
- Topic: First Series does not show up in TeeChart 7.0.0.6
- Replies: 3
- Views: 5563
First Series does not show up in TeeChart 7.0.0.6
Hi, I am trying to use TeeChart 7.0.0.6 to plot. If I try to plot only one series, the plot does not show up on the graph but I try more than one it shows up. I verified by using TeeChart 6.0, this issue does not occur and the chart plots the first series without any problem. I have gone through Mic...
- Wed Jun 28, 2006 8:10 pm
- Forum: ActiveX
- Topic: Out of System Resources problem
- Replies: 6
- Views: 14144
Out of System Resources problem
Hi Marc, Thanks for your reply. --->How are new IE Windows being opened? (via code or via menu, 'New Windows'?) The new IE windows are being opened by user from the IE menu File --> New --> Window I have been able to reproduce this issue on a machine containing 256MB of RAM on Windows 2003 server ma...
- Fri Jun 23, 2006 4:30 pm
- Forum: ActiveX
- Topic: Out of System Resources problem
- Replies: 6
- Views: 14144
Out of System Resources problem
Hello Joseph, My name is Bill and I’m Ravi’s manager. I would like to confirm the urgency of a fix for this issue. We have a very demanding user that insists on being able to launch child windows to run his charts. I understand his argument that this is a valuable time saver for his him. Suggesting ...
- Fri Jun 09, 2006 4:38 pm
- Forum: ActiveX
- Topic: Out of System Resources problem
- Replies: 6
- Views: 14144
Out of System Resources problem
Hi Joseph Thanks for your reply. I want to clarify following points which you have put in. 1) We are using SQL server database and not a mdb file 2) When resizing the Teechart we are using the absolute values by getting the window width and height on the client side. Let me know what other things I ...
- Wed May 31, 2006 8:27 pm
- Forum: ActiveX
- Topic: Out of System Resources problem
- Replies: 6
- Views: 14144
Out of System Resources problem
Hi, We are using TeeChart Version 6.0 and we get the error "Out of System Resources" error message pop up window which appears infinite times, when a user open a teechart in multiple browsers one on top of the other. Only way to stop this error message is to kill all the browsers which are opened up...
- Tue Dec 14, 2004 2:00 pm
- Forum: ActiveX
- Topic: Import.LoadFromStream or LoadFromFile simultaneous access
- Replies: 1
- Views: 4457
We have a candidate workaround. It is being tested now. I took the LoadFromwhatever call up into an ActiveXDLL COM object that is single-threaded. That way, only one ASP can call it at a time. I tried a similiar technique using Application.Lock in the ASP page itself, but it did not work because I t...
- Thu Dec 09, 2004 3:30 am
- Forum: ActiveX
- Topic: Import.LoadFromStream or LoadFromFile simultaneous access
- Replies: 1
- Views: 4457
Import.LoadFromStream or LoadFromFile simultaneous access
[Using TeeChart6.0.0.4] In an IIS WebApp, several dozen ASP pages include a function called display_chart(), which is called once per chart that needs to be rendered in the browser's html. Inside display_chart() a teeChart object is created, initialized from a bin BLOB via the LoadFromStream call. T...