(phixonline)--> -- demo\rosetta\Window_creation.exw with javascript_semantics include pGUI.e IupOpen() IupShow(IupDialog(IupVbox({IupLabel("hello")},"MARGIN=200x200"),"TITLE=Hello")) if platform()!=JS then IupMainLoop() IupClose() end if