02-03-2016, 07:53 PM
Hi,
i'm working on an application windows forms based.
I have a statusStrip with text inside.
1) With Object Spy, when I check manually the property, the field text and regexpwndtitle are empty.
2) If I used SwfToolbar("statusStrip").GetRoProperty("text") is empty
3) If I used SwfToolbar("statusStrip").GetVisibileText, UFT returns me a wrong list of chars.
For I can continue I had to use GetContent()
Why I have this wrong situazione?
Thanks.
i'm working on an application windows forms based.
I have a statusStrip with text inside.
1) With Object Spy, when I check manually the property, the field text and regexpwndtitle are empty.
2) If I used SwfToolbar("statusStrip").GetRoProperty("text") is empty
3) If I used SwfToolbar("statusStrip").GetVisibileText, UFT returns me a wrong list of chars.
For I can continue I had to use GetContent()
Why I have this wrong situazione?
Thanks.