Ranorex

Trying to select Menu item - not working on vista correctly

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet
View previous topic :: View next topic  
Author Message
Chrispy



Joined: 25 Mar 2008
Posts: 5

PostPosted: Wed Apr 02, 2008 3:08 pm    Post subject: 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.


Code: click into code to enlarge
 // 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!
Back to top
View user's profile Send private message MSN Messenger
Support Team
Site Admin


Joined: 07 Jul 2006
Posts: 344

PostPosted: Thu Apr 03, 2008 9:53 am    Post subject:
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
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum