Failure in Update-Behaviour for AccessibleObjects

Bug reports.
jabelshauser
Posts: 55
Joined: Thu Aug 23, 2007 12:00 pm

Failure in Update-Behaviour for AccessibleObjects

Post by jabelshauser » Thu Sep 20, 2007 1:17 pm

Using additional AccessibleObjects inside User-Defined-Controls, Ranorex get no Value-Update, after read 1 time:

Example:
Accessible-Object-Value = red
Ranorex reads: red --> OK
Accessible-Object-Value = yellow
Ranorex reads: red --> NOK

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Thu Sep 20, 2007 1:30 pm

It seems to be a problem in the Element cache functions, we will check this issue for the next version.
Please try the following workaround in V1.2:

1. Generate a textfile with the name Ranorex.ini
2. Insert the following text:

[General]
ElementCacheSize=4

3. Copy the file into the Ranorex Bin directory (RanorexCore.dll must be in the same directory).

Jenö
Ranorex Team