Shows the window if it is hidden at the specified location. If the toggle parameter is set to true, the window will alternate between showing and hiding.
Example
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.showAt(10, 10, false);
Shows the window if it is hidden at the specified location. If the toggle parameter is set to true, the window will alternate between showing and hiding.
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.showAt(10, 10, false);