Search found 5 matches

by conanlive
Fri Jul 17, 2009 2:29 am
Forum: General Questions
Topic: Right Select popup menu item
Replies: 1
Views: 4667

Right Select popup menu item

Application.PopupMenuSelectItem("XXX");

After right click used by mouse, the menu was popped up. And then, it is unable to select the popup menu item. Any other ways to do it except using mouse.move? Thanks
by conanlive
Thu Jun 25, 2009 9:03 am
Forum: General Questions
Topic: null value in treeview
Replies: 1
Views: 2157

null value in treeview

TreeView treeView = form.FindTreeView("treeView1");

Why i get treeView value as null?? The tree view control name is called as "treeView1". Thanks.
by conanlive
Sat Jun 06, 2009 8:57 am
Forum: General Questions
Topic: Combo List Box
Replies: 1
Views: 6003

Combo List Box

Element[] elementNames = controlElement.FindChildren(Role.Cell, elementName);

This method is so slow if there are thousand array elements.
Any faster way? Thanks!
by conanlive
Thu Jun 04, 2009 6:31 pm
Forum: Automation Tools
Topic: tracking filtering element with ranorex spy
Replies: 1
Views: 2483

tracking filtering element with ranorex spy

The ranorex spy 1.5.1 can't track filtering header element in infragistics ultrawingrid.

Any good way to track it ??


Thanks!!
by conanlive
Thu Jun 04, 2009 3:58 am
Forum: Bug Reports
Topic: array values are null
Replies: 1
Views: 2667

array values are null

Element[] rowsName = controlElement.FindChildren(Role.Cell, elementName);

There are thousand array elements. But, their values are null.

However, if there are 30 array elements. Their values are not null.

what wrong is it?? Thanks.