User Tools

Site Tools


macros:function:windows.setwindowproperty

This is an old revision of the document!


Function

Windows.SetWindowProperty

Void Windows.SetWindowProperty.[X|Y|Width|Height](String windowId, Int32 value)

undocumented function to set some window properties which cannot be set with ActionScript.SetProperty

API ./.
description set a window's position/dimension
namespace Windows
parameter X Y Width Height : strictly defines the very function. Which parameter to set.
windowId ( String ) : Which Window's property to set. See Location
value ( Int32 ) : which value to set the parameter to. See Windows.[group].XYHWproperties
return value Void
Example in

Create Workspaces:

  <step>Windows.SetWindowProperty.X("Windows.Playbacks", 0)</step>
  <step>Windows.SetWindowProperty.Y("Windows.Playbacks", 0)</step>
  <step>Windows.SetWindowProperty.Width("Windows.Playbacks", 2)</step>
  <step>Windows.SetWindowProperty.Height("Windows.Playbacks", 2)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/windows.setwindowproperty.1535127664.txt.gz ยท Last modified: 2018/08/24 16:21 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki