[Wtr-general] Error with file_field in a modal window (using 1.8.2 / 1.5.1.1127 )

2007-01-10 Thread John Lolis
Having some problems using file_field in a modal window. Like the subject says 
i do have 1.8.2 installed (just installed it) and Watir 1.5.1.1127 (from the 
gem) and I'm getting the following error.

The AutoIt dll must be correctly registered for this feature to work properly
c:/program 
files/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1127/./watir/windowhelper.rb:42:in
 `check_autoit_installed'
c:/program 
files/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1127/./watir.rb:3956:in `set'

here is the HTML of the field itself

INPUT id=DriverFileUpload_DriverFileUpload type=file 
name=DriverFileUpload$DriverFileUpload

anyone have any ideas :)
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6074messageID=16999#16999
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Error with file_field in a modal window (using 1.8.2 / 1.5.1.1127 )

2007-01-10 Thread Angrez Singh

Hi John,

You can manually install AutoIt dll using regsvr32 command.

Regards,
Angrez


On 1/10/07, John Lolis [EMAIL PROTECTED] wrote:


Having some problems using file_field in a modal window. Like the subject
says i do have 1.8.2 installed (just installed it) and Watir 1.5.1.1127(from 
the gem) and I'm getting the following error.

The AutoIt dll must be correctly registered for this feature to work
properly
c:/program 
files/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1127/./watir/windowhelper.rb:42:in
`check_autoit_installed'
c:/program files/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1127/./watir.rb:3956:in
`set'

here is the HTML of the field itself

INPUT id=DriverFileUpload_DriverFileUpload type=file
name=DriverFileUpload$DriverFileUpload

anyone have any ideas :)
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6074messageID=16999#16999
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Error with file_field in a modal window (using 1.8.2 / 1.5.1.1127 )

2007-01-10 Thread Paul Carvalho

And you do this how...?  Perhaps you should include a link, reference or
example of how to do this in your response.


On 10/01/07, Angrez Singh [EMAIL PROTECTED] wrote:


Hi John,

You can manually install AutoIt dll using regsvr32 command.

Regards,
Angrez


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Error with file_field in a modal window (using 1.8.2 / 1.5.1.1127 )

2007-01-10 Thread Charley Baker

From command line in the Watir directory where the AutoIt dll lives, run

regsvr32 AutoItX3.dll

-Charley


On 1/10/07, Paul Carvalho [EMAIL PROTECTED] wrote:


And you do this how...?  Perhaps you should include a link, reference or
example of how to do this in your response.


On 10/01/07, Angrez Singh  [EMAIL PROTECTED] wrote:

 Hi John,

 You can manually install AutoIt dll using regsvr32 command.

 Regards,
 Angrez



___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general