Hi,
I'm trying to make a plugin MAC compatible, and I can't open a child window of a webdialog.
window.open does not have same behaviour on MAC and it open a child window in parent window closing parent I think.
Someone knows why donesn't work on MAC.
dialog = UI;;WebDialog.new("PVGYS", true, "sk_pvgys", 930, 830, 500, 0, true)
dialog.set_url('http://re.jrc.ec.europa.eu/pvgis/apps3/pvest.php')
dialog.show(){
dialog.execute_script("myWindow=window.open('','output','left=0 width=550,height=800,scrollbars=1,resizable=1');")
}