Re: [Wtr-general] [Wtr-General] Problem with set_text and dialog boxes

2006-11-29 Thread Howard
I HAVE FOUND AN ANSWER! I changed the watir.rb to not use set_text. Instead, I moved the code from set_text to the two places that called it (set-combobox-text for one.) It now works every time. Debug showed it never actually called the set-text.

[Wtr-general] [Wtr-General] Problem with set_text and dialog boxes

2006-11-22 Thread Howard
I have spent several days debugging to locate a problem with the file open dialog box that is presented by an html file type. I am getting a valid handle to the control on the file open dialog, but, when winClicker attempts to (ultimately) use set_text, the text is not put into the combo box

Re: [Wtr-general] [Wtr-General] Problem with set_text and dialog boxes

2006-11-22 Thread Cain, Mark
@rubyforge.org Subject: [Wtr-general] [Wtr-General] Problem with set_text and dialog boxes I have spent several days debugging to locate a problem with the file open dialog box that is presented by an html file type. I am getting a valid handle to the control on the file open dialog, but, when