Search found 5 matches

by gkring
Tue Apr 01, 2008 3:03 pm
Forum: Automation API
Topic: Wrong selection in Combo Box
Replies: 4
Views: 3305

Today a new version of this software has been released.
I will test now with this version and come back to you if it still has problems.
by gkring
Fri Mar 28, 2008 11:52 am
Forum: Automation API
Topic: Wrong selection in Combo Box
Replies: 4
Views: 3305

Thank you Alex for the proposals. I have tried them all, but the result is the same as before. The control is a specific control which is part of a software product from a canadian company, which I got for testing. I don't have the source code. One thing which I have seen now is that Ranorex Spy als...
by gkring
Wed Mar 26, 2008 3:54 pm
Forum: Automation API
Topic: Wrong selection in Combo Box
Replies: 4
Views: 3305

Wrong selection in Combo Box

I'm trying to implement a simple text based selection of entries from a combo box. The combo box has 5 entries. According to the program output, the right entry is being selected (see output), but the setting seems to have no effect (i.e. the previously set entry is still active). According to the o...
by gkring
Wed Sep 05, 2007 9:17 am
Forum: Automation API
Topic: How to wait for Windows to disappear or get active
Replies: 2
Views: 4649

Thank you!
I have tried it with your 2nd proposal and this works.
by gkring
Tue Sep 04, 2007 5:45 pm
Forum: Automation API
Topic: How to wait for Windows to disappear or get active
Replies: 2
Views: 4649

How to wait for Windows to disappear or get active

I want to use Ranorex Python to automate testing of E-Mail clients. I am starting with Outlook Express. One important point for this seems to be a method to wait for windows to disappear (e.g. if I send an E-Mail I have to wait until the Message window goes away...) I tried to use the ControlGetStat...