Function
Void Windows.SetWindowProperty.Width(String windowId, Single width)
API | ./. |
---|---|
description | sets a specific window's width |
namespace | Windows.SetWindowProperty |
parameter | windowId ( String ) : the Id of the window, see Windows |
width ( Single ) : value from 0 to 2. The whole workspace is 2 units wide and divided into 12 parts. | |
return value | Void |
X, Y, Width and Height are the window's attributes and thus cannot be set with ActionScript.SetProperty. Instead, the dedicated functions in the namespace Windows.SetWindowProperty must be uased.
<step>Windows.SetWindowProperty.Width("Windows.Playbacks", 2)</step>