Search found 12 matches

by JohnHorb
Thu Feb 10, 2005 8:16 pm
Forum: ActiveX
Topic: TeeChart ActiveX Editor shows incorrect info in Data page
Replies: 3
Views: 6163

Is this fixed in V6.0.0.6? If not, are any further maintenance releases planned for V6?
by JohnHorb
Sat Jul 03, 2004 9:40 am
Forum: ActiveX
Topic: TeeChart Pro ActiveX v7 BETA available for download
Replies: 2
Views: 5934

Can this be loaded onto a machine with V6, or will it overwrite registry entries, etc?

John
by JohnHorb
Thu Jul 01, 2004 11:12 am
Forum: ActiveX
Topic: Two logins on one machine, using VS .NET
Replies: 3
Views: 6170

Problem 'gone away'

Uninstalling and re-installing has solved the problem. I'm still puzzled as to what happened, as there ARE no non-administrator accounts on my PC, and 'domain users' are also in the local administrators group. However, all seems to be well now.

Thanks

John
by JohnHorb
Wed Jun 30, 2004 2:21 pm
Forum: ActiveX
Topic: Two logins on one machine, using VS .NET
Replies: 3
Views: 6170

Two logins on one machine, using VS .NET

I have installed Teechart ActiveX (6.0.5) on my PC whilst logged on as an administrator, and have created a reference to it in a .NET project. If I log off, log on to a different account (but still an administrator), then open the same project, the reference cannot be found. If I try to remove and r...
by JohnHorb
Tue Apr 13, 2004 12:31 pm
Forum: ActiveX
Topic: IE Error
Replies: 7
Views: 11763

As an alternative to going back to V5 until this is fixed, is there a way to disable the 'data' tab in the editor? I don't want to disable the editor itself, as the facility to export to Excel (which works OK) is a requirement, but I could live without the 'data' tab - if the users want to look at t...
by JohnHorb
Wed Apr 07, 2004 2:41 pm
Forum: ActiveX
Topic: DateTimeFormat
Replies: 5
Views: 10258

Spot on! Thanks Chris.
by JohnHorb
Wed Apr 07, 2004 11:38 am
Forum: ActiveX
Topic: IE Error
Replies: 7
Views: 11763

I suspect the best way of demonstrating this problem, and the datetimeformat problem, would be for me to send you the generated .tee file, and the 'client-side' code which displays it. However, I can't access your news server - presumably because of our internal firewall setup. Is there an e-mail ad...
by JohnHorb
Tue Apr 06, 2004 4:15 pm
Forum: ActiveX
Topic: IE Error
Replies: 7
Views: 11763

This MAY be the same problem, but I get the error as soon as I click the 'data' button, i.e. without pressing 'Show Colours'. The data is displayed behind the error box. Is this error specific to V6? If so, do you have a date for a fix? I need to make a new release in a couple of weeks, and if I don...
by JohnHorb
Tue Apr 06, 2004 4:06 pm
Forum: ActiveX
Topic: DateTimeFormat
Replies: 5
Views: 10258

Will try as suggested tomorrow. However, a bit more information - this is a web app. I am generating the Teechart to a file on the server populating from an ADO recordset as below - the database is SQL 2000, and the first field is a datetime I'm then reading from a URL on the client, using the TeeCh...
by JohnHorb
Tue Apr 06, 2004 12:15 pm
Forum: ActiveX
Topic: IE Error
Replies: 7
Views: 11763

IE Error

I don't know whether this is related to my previous post - re. datetime formats - but on the same chart, if I try to access the data using the editor, I get a continual IE error - List Index Out of Bounds (-1). The only way out is to use task manager to abort. The chart is type 6 - fastline. I've tr...
by JohnHorb
Tue Apr 06, 2004 11:43 am
Forum: ActiveX
Topic: DateTimeFormat
Replies: 5
Views: 10258

Just to add to this, the format shown in the editor matches that set in the code, but the actual values on the axis are not in that format.
by JohnHorb
Tue Apr 06, 2004 11:36 am
Forum: ActiveX
Topic: DateTimeFormat
Replies: 5
Views: 10258

DateTimeFormat

I'm having a problem with 6.04 in setting a date/time format for my x-axis. It seems that, whether I change the format in code Chart1.Axis.Bottom.Labels.DateTimeFormat = "dd/mm/yy" or via the TeeChart editor, the format remains as dd/mm/yyyy hh:mm:ss which I presume is my PC UK regional setting. I'd...