Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
9 years ago

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

1 Reply

  • NisHera's avatar
    NisHera
    Valued Contributor

    Say you are doing that manually without any automation. How do you recognize this is the last progress bar? What is the indication of last TformWaiting ?  Definitely there would be an indication for human user to say now the job is done, what is it? What technical difficulty to catch that from TC?