Trying to select Menu item - not working on vista correctly : Automation API

Trying to select Menu item - not working on vista correctly

Class library usage, coding and language questions.

Trying to select Menu item - not working on vista correctly

Postby Chrispy » Wed Apr 02, 2008 3: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!
Chrispy
 
Posts: 5
Joined: Tue Mar 25, 2008 2:43 pm

Postby Support Team » Thu Apr 03, 2008 9: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
User avatar
Support Team
Site Admin
 
Posts: 4845
Joined: Fri Jul 07, 2006 5:30 pm
Location: Graz, Austria


Return to Automation API

Who is online

Users browsing this forum: No registered users and 0 guests

cron