Search found 15 matches

by KeySam
Mon Sep 27, 2010 3:39 pm
Forum: Automation Tools
Topic: Memory Leak of Version 2.3.1
Replies: 9
Views: 2408

Re: Memory Leak of Version 2.3.1

i Couldnt Update from Version 2.2.x to 2.3(there stands nothing else there), but it works if i Update from Version 2.2.x to Version 2.3.4
by KeySam
Mon Sep 27, 2010 1:10 pm
Forum: Automation Tools
Topic: Memory Leak of Version 2.3.1
Replies: 9
Views: 2408

Re: Memory Leak of Version 2.3.1

Hmm found the problem i didnt install on the Version 2.3.4 i still dont get why my version 2.3 doesnt work though.

MfG Nikolas Crisci
by KeySam
Mon Sep 27, 2010 11:31 am
Forum: Automation Tools
Topic: Memory Leak of Version 2.3.1
Replies: 9
Views: 2408

Re: Memory Leak of Version 2.3.1

Hi i run into the same problem once again. But theres no floating license error(i guess i just assumed that part, my bad sry). But maybe you can help me out.

Here are the links to the screenshots i made:

http://img835.imageshack.us/gal.php?g=ranorex2.jpg

Hope you guys can help me once again.
by KeySam
Tue Aug 31, 2010 10:57 am
Forum: Automation Tools
Topic: Memory Leak of Version 2.3.1
Replies: 9
Views: 2408

Re: Memory Leak of Version 2.3.1

Thanks alot, it works now, but i wonder i wanted to install another version before and it sayed i cant lincense it since i dont have a floating lincense how could that have happened?
by KeySam
Tue Aug 31, 2010 10:24 am
Forum: Automation Tools
Topic: Memory Leak of Version 2.3.1
Replies: 9
Views: 2408

Memory Leak of Version 2.3.1

I still have the version 2.3.1 and run into a memory leak, i saw you fixed it in later versions. Is there any workaround for that memory leak(when automating Winforms) applications since i dont have a floating license i cant update ;)
by KeySam
Mon Apr 26, 2010 10:10 am
Forum: Automation Tools
Topic: Creating an "element" from xpath
Replies: 1
Views: 3437

Creating an "element" from xpath

After i get my xpath with findfrompoint() now i want to generate a special Adapter(Button, List, Cell...). I found the GetCapabilityForTailNodeTest method that basicly returns what i want, now i wish i could just generate the right Adapter without using a huge switch case method. So my question is i...
by KeySam
Fri Apr 23, 2010 9:44 am
Forum: Automation API
Topic: Is the list from Ranorex.Imaging.Find() sorted?
Replies: 1
Views: 2013

Is the list from Ranorex.Imaging.Find() sorted?

Well like in the Subject, is the Ranorex.Imaging.Find() list sorted and if so how?(best match/Position on Screen...)

Thanks for your help in advance.

KeySam
by KeySam
Mon Apr 12, 2010 3:42 pm
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

Re: FindFromPoint Problem

Do you reitterate through the element afterwards or does it just give you the right thing? And also yes the Data Grid is the same element(almost 100% the same path just some extra indexes).
by KeySam
Mon Apr 12, 2010 12:17 pm
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

Re: FindFromPoint Problem

I started both applications with the same rights and its not the same process(not even application), but thanks.
by KeySam
Fri Apr 09, 2010 2:18 pm
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

Re: FindFromPoint Problem

I am still stuck, i cant find anything that helps. Maybe its because i use a Keyboard Hook to read up shortcuts(that will then call the method to track?) seems unlickely but maybe thats it? If hope you guys can help me.

KeySam
by KeySam
Fri Apr 09, 2010 9:37 am
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

Re: FindFromPoint Problem

Thanks for the answer though i use a Single Thread Apartment. At least i know theres something else wrong i will look into it. If you guys have any other ideas tell me. Heres the code i am using: public static Ranorex.Core.RxPath GetXpath() { Ranorex.Core.RxPath myPath; Host.Local.Element.FindFromPo...
by KeySam
Thu Apr 08, 2010 12:36 pm
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

Re: FindFromPoint Problem

Yes i am able to get the Cells and Rows with Ranorex Spy. The data Grid is a .net dataGrid i dont know more details i am afraid. To the Xpath, i get the xpath by getting the element where my mouse is over at the moment, but isntead of getting the cell i get the complete dataGrid. When i try to go de...
by KeySam
Thu Apr 08, 2010 10:17 am
Forum: Automation Tools
Topic: FindFromPoint Problem
Replies: 10
Views: 2704

FindFromPoint Problem

Hi i asked before how to get an Xpath just via click. Now i have another problem related to it. Almost everything seem to work fine but i cant seem to find a way how to get cells of a DataGrid(individual cells). I always only get the data grid with [language=]Host.Local.Element.FindFromPoint(Ranorex...
by KeySam
Thu Apr 01, 2010 4:07 pm
Forum: Automation Tools
Topic: Getting Ranorex Xpath of Controls
Replies: 2
Views: 3013

Re: Getting Ranorex Xpath of Controls

Thanks alot that works fine
by KeySam
Thu Apr 01, 2010 7:43 am
Forum: Automation Tools
Topic: Getting Ranorex Xpath of Controls
Replies: 2
Views: 3013

Getting Ranorex Xpath of Controls

Ok i am currently wirting a programm that should automate some of our intern software, therefore i want to kind of emulate ranorex spy. I want the user to just mark a control and being able to add it to a "library" via click(adding the Ranorex Xpath), later it can be used to automate tests. For now ...