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: <...)
 
(Removing all content from page)
Line 1: Line 1:
==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:
<pre>createSelectionContext(window2, window1 [, bidirectional])</pre>
===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.

Revision as of 10:47, 25 October 2008