CreateSelectionContext

From VisionaireWiki
Revision as of 10:41, 25 October 2008 by Timo (talk | contribs) (New page: ==createSelectionContext== Connects the selection of two controls. When connected, the destination control is notified about changes to the selection in the source control. Lua Syntax: <...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

createSelectionContext

Connects the selection of two controls.

When connected, the destination control is notified about changes to the selection in the source control.

Lua Syntax:

createSelectionContext(window2, window1 [, bidirectional])

Arguments

window2

"string" - The source control, the destination control is notified about changes in this control.

window1

"string" - The destination control.

bidirectional

true|false - If given the first control is also notified about changes in second control.

Flags

Return Values

None.