Search found 10 matches

by Arnout
Mon Jun 27, 2016 11:58 am
Forum: Object Identification and Technologies
Topic: Refreshing repository in C# during execution
Replies: 5
Views: 3178

Re: Refreshing repository in C# during execution

Hrm, the solution to this problem was to change the identification of the checkbox from attribute ID to Index. The ID seemed to change every time the checkbox is generated. Overlooking this is a beginner's mistake that I haven't made in a long time. I thought I double-checked this. :? Well, thanks e...
by Arnout
Tue Jun 21, 2016 10:18 am
Forum: Object Identification and Technologies
Topic: Refreshing repository in C# during execution
Replies: 5
Views: 3178

Re: Refreshing repository in C# during execution

Hello Johannes,

Thanks for your reply, I've checked the properties of the parent folder and the caching seems to be switched off/false. It was so by default. Is there any way for me to check the debug build if it actually builds with this as true due to some kind of bug?

Best regards,

Arnout
by Arnout
Fri Jun 17, 2016 1:32 pm
Forum: Object Identification and Technologies
Topic: Refreshing repository in C# during execution
Replies: 5
Views: 3178

Refreshing repository in C# during execution

Hi there. I'm looking for a way to refresh the repository during test execution. The reason is this: I have a checkbox listed in the repository, which can never be found during execution. Once I abort execution and open the spy through the repository however, the element can be found and the 'highli...
by Arnout
Thu May 26, 2016 3:34 pm
Forum: How To …
Topic: How to wait for Mouse.Cursor state by default
Replies: 5
Views: 4898

Re: How to wait for Mouse.Cursor state by default

The stopwatch makes the while loop a little less scary... wouldn't use it in any other situations either. The 'Wait For' functionality is most likely a while loop with a stopwatch at its most basic level anyway. :wink: 'Waiting for' stuff to exist is not always an option, if you want to do multiple ...
by Arnout
Wed May 25, 2016 3:11 pm
Forum: How To …
Topic: How to wait for Mouse.Cursor state by default
Replies: 5
Views: 4898

Re: How to wait for Mouse.Cursor state by default

Thanks for your answer, krstcs! My suggestion would be to create a small module called "Wait_for_Mouse_Cursor" or something like that with your code in it. Then just drop it in your test case wherever you need to wait for the cursor. Good idea, I usually make modules small enough that the 'wait' ste...
by Arnout
Wed May 25, 2016 12:37 pm
Forum: How To …
Topic: How to wait for Mouse.Cursor state by default
Replies: 5
Views: 4898

How to wait for Mouse.Cursor state by default

Hi, The application i'm automating doesn't accept input when saving or searching. While it's busy, the mouse.cursor state is "[Cursor: WaitCursor]" visible as a spinning blue circle in Windows 7, so when manually using the application it's easy to wait for this busy-state to disappear before doing s...
by Arnout
Tue Feb 23, 2016 5:42 pm
Forum: Object Identification and Technologies
Topic: Oracle Forms: Multi-Record blocks not interpreted as tables
Replies: 10
Views: 4126

Re: Oracle Forms: Multi-Record blocks not interpreted as tables

Thanks for pointing out that it is possible to update through the start page. I did, and unfortunately it did nothing for the way Ranorex Spy views these elements. But we already suspected that. I guess I'll try to convince one of the C# guru's here to build me the code that I have in mind :)
by Arnout
Tue Feb 23, 2016 2:50 pm
Forum: Object Identification and Technologies
Topic: Oracle Forms: Multi-Record blocks not interpreted as tables
Replies: 10
Views: 4126

Re: Oracle Forms: Multi-Record blocks not interpreted as tables

Hi Pavel, Thanks for taking the time to look into this problem for me and to write a clear and elaborate reply! :) It appears the situation is indeed as bleak as I had imagined... I'm willing to give the latest Ranorex version a try. I've got an active floating license but I found no way to get my h...
by Arnout
Thu Feb 18, 2016 4:25 pm
Forum: Object Identification and Technologies
Topic: Oracle Forms: Multi-Record blocks not interpreted as tables
Replies: 10
Views: 4126

Re: Oracle Forms: Multi-Record blocks not interpreted as tables

Hi odklizec, I've added the information requested to the starting post.
by Arnout
Wed Feb 17, 2016 2:09 pm
Forum: Object Identification and Technologies
Topic: Oracle Forms: Multi-Record blocks not interpreted as tables
Replies: 10
Views: 4126

Oracle Forms: Multi-Record blocks not interpreted as tables

I've noticed that with object identification, multi-record blocks are not interpreted as a table, even though the structure of these blocks largely resembles one. This messes up my object identification: I'd like to identify a container or cell by row and column indexes. In this example, I'd like to...