Search found 3 matches

by ramancha
Tue Sep 06, 2011 1:26 pm
Forum: General Questions
Topic: How to read RawText from the invisible area?
Replies: 1
Views: 1696

How to read RawText from the invisible area?

Hi All, We have a 3rd party grid control in our application. When we spy it, it is recognized as “UnKnown” control with the class type as “TTF16.WindClass”. We used rawtext to work with the grid. But we are facing one small issue here. We are able to recognize the rawtext from only the visible pane ...
by ramancha
Tue Aug 23, 2011 6:38 am
Forum: General Questions
Topic: Unable to select Sub Menu Items...
Replies: 2
Views: 3670

Re: Unable to select Sub Menu Items...

Thanks Alex for your reply. The problem was we used MenuItem.Focus() to open the menu, after opening we tried to read the sub menu items. Which was not working. Now we changed the code to MenuItem.Click() to open the menu. After clicking on the menu, we are able to read the sub menus of it programat...
by ramancha
Fri Aug 19, 2011 1:57 pm
Forum: General Questions
Topic: Unable to select Sub Menu Items...
Replies: 2
Views: 3670

Unable to select Sub Menu Items...

We have a windows Application with main menu with sub menu items. The problem we are facing is, we are able to spy and work with the main menu items. But we cannot read or spy the sub menu items of the main menu item. We used instant tracking also to spy the Sub menu items; spy is giving the sub men...