Search found 4 matches

by schlaup
Wed Apr 08, 2009 8:29 pm
Forum: Automation API
Topic: Performance with Infragistics grid
Replies: 5
Views: 8904

Thanks for the response, Alex! Two comments: 1. "Rooted Folder" is not an option because the grid is on an MDI form and Ranorex Recorder already creates a "Rooted folder" for the MDI form. Unfortunately, nested "Rooted folders" are not supported. Correct me if I am wrong. I tried and I did not get i...
by schlaup
Sat Mar 28, 2009 7:53 pm
Forum: Automation API
Topic: Performance with Infragistics grid
Replies: 5
Views: 8904

Performance with Infragistics grid

I am trying to select a couple of rows in an Infragistics grid. The grid has about 10.000 rows and 20 columns and is bound to an Ingfragistics UltraDataSource that provides data on demand. The grid does not cache cell data. The Recorder generates: repo.Form.TableTable.RowBand_0_row_8.MoveTo("8;10");...
by schlaup
Sat Mar 28, 2009 7:09 pm
Forum: Automation Tools
Topic: MdiClient
Replies: 1
Views: 2816

MdiClient

I am evaluating and found the following problem: The Recorder and Spy use: element[@processname='Test' and @controltypename='MdiClient']/form[@controlid='2']/* The ControlId of MDI child windows depend on the number of open MDI child windows and identifying them by ID does not work in a shared repos...
by schlaup
Sat Mar 28, 2009 6:59 pm
Forum: Automation Tools
Topic: Unable to identify context menu items using Ranorex studio
Replies: 7
Views: 8770

Solved?

Has this been solved yet? I am evaluating and I have the same problem with my main menu bar. This is the code generated by the recorder: repo.Form.MenuItemExtras.Click("20;7", 600); repo.Form.ContextMenuMenuPopup.Click("66;17", 600); MenuItemExtras is on the menu bar. Then instead of clicking on a m...