Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to access text in tool tip
#1
Not Solved
Hi,

I want to retrieve the text from the tool tip. I am able to check if the tool tip exists (as there is some property to check the same) but unable to retrieve the text. If anyone knows please let me know .

Regards,
Sreedevi.
Reply
#2
Not Solved
Please paste the code that you are using to check if the tooltip exists.

Which type of Object are you trying to verify the tool tip?
Reply
#3
Not Solved
I am working on SwfObjects (DotNet).
I could check the existence of tool tip using ShowNodeToolTips property.
But I need text of the SWFTreeView Object tool tip of a particular node in the tree.

Regards
Sree
Reply
#4
Not Solved
Hi

Try this and let me know if this works

Code:
a = SwfTreeView("Tree").Object.Nodes.Item(0).Text

msgbox a
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Identify Tool tip text in QTP kamalteja 2 4,355 02-19-2008, 11:14 AM
Last Post: kamalteja

Forum Jump:


Users browsing this thread: 1 Guest(s)