You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Desktop.createWindow function has properties one can edit. One of the fields seems to be "visible" which would make the window either visible or invisible when the window is created. This field does not seem to be read when creating the window. This field does work when you set the value after the window has been created, but it does not work when you set the visible state when the window is created.
This Developer Test uses this function and by default sets the window to be visible by default. Editing this script to have it disabled by default results in no change to the initial functionality.
The text was updated successfully, but these errors were encountered:
The Desktop.createWindow function has properties one can edit. One of the fields seems to be "visible" which would make the window either visible or invisible when the window is created. This field does not seem to be read when creating the window. This field does work when you set the value after the window has been created, but it does not work when you set the visible state when the window is created.
This Developer Test uses this function and by default sets the window to be visible by default. Editing this script to have it disabled by default results in no change to the initial functionality.
The text was updated successfully, but these errors were encountered: