Search found 9 matches
- Tue Oct 14, 2008 7:04 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
this work around does not work with the OnAfterDraw event ether OnShow **************************************** FirstLoad = 0; **************************************** OnAfterDraw event **************************************** IF FirstLoad == 0 THEN FirstLoad = 1; box1 = "test before"; #tchart1.visi...
- Mon Oct 06, 2008 5:55 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
- Mon Oct 06, 2008 3:11 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
while talking with wonderware 800-WONDER1 (800-966-3371) in the U.S. & Canada (7 a.m. to 5 p.m. Pacific Time) 949-639-8500 outside the U.S. they stated the you will have to talk to them directly about a demo licence. wonderware had me place one of there active X controls on my test form on the show ...
- Mon Oct 06, 2008 2:42 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
lets make things a little easier to understand. new application wonderware intouch 10.0 sp 3 TeeChart Pro Active X 8 one form one graph one button two lables on load i set run the following ********************************** box1 = "test before"; #TChart1.visible =1; box2 = "test after"; ***********...
- Mon Sep 29, 2008 2:38 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
Still having problems
can someone please look into my issue
- Wed Sep 24, 2008 4:28 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
bump
read last post
- Mon Sep 22, 2008 1:03 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
it's strange, where are you setting the chart visible to false ( before the on show event ) ? ****if you right click on the graph then go to properties there is a check box for visible. when this is clicked it locks the object to visible (unable to change the visible property), this works fine. when...
- Thu Sep 18, 2008 3:05 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
I am usinging the latest TeeChart Pro 8.0.0.4 inside of wonderware Intouch 10.0 with HotFix SP3. The script I have is called on the show event of the screen and on a 120 sec time intervale to refresh the data. the line #ChartBottomRight.Visible = 1; is never exicuted on the show event but is on the ...
- Thu Sep 11, 2008 5:26 pm
- Forum: ActiveX
- Topic: Visible Property of TeeChart 8 in Wonderware InTouch 10.0
- Replies: 16
- Views: 20338
Visible Property of TeeChart 8 in Wonderware InTouch 10.0
I'm using a bit of script to make a chart be visible at times and not visible at other times. The script works fine most of the time. when the screen is first loaded the graph is not visible dispite setting the visible property to true. In the lines of code just before setting the object visible amo...