Search found 2 matches

by rx1337
Mon May 04, 2009 3:37 pm
Forum: General Questions
Topic: How to handle application restarts
Replies: 2
Views: 2586

For reference, I managed to work around the issue. My issue was not with the repository but rather that my instances of the Row objects generated in a foreach loop were not current after a restart, and would not behave correctly. Doing a row.Click() would send the cursor in a crazy place (0, 0 on th...
by rx1337
Mon May 04, 2009 6:29 am
Forum: General Questions
Topic: How to handle application restarts
Replies: 2
Views: 2586

How to handle application restarts

Hello, I'm trying to put together an automation that restarts the target application frequently, without interrupting a loop that runs through a bunch of rows. As it is, after a restart, the locations of the rows are not correct anymore. I'm using a repository, is there a procedure to refresh it wit...