CreateSelectionContext: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(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: <...)
(No difference)

Revision as of 10:41, 25 October 2008

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.