Advanced Window Functions

From WinLIKE Wiki

Jump to: navigation, search

WinLIKE.createwindow(window-object)

Creates a window at runtime - alternative to WinLIKE.addwindow().

See files of 50_develop_scripts.html (samples/script/)
and 60_develop_debug_windows.html (samples/debug/).


WinLIKE.openaddress(url, query-string, window-name, window-number, reopen, untouch z-Index)

Opens a window with the specified address or loads a page into a window.

See files of 52_develop_inframe.html (samples/inframe/).


WinLIKE.searchwindow(window-name)

Searches for a window by name and returns the window-number. This number changes after closing and reopening a window.

See files of 50_develop_scripts.html (samples/script/).


WinLIKE.setlink(href, window-number, isLink)

Retrieves the relative URL for changing a link per script because IE/NN-differences.

See files of 50_develop_scripts.html (samples/script/)
and 55_develop_linkchange.html (samples/change/).


WinLIKE.windows[window-number]

Array of current WinLIKE-windows.

See files of 13_sample_relative.html (samples/relative/).


WinLIKE.windows[].Ski [also .Mn|.Nam|.Vis|...]

Sets a property of a window. Do not change the address (.Adr) in this way, use WinLIKE.openaddress.

See Properties API and files from 50_develop_scripts.html (samples/script/).


WinLIKE.windows[].draw()

Rerender the window skin after changing properties.

See files of 50_develop_scripts.html (samples/script/).


WinLIKE.windows[].close()

Closes a window.

See files of 50_develop_scripts.html (samples/script/).


WinLIKE.windows[].front()

Brings a window to front.

See files of 50_develop_scripts.html (samples/script/).


WinLIKE.windows[].hideshow()

Hides or shows a window.

See files of 51_develop_winlist.html (samples/script/).


WinLIKE.windows[].minmax()

Minimizes or restores a window.

See files of www.ceiton.com (the Minimize link).


WinLIKE.windows[].innerframe()

Retrieves the window inline frame object.

See files of 54_develop_win_access.html (samples/access/).


WinLIKE.windows[].innerdoc()

Retrieves the window document object.

See files of 54_develop_win_access.html (samples/access/).


WinLIKE.windows[].ovlpos()

Overloads/changes the position of the actual moving window.

See 31_sample_snap_windows.html (samples/snap/).


WinLIKE.windows[].ovlsize()

Overloads/changes the size of actual risizing window.

See 31_sample_snap_windows.html (samples/snap/).


WinLIKE.maxvals(left, top, right, bottom)

Defines the space between a maximized window and the browser.

See 17_sample_maximizing.html.


WinLIKE.Actual

Retrieves the window number of the actual forground window.

See 60_develop_debug_windows.html.


WinLIKE_x/y

Retrieves or sets the actual WinLIKE mouse coordinates.

See 30_sample_limit_areas.html (samples/limit/).

Personal tools