Re: [wtr-general] Re: Ms Sql reports -changin zoom of page nothing happend

2010-11-18 Thread Željko Filipin
I took a look at Danijel's app (via Skype screen sharing), he executed this from IRB: $ie.select_list(:id, "ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00").set("10%") The page zoomed to 10%, but IRB was stuck, it never returned the prompt. My guess is that Watir is waiting for IE to say it is

[wtr-general] Re: Ms Sql reports -changin zoom of page nothing happend

2010-11-17 Thread Danijel
we can hear us on skype in slovenian /croatian skype name: danijel_vukovic On 18 nov., 07:58, Danijel wrote: > This page is not public,sorry. It works as you described. > >  On normal page works fine but on page created from "MS sqL reports" > doest work. If i click on buton which is on page gene

[wtr-general] Re: Ms Sql reports -changin zoom of page nothing happend

2010-11-17 Thread Danijel
This page is not public,sorry. It works as you described. On normal page works fine but on page created from "MS sqL reports" doest work. If i click on buton which is on page genetated from Ms Sql report i have to use "click!" if i use click, watir doest move to the next line in watir code, it w

Re: [wtr-general] Re: Ms Sql reports -changin zoom of page nothing happend

2010-11-17 Thread Željko Filipin
2010/11/17 Danijel > $ie.select_list(:id, > "ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00").set(zoom) >puts "stisnuo" >$ie.select_list(:id, > "ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00").fire_event('onchange') > > and naver came to line : puts "stisnuo"

[wtr-general] Re: Ms Sql reports -changin zoom of page nothing happend

2010-11-17 Thread Danijel
Thanks for help Željko, but i did not help when first value is selected, page is automaticali zoomed on 10%, $ie.select_list(:id, "ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00").set(zoom) puts "stisnuo" $ie.select_list(:id, "ctl00_ContentMain_ReportViewer1_ctl0