Forum Discussion

chicks's avatar
chicks
Regular Contributor
12 years ago
Solved

object properties not updated - Visible, ChildCount, VIsibleOnScreen

Rather than introduce arbitrary delays to handle timing issues, I've written a waitUntil function to which I pass other functions that evaluate as true or false.... something like:    wa...
  • dganov's avatar
    12 years ago
    Try to insert obj.Refresh() call for the object you are working with, or for its parent.

    Did you inspected the tested object after the failed check - does it exists, does some other propertie values changed?