Search found 6 matches

by david_dawkins
Mon Mar 19, 2007 12:03 pm
Forum: Automation API
Topic: Spying context menus
Replies: 1
Views: 3499

Spying context menus

Hi, Ranorex is working fairly well with my Infragistics app, thanks to the Element model you have. However, I am having difficulties finding the Infragistics context menu items. I can right-click just fine to make it appear. With some poking around of the available forms, I can find the form and con...
by david_dawkins
Sat Mar 17, 2007 9:59 pm
Forum: Automation API
Topic: GetControls() returns void pointer.
Replies: 3
Views: 3378

May I suggest that you rename this method "PopulateControls"? I made the same mistake in thinking the method was prototyped incorrectly. I also noticed that Element.GetChildCount is a property, and so conventionally ought to be named "Element.ChildCount". I'm not beating you guys up, I like this pro...
by david_dawkins
Sat Mar 17, 2007 8:23 pm
Forum: Automation API
Topic: Find form by "Control name"
Replies: 3
Views: 3913

Thanks for your reply ; however I have no method Form.Name in the v1.1.0 that I have installed. Error 1 'Ranorex.Form' does not contain a definition for 'Name' C:\Program Files\Ranorex-1.1.0\Samples\RanorexVS2005Sample1\Class1.cs 131 25 RanorexVS2005Sample1 Intellisense doesn't show it to me, either...
by david_dawkins
Sat Mar 17, 2007 8:17 pm
Forum: Automation API
Topic: Exposing internal elements
Replies: 3
Views: 3436

Thanks for your reply, but the point is that I don't know the location of the item. I need to query the application and have it tell me that the location is. So, can you recommend a way for the application to expose this information so that we can read it from Ranorex? I'm considering adding a SOAP ...
by david_dawkins
Sat Mar 17, 2007 7:19 pm
Forum: Automation API
Topic: Exposing internal elements
Replies: 3
Views: 3436

Exposing internal elements

As the application developer, is there any way for me to expose the locations of items that we're drawing internally to the application? For example, we render meshes inside a Control, and we'd like to be able to click on them. The only thing I can think of is to have some hidden control whose Text ...
by david_dawkins
Sat Mar 17, 2007 7:00 pm
Forum: Automation API
Topic: Find form by "Control name"
Replies: 3
Views: 3913

Find form by "Control name"

Hi, Amongst other things, RanorexSpy shows me "Class name", "Control name" and "Caption/text". I can see the API in Application to find a form by class name, and by caption text. However, my application's "Control name" is the key I need to locate its form; how do I do this? It's as if I need Applic...