Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Windows
 ActiveX Controls
 InternalTimer
 New Topic  Reply to Topic
 Printer Friendly
Author  Topic Next Topic  

aschubert

6 Posts

Posted - 23 Oct 2006 :  15:06:17  Show Profile  Reply with Quote
I am using the ActiveX RealTime Graphing routines and like them very much. However I am having trouble with the internal timer. The only way I get get it to work is if it is initialized in a Form_Load(). I would like to do a check box or something to start the graphing. At present I am using the VB timer.

Al Schubert

quinncurtis

1164 Posts

Posted - 23 Oct 2006 :  17:01:19  Show Profile  Reply with Quote
Call the ScrollX property UpdateGraph after you enable the internal timer.

Private Sub Command1_Click()
  ScrollX1.EnableInternalTimer = True
  ScrollX1.UpdateGraph
End Sub
Go to Top of Page
   Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07