The following script:
tell application "Orion"
set newWindow to (make new window)
end tell
returns this:
--> window id 25855 of application "Orion"
However no new window opens in the user interface.
This script:
tell application "Orion"
set newWindow to (make new window)
get id of newWindow
end tell
returns:
--> error "Orion got an error: Can’t get window id 25890." number -1728 from window id 25890
Expected a new window to open, with an id property
Version 1.0.3 (142), WebKit 624.1.2.19.2
Tahoe (26)