Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-16 Thread John Lolis
Adding to what Zeljko said, Is there a way for Watir when its first load to check your version or ruby, if AutoIt is loaded and if things aren't as they should be spit out a warning? - Posted via Jive Forums

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-16 Thread Bret Pettichord
John Lolis wrote: Is there a way for Watir when its first load to check your version or ruby, if AutoIt is loaded and if things aren't as they should be spit out a warning? I'm not quite sure what you asking. 1. Is it possible to for Watir to check your ruby version and autoit and other stuff

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread Ċ½eljko Filipin
On 1/15/07, John Lolis [EMAIL PROTECTED] wrote: I seem to be having some issues attaching to modal_dialogs. I tried to register my win32ole but it didn't seem to help. (the dialog popped up and said it didn't appear to be a valid dll) Make sure you are logged in as administrator while

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread John Lolis
thanks zeljko, I am logged in as an admin. I tried to register win32ole.so (which i have no idea what kind of file it is). Is there a win32ole.dll somewhere I should try? - Posted via Jive Forums

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread Bret Pettichord
The modal_dialog code is not supported with Ruby 1.8.4. Or more specifically, the win32ole changes that we made to support modal dialogs only work with Ruby 1.8.2. Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread John Lolis
Thanks! I guess I should just read the error message more carefully next time :) - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6110messageID=17153#17153 ___