Getting text from a tool tip
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010
09:32 AM
07-21-2010
09:32 AM
Getting text from a tool tip
I am testing a flex application. I have an edit field, visible in the object browser, but what I cannot see in the object browser is the tool tip when I hover the mouse over the field. How can grab the text from the popup?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010
11:33 PM
07-22-2010
11:33 PM
Hi David,
I am guessing that you are working with the TextInput control. In this case, you should be able to get the text of the control's tooltip via its Caption property.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
