Trying to select Menu item - not working on vista correctly

Class library usage, coding and language questions.
Chrispy
Posts: 5
Joined: Tue Mar 25, 2008 1:43 pm

Trying to select Menu item - not working on vista correctly

Post by Chrispy » Wed Apr 02, 2008 2:08 pm

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.

Code: Select all

 // Make sure calculator is set to Standard
            Menu menu = new Menu(form);

            Console.WriteLine("Selecting the Standard view from Menu");
            //Method 1            
            menu.SelectItemText("View", "Standard");
            //Method 2
            menu.SelectPosition(2, 1);
What could I be doing wrong? nothing i hope!

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Thu Apr 03, 2008 8:53 am

I'm currently not able to reproduce your problem in my vista environment.

Could you please check your Vista task bar settings? The check box "Show window previews (thumbnails)" must be unchecked.

regards,

Christoph
Ranorex Support Team