Search found 6 matches

by Berny_B
Thu Jan 29, 2009 4:24 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

Thanks for the great help.

That did solve my problem.

Regards,

Berny
by Berny_B
Thu Jan 29, 2009 3:10 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

Disabling the caching on the item didn't resolve the issue. I Also tried to disable the "Enable folder caching" configuration option but that didn't resolve it neither.

Yes, the replay still works.

Any other thoughts?

Berny
by Berny_B
Wed Jan 28, 2009 7:25 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

I did increase the Search Timeout property of the item (from 5000ms to 8000ms) and also inserted a Thread.Sleep(5000) before the item gets call. I still get the same error.

Regards,

Berny
by Berny_B
Wed Jan 28, 2009 5:34 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

Hi Alex,

I did install RC1. The CPU is working around 25% before the error and peaks at about 45%. We are using Janus UI Controls for .Net.

I'm sending the error log and snapshop to your support address.

Regards,

Berny
by Berny_B
Mon Jan 19, 2009 7:31 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

Yes the call was there. There's no exception, the execution just stops at the CustomerTab. Here's the code: public class Recording4 { public static void Start() { Mouse.DefaultMoveTime = 300; Keyboard.DefaultKeyPressTime = 100; GlobalRepository.DesktopExplorer.ListItemShortcut_to_bxsystemsUti.Click(...
by Berny_B
Fri Jan 16, 2009 7:56 pm
Forum: Automation API
Topic: Conatainer with Tab
Replies: 11
Views: 2960

Conatainer with Tab

Hi, In Ranorex 2.0 (version: 2.0.0.4977). We have a form with 4 different tabs (Janus.Windows.UI.Tab.UITab) . I'm using the recorder to generate the code and it creates a Ranorex.TabPageList in the GlobalReprository after the replay. If I'm using the recorder to play back the test it works fine. The...