Search found 17 matches

by djpflug23
Fri Jan 20, 2012 3:37 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Just sent the code to the address provided. I hope it's helpful!
by djpflug23
Thu Jan 19, 2012 10:38 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

After a lot of trial and error, I finally got it working! It seems that there were some invisible spaces or something in the paths that I was missing when I was constructing the paths. So when copying and pasting the path, it would work fine, but if I tried to type it in manually/modify them at all,...
by djpflug23
Thu Jan 19, 2012 8:25 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Using that bit of code did work. So is it how I'm building the paths in my code? Could that be what is causing the issues? Since it is a common method that will be used by many different people in different situations, I didn't want to hard-code the path in. Can I send my code to you to see if I mes...
by djpflug23
Tue Jan 17, 2012 6:59 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Thanks for those instructions. I've included both of the requested snapshots. The thing that I don't understand is that the create snapshot at runtime project WAS able to find the cell in the calendar, but my project was NOT able to find it, and they were using the exact same path. What's going on? ...
by djpflug23
Tue Jan 17, 2012 3:27 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Thanks for the replies. please try to use a larger timeout, e.g. 5000ms. This doesn't help. I can put any timeout in and it still doesn't find the item. It just acts like the item doesn't exist. print out the dayPath in the error message within the else statement and evaluate this path with Ranorex ...
by djpflug23
Thu Jan 12, 2012 5:00 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Thanks for the quick reply. If you just created the dll out of a normal Ranorex project which contains a repository I don't think this is how we did this. We created the dll as it's own, very large project. This is a large common dll that houses all of our common methods that all of our projects the...
by djpflug23
Thu Jan 12, 2012 3:13 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

I can do it that way, and it does work, but I'm trying to create a method in one of our common dll's and, as far as I know, these are unable to have a repository of their own (is that correct?) Therefore, I'm unable to do that, I have to pass in the path as a string, and then use the TryFindSingle t...
by djpflug23
Wed Jan 11, 2012 6:42 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Re: Test not finding highlightable elements

Here is a snapshot of one of the cells (a day in the calendar). Unfortunately, since the calendar disappears whenever I click outside of it, everything seems to be invalid, but I thought it might give some information at least. Thanks.
by djpflug23
Wed Jan 11, 2012 3:42 pm
Forum: General Questions
Topic: Test not finding highlightable elements
Replies: 15
Views: 4154

Test not finding highlightable elements

I have a project project where I am trying to select buttons and/or cells from a table (a Windows calendar). However, this table is difficult to place in the repository, as it disappears if you click anywhere outside of the calendar. This means that I can't use the spy to capture all the elements th...
by djpflug23
Fri Jul 22, 2011 3:58 pm
Forum: Bug Reports
Topic: Bug with Columns Methods?
Replies: 1
Views: 2013

Bug with Columns Methods?

Hi Ranorex, My team and I have been having some problems when working with tables. We can do pretty much whatever we need to when we use rows, but when we try to do the same kind of thing with methods that look for columns, it isn't finding any columns in the tables. It doesn't matter what table the...
by djpflug23
Mon May 02, 2011 3:17 pm
Forum: General Questions
Topic: multiple CSV files for one recording
Replies: 2
Views: 1680

Re: multiple CSV files for one recording

Got it, thanks for the quick reply!

Dave
by djpflug23
Fri Apr 29, 2011 8:54 pm
Forum: General Questions
Topic: multiple CSV files for one recording
Replies: 2
Views: 1680

multiple CSV files for one recording

Hi Ranorex, I'm working on a test in which I want to break up the variables that I'm passing in to more than one CSV file. Each time I create a new CSV file though it makes that the only one that is being used when I play the test. Is there any way to use more than one CSV file to pass all the varia...
by djpflug23
Tue Apr 26, 2011 10:00 pm
Forum: General Questions
Topic: Losing variable values when I call a recording
Replies: 4
Views: 1759

Re: Losing variable values when I call a recording

Thanks, Roland, for explaining that to me. I was able to figure it out. I needed to call the method that I was in rather than the whole recording, and it worked fine that way. Thank you for your timely responses!
by djpflug23
Tue Apr 26, 2011 8:08 pm
Forum: General Questions
Topic: Losing variable values when I call a recording
Replies: 4
Views: 1759

Re: Losing variable values when I call a recording

I was using the test suite to create the variables, and stored them in a simple data table. I then ran the project through the test suite. However, the recording is then called again by itself within the code, and that is when the variables seem to get lost. Is this enough of a description? I'm not ...
by djpflug23
Mon Apr 25, 2011 5:11 pm
Forum: General Questions
Topic: Ranorex Spy not recognizing all elements?
Replies: 2
Views: 2002

Re: Ranorex Spy not recognizing all elements?

Thanks for the reply. It looks like they must be user drawn, because I'm still not able to see them in 3.0.1. Fortunately I was able to find a work-around where I didn't need to find the images. Thanks again.