User Tools

Site Tools


macros:example:createworkspaces

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
macros:example:createworkspaces [2018/08/24 15:18] – ↷ Page name changed from macros:example:workspacecreation to macros:example:createworkspaces icke_siegenmacros:example:createworkspaces [2018/09/09 08:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Example Example
  
-====== Workspace Creation ======+====== Create Workspaces ======
  
 ^ by: | Alex del Bondio | ^ by: | Alex del Bondio |
Line 8: Line 8:
 ^ remarks: | Used with a new show as you cannot import workspaces yet | ^ remarks: | Used with a new show as you cannot import workspaces yet |
  
-{{tag>Record workspace}}+The development of this macro can be found here: http://forum.avolites.com/viewtopic.php?f=20&t=5766 
 + 
 +{{tag>record workspace delete windows}}
  
 The code below only is a snippet of the full macro. The full macro can be found here {{ :macros:example:adb_workspace_creation.xml }} and the content additional to the snippet is laid out further down. The code below only is a snippet of the full macro. The full macro can be found here {{ :macros:example:adb_workspace_creation.xml }} and the content additional to the snippet is laid out further down.
  
 ==== functions ==== ==== functions ====
-  * [[macros:function:UserMacros.RecallMacroById()]] +  * [[macros:function:UserMacros.RecallMacroById]]
-  * [[macros:function:Windows.SetWindowProperty]]+
   * [[macros:function:Windows.Scrolling.Vertical.Scroll]]   * [[macros:function:Windows.Scrolling.Vertical.Scroll]]
-  * [[macros:function:Workspace.Record()]] +  * [[macros:function:Workspace.Record]] 
-  * [[macros:function:Handles.SetSourceHandle()]] +  * [[macros:function:Handles.SetSourceHandle]] 
-  * [[macros:function:Handles.SetUserNumber()]] +  * [[macros:function:Handles.SetUserNumber]] 
-  * [[macros:function:Handles.SetSourceHandleFromHandle()]] +  * [[macros:function:Handles.SetSourceHandleFromHandle]] 
-  * [[macros:function:Handles.ConfirmDelete()]] +  * [[macros:function:Handles.ConfirmDelete]] 
-  * [[macros:function:Handles.SetSourceHandleRange()]]+  * [[macros:function:Handles.SetSourceHandleRange]] 
 +  * [[macros:function:Windows.SetWindowProperty.X]] 
 +  * [[macros:function:Windows.SetWindowProperty.Y]] 
 +  * [[macros:function:Windows.SetWindowProperty.Width]] 
 +  * [[macros:function:Windows.SetWindowProperty.Height]] 
 + 
 +==== affected properties ==== 
 +  * the respective window's attributes (x, y, height, width), see [[macros:identifier:windows]] 
 +  * [[macros:property:Windows.windowId.ButtonSize]] 
 +  * [[macros:property:Windows.windowId.TextSize]] 
 +  * [[macros:property:Windows.windowId.FixedColumns]] 
 +  * [[macros:property:Windows.windowId.FixedRows]] 
 +  * [[macros:property:Windows.windowId.Pages]] 
 +  * [[macros:property:windows.windowid.currentpage]] 
 +  * [[macros:property:Handles.AllowEditWorkspaces]] 
 + 
 +See also [[macros:identifier:windows]] for more details about workspace windows. 
 + 
 +==== control structures ==== 
 +  * [[macros:control_structures:menulink|menuLink]]
  
 ===== Code ===== ===== Code =====
Line 173: Line 193:
  
   - [[macros:deploying|make this macro available]]   - [[macros:deploying|make this macro available]]
 +  - This macro is intented to be called when a new show is started - it deletes the factory workspaces and sets up new workspaces.
  
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
macros/example/createworkspaces.1535123932.txt.gz · Last modified: 2018/08/24 15:18 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki