12-14-2015, 08:22 PM
Hi,
I have a SwfToolbar.
I would use the WaitProperty for execute an action when the text into changes.
I use
but not works.
With spy the propertyName text is empty.
Why?
Thanks.
I have a SwfToolbar.
I would use the WaitProperty for execute an action when the text into changes.
I use
Code:
SwfToolbar("statusStrip").WaitProperty "text", strToFind, 2500000
but not works.
With spy the propertyName text is empty.
Why?
Thanks.