Visible Property of TeeChart 8 in Wonderware InTouch 10.0

TeeChart for ActiveX, COM and ASP
buck2825
Newbie
Newbie
Posts: 9
Joined: Fri Jun 06, 2008 12:00 am

Post by buck2825 » Tue Oct 14, 2008 7:04 pm

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.visible =1;
box2 = "test after";
ENDIF;
****************************************


box1 = "test before";
box2 = "test after";

both get excuted just fine.


under the special menu in intouch I just found where you can enter in a conditional script. if a memory bit is true run code, if false run code

using this I run the code
*********************************
#chartbottomright.visible=1;
*********************************
and it works

nasty work around please fix the real problem in the next release and let me know where and when I can download it.

thank you

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Oct 20, 2008 9:14 am

Hi,

we plan to prepare a new maintenance release (which includes a fix for this) on this week.
Please try to download at the beginning of the next week from our private customers download page.

Post Reply