[UFT] SwfToolbar > error for to get the text - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: [UFT] SwfToolbar > error for to get the text (/Thread-UFT-SwfToolbar-error-for-to-get-the-text) |
[UFT] SwfToolbar > error for to get the text - robertosalemi - 02-03-2016 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. |