[wtr-general] Re: bring_to_front function not working...

2009-10-06 Thread John Kolokotronis
Maybe try using AutoIT's WinSetOnTop function directly? Like this: require 'win32ole' AutoIt = WIN32OLE.new(AutoItX3.Control) AutoIt.WinSetOnTop([REGEXPTITLE:#...@ie.get_title}], , 1) Regards, John --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: bring_to_front function not working...

2009-10-05 Thread sHiVa
Hi, Did you register the AutoItx3.dll? Run the following command from command prompt. regsvr C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir \AutoItX3.dll Thanks Regards Siva Phaneendra K On Oct 5, 5:34 pm, Prince3105 prince3...@gmail.com wrote: Hi Al, I am using below code in my

[wtr-general] Re: bring_to_front function not working...

2009-10-05 Thread Prince3105
Thsnks Siva, For your instant reply, i registered and other AutoIT methods are working without any error. My actual issue is if my application is in background and if i apply bring_to_front() function it should bring the application to foreground. isn't it? but it wont bring to foreground and

[wtr-general] Re: bring_to_front()

2009-06-02 Thread Charley Baker
You need to register the autoit dll. Follow this thread: http://groups.google.com/group/watir-general/browse_thread/thread/f58e3598b03a9111 Charley Baker blog: http://blog.charleybaker.org/ Lead Developer, Watir, http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Tue, Jun 2, 2009 at 10:46

[wtr-general] Re: bring_to_front()

2009-06-02 Thread Steve
Worked like a charm, Charley. Thank you! On Jun 2, 11:52 am, Charley Baker charley.ba...@gmail.com wrote: You need to register the autoit dll. Follow this thread:http://groups.google.com/group/watir-general/browse_thread/thread/f58... Charley Baker blog:http://blog.charleybaker.org/ Lead

[wtr-general] Re: bring_to_front

2009-02-18 Thread venky
Hi, I am using watir 1.6.2(installed yesterday-17/Feb/2009). ie.bring_to_front() is not working. application is not coming front but the script runs fine. wats the problem. Thanks, Venkat On Feb 18, 2:08 pm, venky venkatesh...@gmail.com wrote: Hi, I am using watir 1.6.2(installed