Controlling your window
Using myWindow
function closeApp() {
myWindow.close();
}function whatIsMyFileId() {
return myWindow.appID; // returns the ID of the source file
}
function whatIsMyWindowId() {
return myWindow.windowID; // returns the ID of the current window
}Last updated