jr348
6 years agoContributor
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 ...
- 6 years ago
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.