When you display a window dialog, this window is bounded to the main window (i use popup_centered to show my window).
is it possible to create a dialog window outside the main window? how?
Code:
var dlg = $MyWindow
dlg.popup_centered()
yield($MyWindow, "OK")
return $MyWindow.result