In this sample we have built a little debug function, for listing the complete array of WinLIKE.windows[]. You can change the function, if you want to see more properties of each window. Here we show number, name, visibility and if window is deleted: Click here to view the WinLIKE.windows array

Link to the predefined 'realwin' window (try also ALT+CLICK)
Note, after closing a window, it will not destroyed, only the Del property is set to true. After recreation (thru a link to this window or WinLIKE.openaddress) this template will give the new window his properties like size, skin, position and so on and will afterwards beeing destroyed.

Link which always create a new window with a unique name
Sometimes it is useful to create windows on the fly at the runtime with WinLIKE.createwindow. This link creates such unique windows. Maybe also useful is to really destroy this window after usage. Therefore we use the .onClose event. This event fires on closing and set the window to NULL after the window is closed.

Click here to see the window number of the forground window