Search found 44 matches

by Marianne Jacobsen
Thu Nov 04, 2010 2:42 pm
Forum: Bug Reports
Topic: VS 2010 Problems
Replies: 7
Views: 2494

Re: VS 2010 Problems

Thank you.
by Marianne Jacobsen
Thu Nov 04, 2010 10:34 am
Forum: Bug Reports
Topic: VS 2010 Problems
Replies: 7
Views: 2494

Re: VS 2010 Problems

There are no messages - except for the exception thrown when FindSingle finds no control. Run WindowsApplication - and then run ConsoleApplication to try to find the button on it. Set target on Console to 3.5 and try again. Forms target is 3.5 - created in VS2010 Console target is 4.0 - created in V...
by Marianne Jacobsen
Thu Nov 04, 2010 9:05 am
Forum: Bug Reports
Topic: VS 2010 Problems
Replies: 7
Views: 2494

Re: VS 2010 Problems

And please note that now if I change target to .NET 4.0 and change the app.config file (and make sure all projects are marked with x86) I still cannot automate anything.
by Marianne Jacobsen
Thu Nov 04, 2010 9:04 am
Forum: Bug Reports
Topic: VS 2010 Problems
Replies: 7
Views: 2494

Re: VS 2010 Problems

Ah I've changed all projects to x86 and target framework 3.5 and now it works again. I think I'll wait for an official announcement on .NET 4.0 support before migrating my projects again.
by Marianne Jacobsen
Thu Nov 04, 2010 8:29 am
Forum: Bug Reports
Topic: VS 2010 Problems
Replies: 7
Views: 2494

VS 2010 Problems

I simply cannot get Ranorex to work with Visual Studio 2010. I've changed my app.config as posted here: http://www.ranorex.com/forum/post5453.html The code compiles and executes but no controls are ever found (using findsingle or tryfindsingle) - even if I copy paste the RanoreXpath from the spy dir...
by Marianne Jacobsen
Wed Oct 13, 2010 11:55 am
Forum: Automation API
Topic: Accessing Foreground property of WPF Textbox
Replies: 8
Views: 3182

Re: Accessing Foreground property of WPF Textbox

Any news on when this will be implemented?
by Marianne Jacobsen
Tue Aug 10, 2010 12:51 pm
Forum: Bug Reports
Topic: Possible memory leak
Replies: 11
Views: 3325

Re: Possible memory leak

Finally got around to retest this in our AUT - leak fixed.
by Marianne Jacobsen
Thu Jul 08, 2010 2:09 pm
Forum: Object Identification and Technologies
Topic: Windows 7: Control identification
Replies: 7
Views: 2547

Re: Windows 7: Control identification

I've installed Ranorex 2.3.3 but problem persists. In the recorder I can see that bridging is enabled. Launched both AUT and RanorexSpy with "Run as Administrator" and I've also made sure to run the RanorexSpy.exe and not the x86 version. Both AUT and Ranorex is installed in a normal folder (standar...
by Marianne Jacobsen
Thu Jul 08, 2010 12:56 pm
Forum: Object Identification and Technologies
Topic: Windows 7: Control identification
Replies: 7
Views: 2547

Re: Windows 7: Control identification

We're using Ranorex 2.3 - but I see now that there is a Ranorex 2.3.3. I'll try to install that version. I had the understanding that Ranorex versions after 2.3 should handle 64bit automatically - this is not how it's done?
by Marianne Jacobsen
Thu Jul 08, 2010 10:58 am
Forum: Object Identification and Technologies
Topic: Windows 7: Control identification
Replies: 7
Views: 2547

Windows 7: Control identification

Hi We're just recently installed Windows 7 on a number of machines. It seems that there is a difference in how Ranorex recognizes controls - is this true? or are we doing something wrong? Highlighted is the same control in our AUT both on Windows 7 and Windows XP - notice how the expressions are tot...
by Marianne Jacobsen
Wed May 05, 2010 12:00 pm
Forum: Bug Reports
Topic: Possible memory leak
Replies: 11
Views: 3325

Re: Possible memory leak

Is this fixed in Ranorex 2.3?
by Marianne Jacobsen
Tue Apr 06, 2010 7:53 am
Forum: How To …
Topic: How to check if a control exists without an exception thrown
Replies: 4
Views: 17639

Re: How to check if a control exists without an exception thrown

Or use TryFindSingle to get the control. Will return true if control is found and false otherwise. out Element parameter will contain your control if it exists
by Marianne Jacobsen
Fri Mar 19, 2010 1:18 pm
Forum: Bug Reports
Topic: Possible memory leak
Replies: 11
Views: 3325

Re: Possible memory leak

Hi Peter

No problem - happy that I could help (and that the leak isn't in my code :D ). I look forward to the fix.

Best,

Marianne
by Marianne Jacobsen
Thu Mar 18, 2010 1:28 pm
Forum: Bug Reports
Topic: Possible memory leak
Replies: 11
Views: 3325

Re: Possible memory leak

I believe that the problem is related to controls being disposed and recreated. Instead of delivering our application I've created a small example that mimics the behavior. Use WindowsFormsApplication as application-under-test and ConsoleApplication to test it. ConsoleApplication2.zip WindowsFormsAp...
by Marianne Jacobsen
Thu Mar 18, 2010 11:28 am
Forum: Bug Reports
Topic: Possible memory leak
Replies: 11
Views: 3325

Re: Possible memory leak

I'm not sure that I'm allowed to send you a copy of our application under test. But maybe you could explain to me how our application would influence the memory consumption? Then I would have an easier task of explaining my supervisor why I should send you a copy.