m_essaid
10 years agoValued Contributor
Wait for several instances of an object to be disabled
Hi,
We have a specific object to display a status bar.
We could call this object "TFormWaiting" (it's a delphi VCL object).
I have a quite long job in which several progress bar will succeed one on the other.
I have mapped an object with only one field, the ClassName as "TFormWaiting". I just want to wait for all "TFormWaiting", whatever how many they are.
I tried to wait for another object to be enabled or visible, etc etc, in vain.
Any help please ?
Mehdi