Re: [Wtr-general] Problem with Autoit?

2007-01-02 Thread Galina Maralina
It did work, thank you very much. Galina. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charley Baker Sent: Tuesday, December 26, 2006 1:29 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Problem with Autoit? Does it still fail if you

Re: [Wtr-general] Problem with Autoit?

2006-12-26 Thread Charley Baker
You might need to register the dll. Open a command prompt where AutoItX3.dllis installed. From the gem install you'll need to go to {ruby_install}\lib\ruby\gems\1.8\gems\watir-1.5.1.1135\watir where you'll find the dll and then run regsvr32 AutoIt3X.dll -Charley On 12/22/06, Galina Maralina

Re: [Wtr-general] Problem with Autoit?

2006-12-26 Thread Bret Pettichord
Charley Baker wrote: You might need to register the dll. Open a command prompt where AutoItX3.dll is installed. From the gem install you'll need to go to {ruby_install}\lib\ruby\gems\1.8\gems\watir-1.5.1.1135\watir where you'll find the dll and then run regsvr32 AutoIt3X.dll Watir will do

Re: [Wtr-general] Problem with Autoit?

2006-12-26 Thread Galina Maralina
@rubyforge.org Subject: Re: [Wtr-general] Problem with Autoit? Charley Baker wrote: You might need to register the dll. Open a command prompt where AutoItX3.dll is installed. From the gem install you'll need to go to {ruby_install}\lib\ruby\gems\1.8\gems\watir-1.5.1.1135\watir where you'll find the dll

Re: [Wtr-general] Problem with Autoit?

2006-12-26 Thread Charley Baker
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Tuesday, December 26, 2006 10:40 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Problem with Autoit? Charley Baker wrote: You might need to register the dll. Open a command prompt where AutoItX3.dll

[Wtr-general] Problem with Autoit?

2006-12-22 Thread Galina Maralina
Hello, I installed water 1.5.1.1135 and can not close alert windows any more... something is not working with Autoit, it worked before with version 1.4., code is the same: Thread.new { system(rubyw myClicker.rb) } $ie.image(:name, Delete).click This is the error: