Hi,
I am Aamina. I am tyring to Capture Tool Tip for SwfToolbar object, but i am not getting exact scripting line
to capture this. Application which I am working is Dot Net Windows application, could anybody help me
on this?
I think my reply in this post will help: http://community.infragistics.com/forums/t/18683.aspx
Hi Dennis,
I tried the script used in the above post, but it did not helped me much.
I am attaching my script on this,
Set a=description.Create() Set b=description.Create() Dim X, Y X=SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").SwfToolbar("ToolStrip").GetROProperty("abs_x") msgbox X Y=SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").SwfToolbar("ToolStrip").GetROProperty("abs_y") msgbox Y Set obj=Createobject("Mercury.DeviceReplay") obj=SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").SwfToolbar("ToolStrip").MouseMove(X, Y) a=SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").SwfToolbar("ToolStrip").GetItem(1) Set b=Createobject("Mercury.DeviceReplay") b=SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").SwfToolbar("ToolStrip").Object.ShowItemToolTips(a) msgbox a msgbox b
Please tell me where i am wrong on this....
Hi Aamina,
After reading your other recent posts, it sounds like your version of TestAdvantage may not match the version of NetAdvantage that was used to develop your application. Once you have confirmed that your versions are compatible and that TestAdvantage is configured correctly, you might be able to resolve your issue concerning the tooltips. If not, please follow up this post and I'll try to offer some additional suggestions.
I verified whether my .net application is using Infragistics tools, it is not. Could you please provide me any other
solution to work on this... It wil be really very helpful for me...
Thanks,
Aamina.
Since your .Net application was not developed using Infragistics controls, I'd have to agree with Ammar's reply to your other post (http://community.infragistics.com/forums/p/34513/195446.aspx#195446).
There are also some other forums that might be of assistance, such as HP's IT Resources Forum (http://forums11.itrc.hp.com/service/forums/categoryhome.do?categoryId=895) or SQAforums.com.
Dennis