Search found 6 matches

by nthant@infoscan.co.nz
Wed May 21, 2008 2:06 am
Forum: ActiveX
Topic: Vbscript with Teechart 7
Replies: 2
Views: 4543

Thanks it is all working now.
by nthant@infoscan.co.nz
Tue May 20, 2008 5:45 am
Forum: ActiveX
Topic: Vbscript with Teechart 7
Replies: 2
Views: 4543

Vbscript with Teechart 7

sub TChart1_OnCursorToolChange(Tool, X, Y, XVal, YVal, Series, ValueIndex) If Tool = 0 Then TChart1.Tools.Items(1).asTeeCursor.XVal = TChart1.Tools.Items(0).asTeeCursor.XVal Else TChart1.Tools.Items(0).asTeeCursor.XVal = TChart1.Tools.Items(1).asTeeCursor.XVal End If End Sub The above oncursortoolch...
by nthant@infoscan.co.nz
Mon May 05, 2008 7:21 am
Forum: ActiveX
Topic: asDrawline tool is not working
Replies: 5
Views: 5786

Hi I did install the 7.0.1.4. It did not solve the problem. The folloiwng is the code. Please advise. <HTML><HEAD><title>Infoscan Charts</title> <LINK REL=STYLESHEET TYPE="text/css" HREF="Style.css"></HEAD> <% Tickername=Request.QueryString("Ticker") 'Tickername= sticker Periodlength=Request.QuerySt...
by nthant@infoscan.co.nz
Wed Apr 30, 2008 4:03 am
Forum: ActiveX
Topic: asDrawline tool is not working
Replies: 5
Views: 5786

It is Active X version 7.0
by nthant@infoscan.co.nz
Fri Mar 28, 2008 3:31 am
Forum: ActiveX
Topic: Redraw function Indicator after Chart update
Replies: 1
Views: 2792

Redraw function Indicator after Chart update

Hi There, I have a tchart timer with my chart. On Tchart timer, the chart will check the datasource. My question here is "Is there any way to check wheather indicator has been on the chart before the chart update the data source and if there was how to redraw those function. To make the chart true d...
by nthant@infoscan.co.nz
Fri Mar 28, 2008 3:28 am
Forum: ActiveX
Topic: asDrawline tool is not working
Replies: 5
Views: 5786

asDrawline tool is not working

With Chart1 .Tools.Items(0).Active = True .Tools.Items(0).asTeeCursor.Pen.Visible = False .Cursor = 0 .Zoom.Enable = True .Tools.items(1).active=false .Tools.Items(1).asDrawLine.EnableDraw = False End With The above code was working fine before upgrading to Version 7. Now, When I click on the arrow ...