Solved
Forum Discussion
kevin_kapell
6 years agoFrequent Contributor
I have found that unreliable as I beleive the page can become ready but not all objects have been rendered yet.
I have been using the WaitAliasChild to wait for a particular object that I have mapped be rendered then perceed.I That way I also know that the object I need is there and can time it out if it does not show in time. this allows me to put it as part of an if statement so i can handle it being there or not.