[Wtr-general] File Download

2006-07-25 Thread mail
Hi all, i have a problem with downloading a file. How to handle the File Save - Popup? I have found this http://jira.openqa.org/browse/WTR-63 when searching the web, but it doesnŽt work: Nothing happens, I donŽt even get an error message. Thanks for advice, Chriss

Re: [Wtr-general] Making a function a separate file

2006-07-25 Thread Adam Reed
Chris, The error I was getting was an uninitialized constant at the line where I call the function. The logger.rb file runs with no errors, and so does the test.rb prior to making include changes. SciTe doesn't get more specific than that unfortunately, so it's been hard to tell. I made

[Wtr-general] FW: Making a function a separate file

2006-07-25 Thread Adam Reed
Aha! I renamed the file and function to rc_logger instead of logger, and it works just fine. Apparently logger is a reserved class? -Original Message- No reason why what you propose shouldn't work. What errors are you getting? -Chris ___

Re: [Wtr-general] Lists question

2006-07-25 Thread Attebery, Bill
I didn't fully understand the syntax -- but reading it closer I see what you mean now. I read it reversed -- do block unless window contains Internet Explorer (thus skipping all the IE windows) but it was really next (or skip) block unless window contains Internet Explorer (thus only acting

Re: [Wtr-general] FreeTextBox Watir

2006-07-25 Thread Alan Ark
Hi Paul, Thanks for the suggestion. We're using FreeTextBox in an Iframe, but when I try to access the field, I'm getting WIN32OLERuntimeError: focus OLE error code:800A083E in htmlfile Can't move focus to the control because it is invisible, not enabled, or of a type that does not

[Wtr-general] white screen of death

2006-07-25 Thread Xavier Noria
I've been developing an application just fine, and in some machines in production after some successful runs ie.goto launches MSIE but nothing happens, there's just a blank page. Sometimes there is no trace, and sometimes we get something like c:/ruby/li

Re: [Wtr-general] IE7 and Popups

2006-07-25 Thread Cain, Mark
I got it! Microsoft changed the name of the pop-up title bar from 'Microsoft Internet Explorer' to 'Windows Internet Explorer'. This should be changed in winClicker.rb or at least put in the FAQ. --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Wtr-general] Cancel Subscription

2006-07-25 Thread Tess :)
I do not wish to recieve emails from this network anymore. Please take me off the list or tell me what I can do. Thanks! Tessa [EMAIL PROTECTED] ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] white screen of death

2006-07-25 Thread Richard Conroy
MSIE does not close down instantaneously. Don't immediately try to relaunch it. I solved this with our scripts by introducing a 3 second delay between closing MSIE and reopening it. Another solution is to never close, or keep an IE window open somewhere (so that browser closes aren't actually

Re: [Wtr-general] white screen of death

2006-07-25 Thread Xavier Noria
On Jul 25, 2006, at 21:05, Richard Conroy wrote: MSIE does not close down instantaneously. Don't immediately try to relaunch it. Great, that's some light :-). I need to understand well what that means. Which is the relationship between closing ie (either via the close method or by hand