Search found 5 matches

by Chrispy
Thu Apr 24, 2008 9:32 pm
Forum: General Questions
Topic: Automate application windows resize
Replies: 3
Views: 3440

Automate application windows resize

I'm trying to automate an application window to be resized to a particular size. I've been looking at what Ranorex functions could help but not come across anything.

Have you any ideas on what I can try?

Thanks

Chris
by Chrispy
Wed Apr 02, 2008 2:08 pm
Forum: Automation API
Topic: Trying to select Menu item - not working on vista correctly
Replies: 1
Views: 3030

Trying to select Menu item - not working on vista correctly

Guys, All I'm trying to do is to select a menu item in calc. Nothing really fancy but on vista it's not working as expected. I cannot get my head around this one and used various methods without success. I can confirm that the following code works on 2003 Server and XP SP2. // Make sure calculator i...
by Chrispy
Wed Mar 26, 2008 2:40 pm
Forum: Automation API
Topic: Trying to get the .Pressed to work for a button - help?
Replies: 13
Views: 3934

So how would I be able to click a button and retrieve the current state?

Any advise would be very helpfull.
by Chrispy
Wed Mar 26, 2008 12:35 pm
Forum: Automation API
Topic: Trying to get the .Pressed to work for a button - help?
Replies: 13
Views: 3934

Trying to get the .Pressed to work for a button - help?

I'm get a return when a button has been pressed. I had this working but now fails everytime I try and get the pressed return from calc. //Perform click test to see if the button rasies a click event Button ClickButton = (Button)form.FindButton(button.ControlId); ClickButton.Click(); Console.WriteLin...
by Chrispy
Tue Mar 25, 2008 1:46 pm
Forum: General Questions
Topic: Windows 2008 support?
Replies: 2
Views: 3117

Windows 2008 support?

Guys,

I'm currently evaluating this product as I will be wanting to use this in an Windows 2008 Server Environment. Any plans in the future to extend to this platform?

Cheers

Chris