Page 1 of 1

Hide TChart on page load (VBScript or Jscript) - HTML

Posted: Mon May 07, 2007 12:29 pm
by 9534375
Is it possible to hide the chart when loading page.

I know how to hide it and make it visible again, but I wan't initial "state" to be hidden.

Maybe it's silly question, but I am newbie.

Best Regards,
JinX

Posted: Fri May 11, 2007 3:37 pm
by Pep
Hi Jinx,

I think there's a way to do this for all the objects added into the page, but this is related to vbScript code. With the TChart object you only can set it visible to false in the OnLoad page (TChart.Visible = False) which will hide it until the object has been activated.
You could look through google newsgroups, surely you will find a basic code which allow to hide objects loading pages.
If I know anyone I'll let you know.