Search found 23 matches

by chunkylover53
Thu Aug 25, 2011 9:30 pm
Forum: General Questions
Topic: setting text box value
Replies: 4
Views: 5152

Re: setting text box value

Hi,
I tried click(), click(new location()), and performclick().
None of them worked. Does it matter that these login controls might be silverlight?
by chunkylover53
Wed Aug 24, 2011 10:43 pm
Forum: General Questions
Topic: setting text box value
Replies: 4
Views: 5152

setting text box value

Hi, I have the following code running on windows 2008 with IE browser an current ranorex version. InputTag userName = gmsLogin.FindSingle(".//input[@id='UsernameMaskTextBox']"); userName.Value= "user1"; InputTag password = gmsLogin.FindSingle(".//input[@id='PasswordMaskTextbox']"); password.Value = ...
by chunkylover53
Tue Aug 02, 2011 8:34 pm
Forum: General Questions
Topic: unexpected error ...while loading the log file
Replies: 5
Views: 1737

Re: unexpected error ...while loading the log file

Huzzah! That worked commenting out that line.
Thanks!
by chunkylover53
Mon Aug 01, 2011 5:26 pm
Forum: General Questions
Topic: unexpected error ...while loading the log file
Replies: 5
Views: 1737

Re: unexpected error ...while loading the log file

Yes I added exception in IE and I can open the report file.
The project is attached.
RemSmokeTests.zip
by chunkylover53
Fri Jul 29, 2011 9:29 pm
Forum: General Questions
Topic: unexpected error ...while loading the log file
Replies: 5
Views: 1737

unexpected error ...while loading the log file

Hi, I'm using Ranorex Studio eval version 3.04 on Windows 2008 Enterprise SP2 My test is just a few lines of code which get executed without a problem. However at the end of the test I fail to get a report. Instead I get an error box that appears. I've attached a screen shot. Please help. Thanks CL53
by chunkylover53
Fri Jul 29, 2011 9:20 pm
Forum: General Questions
Topic: Browser hangs in evaluation version
Replies: 4
Views: 2136

Re: Browser hangs in evaluation version

Hi,
Yes I click the continue button.
I solved the problem by switching from Windows XP to Windows 2008 and now I don't have the hanging problem.
Instead I get another problem. I'll put it in a separate post.
Thanks for the help.
CL53
by chunkylover53
Thu Jul 28, 2011 5:57 pm
Forum: General Questions
Topic: Browser hangs in evaluation version
Replies: 4
Views: 2136

Re: Browser hangs in evaluation version

Hi.
I tried your suggestion and it didn't work.
The first few lines of code get executed before I click the continue evaluation button.
Not sure what to do at this point. I've never seen it hang like it does when I start debugging.
Thanks
cl53
by chunkylover53
Thu Jul 28, 2011 5:21 pm
Forum: General Questions
Topic: Browser hangs in evaluation version
Replies: 4
Views: 2136

Browser hangs in evaluation version

Hi, I'm using Ranorex Studio evaluation version 3.04 on Windows XP When I start the script from the IDE it opens the browser (both IE and FF)and loads the page, then it hangs. The mouse becomes unresponsive. I'm not sure but I think the evaluation popup is getting in the way. Here is my code. It nev...
by chunkylover53
Fri Apr 08, 2011 7:16 pm
Forum: General Questions
Topic: right click menu
Replies: 1
Views: 2543

right click menu

Hi, I have a grid control with several rows in it. When I click on a row with the right mouse button a context menu appears with the option to either edit or delete. How do I capture this little menu in ranorex spy? When I go to click on the track button the menu disappears. And it doesn't appear to...
by chunkylover53
Tue Jan 11, 2011 11:29 pm
Forum: General Questions
Topic: CheckState.Checked ??
Replies: 3
Views: 2539

CheckState.Checked ??

Hi, I'm using Ranorex version 2.3.5.10317 and am running into a problem with checkboxes. I have a custom gridview control that is filled with checkboxes. I use the code below to iterate through the checkboxes and set the check state. However the it keeps randomly failing with an "operation not suppo...
by chunkylover53
Wed Oct 27, 2010 10:46 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Thanks, that code worked.
by chunkylover53
Mon Oct 25, 2010 9:14 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Okay, here's the latest By changing my click method from models.click() to models.click(new Location()) I can expand the drop down finally. Now my code can get the list of items using your code: IList<Ranorex.ListItem> optionList = Host.Local.Find<Ranorex.ListItem>("/container[@caption='selectbox']/...
by chunkylover53
Thu Oct 21, 2010 9:40 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Hi,
I've emailed you my project and attached two more snapshots.
I think I captured it correctly this time. If not let me know and I will repost.
Thank You
by chunkylover53
Wed Oct 20, 2010 10:11 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Hi, I've attached files as requested. I think I captured them correctly using the instructions posted. I think this is the path used by the recorder. /dom[@domain='192.168.245.138']body/form/div[3]/div[@id='middle']/div/div/div[@id='right']/div[1]/div/container[@caption='selectbox'] But if I use ran...
by chunkylover53
Tue Oct 19, 2010 10:29 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Hi, I don't see in the ranorex recorder code where it's manipulating the drop down. See code below. Yes the STAThread attribute is present. Also see attached screen shots. /////////////////////////////////////////////////////////////////////////////// // // This file was automatically generated by R...