Search found 6 matches

by Franz Thomsen
Tue Feb 19, 2008 6:09 am
Forum: .NET
Topic: How to fill data into IsoSurface
Replies: 1
Views: 2711

How to fill data into IsoSurface

Hi I am trying to populate an isosurface in a trial version of TeeChart .Net V3. I would like to be able to reproduce a 2D isosurface as shown in http://www.teechart.net/support/viewtopic.php?t=4930. So far I am just testing the functionlity off with the simplest example possible. I have added a cha...
by Franz Thomsen
Fri Jun 09, 2006 2:28 pm
Forum: ActiveX
Topic: Populating activex on web page not gives weird functionality
Replies: 10
Views: 9301

guid

I installed the .6 version but it doesn't load the activex. When I search for the guid you use in your example in my registry it is the one for the TeeChart5.ocx and not the TeeChart6.ocx. I had it once on my computer which is why I have it in registry [HKEY_CLASSES_ROOT\CLSID\{B6C10489-FB89-11D4-93...
by Franz Thomsen
Fri Jun 09, 2006 9:12 am
Forum: ActiveX
Topic: Populating activex on web page not gives weird functionality
Replies: 10
Views: 9301

it doesn't here

But please note that I am not using the same GUID as you. I am instantiating the activex from C:\Program Files\Steema Software\TeeChart Pro v6 ActiveX Control\Cab files\teechart6.cab date 3/11-2004. The GUID you are using may be of a later version (?)
by Franz Thomsen
Fri Jun 09, 2006 5:49 am
Forum: ActiveX
Topic: Populating activex on web page not gives weird functionality
Replies: 10
Views: 9301

it works

Well, that works in javascript, but if I omit the two event handlers <SCRIPT LANGUAGE="JavaScript" FOR="Chart1" EVENT="OnScroll()" > Chart1_OnScroll() </SCRIPT> <SCRIPT LANGUAGE="JavaScript" FOR="Chart1" EVENT="OnMouseDown(Buttom,Shift,X,Y)" > Chart1_OnMouseDown(Shift,X,Y) </SCRIPT> it doesn't work ...
by Franz Thomsen
Tue Jun 06, 2006 12:09 pm
Forum: ActiveX
Topic: Populating activex on web page not gives weird functionality
Replies: 10
Views: 9301

quite weird

I found out that if I do the following in VBScript it works, but not in javascript <html> <head> <title>TeeChart Pro Internet CAB file test page</title> <LINK REL=STYLESHEET TYPE="text/css" HREF="style.css"></head> <body bgcolor=#FFFFFF> <object id="Chart1" width="400" height="268" type="application...
by Franz Thomsen
Wed May 24, 2006 12:54 am
Forum: ActiveX
Topic: Populating activex on web page not gives weird functionality
Replies: 10
Views: 9301

Populating activex on web page not gives weird functionality

Hi I am using TeeChart ActiveX as part of a web page. During page load I want to populate the TeeChart ActiveX by just letting it load a tee file from the server. In the example below I am just trying to let it load a tee file generated by the activex from one of the demos. Porblem is that when I us...