Winclicker problem

Hi,

I used the following code
def myclick(button, waitTime = 3)
w = WinClicker.new
longName = $ie.dir.gsub("/" , “\” )
shortName = w.getShortFileName(longName)
c = "start ruby #{shortName}\watir\clickJSDialog.rb #{button}
#{waitTime} "
puts “Starting #{c}”
w.winsystem©
w=nil
end

Then, before the button i want to click that generates the popup, added:
myclick (“Ok”,3)

But after I updated the ruby it doesn’t have any effect. Another
command page is opened but it disappears very quickly, maybe is an error
there but can’t be seen. The IE wasn’t changed in the mean time.Did
anyone else experienced the same problem?

I would be grateful for any idea.

Thank you,
Erika