greendarkness
14 years agoContributor
waitaliaschild error
Running old scripts in TC8.1 ran into this exception for WaitAliasChild "Invalid parameter: The specified WaitTime value is negative." The line this occurs on is:
parent = page["formAspnetform"]["panelContainer"]["panelContent"]["panelTwocolumncontent"]["panelCtl00Maincontentupdatepanel"]["panel"]["WaitAliasChild"]("panelScrollablecontent816612785", -1);
I guess negative one isn't working for some reason, I'll just use 5000, but I have no idea why it doesn't work.
parent = page["formAspnetform"]["panelContainer"]["panelContent"]["panelTwocolumncontent"]["panelCtl00Maincontentupdatepanel"]["panel"]["WaitAliasChild"]("panelScrollablecontent816612785", -1);
I guess negative one isn't working for some reason, I'll just use 5000, but I have no idea why it doesn't work.