When trying to obtain SeriesTextSource data from a filename that is an SSL URL, the graph fails to load any data. The same code works just fine on a non-SSL connection. Is it not possible to load data via HTTPS? I am using version 5.0, so is this also an issue with version 6?
Mark
Search found 10 matches
- Fri Feb 04, 2005 10:37 pm
- Forum: ActiveX
- Topic: Using https in url for SeriesTextSource filename
- Replies: 1
- Views: 5116
- Wed Sep 08, 2004 10:46 pm
- Forum: ActiveX
- Topic: TeeXMLSource component
- Replies: 1
- Views: 4569
TeeXMLSource component
It seems that I require the TeeXMLSource component to perform the XML input processing that I require (as the description states, "Multiple series can coexist in the XML source"). However, I'm not sure how to go about instantiating this object (it doesn't seem to exist in the standard TChart Pro dis...
- Fri Aug 20, 2004 2:37 pm
- Forum: ActiveX
- Topic: Compress time on X-axis when no data present
- Replies: 3
- Views: 7611
Thank you for your response, however, this example does not help us since we are loading hundreds of data points from an html data source, and we have no idea how large the gaps in time are going to be. Here is an example of a piece of the data: 38217,979167.16.'' 38217,982639.21.'' 38217,986111.31....
- Thu Aug 19, 2004 2:08 pm
- Forum: ActiveX
- Topic: Compress time on X-axis when no data present
- Replies: 3
- Views: 7611
Compress time on X-axis when no data present
Is there a way to have the datetime on the X-axis compressed for null values. For instance, we might have values for 8:00 9:00 10:00 and 18:00. The graph plots X-axis points between 10:00 and 18:00 even though there is no actual data for this time period, creating an erroneous straight line between ...
- Wed Aug 11, 2004 5:56 pm
- Forum: Wishes and ideas
- Topic: Control for Unix and/or Linux
- Replies: 1
- Views: 8776
Control for Unix and/or Linux
Do you have a product that will work on Unix and Linux systems? We produce software that runs on multi-platform systems, and were wondering if you provide a solution for systems other than Windows. We currently use the ActiveX control for users on IE. Do you have a solution for users running, say, M...
- Thu Jun 03, 2004 2:53 pm
- Forum: ActiveX
- Topic: Access violation errors when upgrading to TeeChart 6.0
- Replies: 3
- Views: 7483
Actually, we are instantiating the version 6.0 TChart object in our html code thusly: <OBJECT classid="clsid:536600D3-70FE-4C50-92FB-640F6BFC49AD" CODEBASE="/teechart6.cab#Version=6,0,0,0" id=TChart0 TYPE="application/x-oleobject" width=100% height=100% align=center hspace=0 vspace=0 > </OBJECT> And...
- Wed Jun 02, 2004 2:55 pm
- Forum: ActiveX
- Topic: Access violation errors when upgrading to TeeChart 6.0
- Replies: 3
- Views: 7483
Access violation errors when upgrading to TeeChart 6.0
Are there issues with mixing TeeChart ActiveX versions on the same system? We initially had TeeChart 5.0 being used as an object within Web pages. When we upgraded to TeeChart 6.0 (and changed the CLSID values to correspond to the new control) we started receiving “Access violation” errors upon load...
- Mon May 17, 2004 7:25 pm
- Forum: ActiveX
- Topic: Truncated legend
- Replies: 1
- Views: 5354
Truncated legend
I am graphing over 30 series in one graph (in an embedded control in IE), and even after I maximize the window, the legend does not display all series (by the way, it is a legend with check boxes). Is there a way to get the legend to 'wrap' rather than truncate? Also, after 19 series, the same colou...
- Mon May 17, 2004 7:19 pm
- Forum: ActiveX
- Topic: Multiple series in one file/stream
- Replies: 3
- Views: 8152
Thanks for responding Christopher. Actually, though, I meant that I need to create an 'import' file from scratch (the data has not previously been in a TeeChart control). I need to pull the data from a database (all multiple series of it), and then jam it into one file that the TeeChart control can ...
- Thu May 13, 2004 11:29 pm
- Forum: ActiveX
- Topic: Multiple series in one file/stream
- Replies: 3
- Views: 8152
Multiple series in one file/stream
Hello, I would like to know if it's possible to create one file that would contain all of the series data in it (10 or more series), and then load it in. I realize that a .tee file does this, but I need a file format that I can create programmatically on the fly (such as XML... from what I can tell ...