Hi,
Anyone knows how to retrive tooltip of activenode in SwfTreeView.
Parent obj - SwfWindow("abc").SwfWindow("abc").SwfTreeVIew("abc")
SwfWindow("abc").SwfWindow("abc").SwfTreeVIew("abc").Select "CP-1234"
I need to retrive tooltip of CP-1234 node of tree
tried -SwfWindow("abc").SwfWindow("abc").SwfTreeVIew("abc").object.activenode
Thanks!!!
Try:
.SwfWindow("abc").SwfTreeVIew("abc").GetNAProperty("ActiveNode.Text")
Thanks Ammar for the help.
However GetNAProperty("ActiveNode.Text") retriving text of node not the tooltip.
Can you please suggest me proprty name or any other method to do this.
Srinivas,
You can use this link:
http://es.infragistics.com/community/forums/p/19744/72704.aspx#72704
Hi, the link http://forums.infragistics.com/forums/p/19744/72704.aspx#72704 is not working. Its throwing network error. Can someone help me to get the explanation regarding the tool tip.
Thanks,
Srinivas
The answer is, it is possible but you need to work with your developer, I go into the details about it here:
http://forums.infragistics.com/forums/p/19744/72704.aspx#72704
I hope this helps,