Greyed-out objects in Object Browser
Does anyone know the reason for this?
The web page is fully loaded but these controls only seem to be populated much later on and it's causing playback problems.
It should be mentioned that Panel(4) is visible-on-screen but TextNode(0) is not, but it's childeren are!
I have tried changing the "Search for visible objects first" option and neither checked or unchecked makes any difference.
Will using "RefreshMappingInfo" at the start of testing help?
Objects that are "greyed out" have the Visible property set to false. So, they are present in memory, but not visible. The option "search for visible objects first" does not apply to viewing within the object browser but only with regards to runtime object identification.
What playback errors are you getting? You may need to add additional logic to detect if an object is Visible before attempting to interact with it.