User Tools

Site Tools


macros:function:windows.setwindowproperty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

macros:function:windows.setwindowproperty [2018/08/24 16:21] – created icke_siegenmacros:function:windows.setwindowproperty [2018/08/25 16:44] (current) – removed icke_siegen
Line 1: Line 1:
-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 | 
-^ [[macros:namespace|namespace]] | [[macros:namespace:Windows]] | 
-^ parameter | X  Y  Width  Height : strictly defines the very function. Which parameter to set. | 
-^ ::: | windowId ( [[macros:type:String]] ) : Which Window's property to set. See [[macros:identifier:location|]] | 
-^ ::: | value ( [[macros:type:Int32]] ) : which value to set the parameter to. See [[macros:property:Windows.[group].XYHWproperties]] | 
-^ return value | [[macros:type:void]] |   
- 
-== Example in ==  
-[[macros:example:createworkspaces]]:  
- 
-<code xml> 
-  <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> 
-</code> 
- 
-== Also used in == 
- 
-{{backlinks>.}} 
- 
-== Remarks == 
- 
-~~DISCUSSION~~ 
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