Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
9 years ago
Solved

FindEx not waiting......

I wrote following    Log.Message('Starting'); grpThresh = Aliases.Myapplication.......CalenderMonth.FindEx('ObjectIdentifier','grpThresholds',50,true,2000000); Log.Message(grpThresh.VisibleOnScre...
  • Colin_McCrae's avatar
    9 years ago

    It's finding it pretty much instantly. (The find is only searching based on the identifier, nothing to do with visibility)

     

    It then reports the visibility, also pretty much instantly, which is false as it hasn't rendered/displayed yet.

     

    Sounds like you need to expand your find properties to include visibility.