User Tools

Site Tools


macros:example:pagenamestolegends

Differences

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

Link to this comparison view

Next revision
Previous revision
macros:example:pagenamestolegends [2024/08/09 13:33] – created icke_siegenmacros:example:pagenamestolegends [2024/08/09 19:52] (current) – [Code] icke_siegen
Line 5: Line 5:
 ^ by: | Sebastian Beutel | ^ by: | Sebastian Beutel |
 ^ published: | May 2024 | ^ published: | May 2024 |
-^ description:sore cues with current pagenames as legends |+^ description:store cues with current pagenames as legends |
 ^ remarks: | This records some cues into the Macros window and sets their legends to the current pages legends of some windows.\\ Page legends are not available through WebAPI. In order to get these legends:\\ - deploy this macro\\ - recall it from WebAPI  http://localhost:4431/titan/script/2/UserMacros/RecallMacroById?macroId=Wiki.Macros.Test.PageName\\ - get handles JSON http://localhost:4431/titan/handles/Macros\\ - parse the answer for the numbers/legends you are after | ^ remarks: | This records some cues into the Macros window and sets their legends to the current pages legends of some windows.\\ Page legends are not available through WebAPI. In order to get these legends:\\ - deploy this macro\\ - recall it from WebAPI  http://localhost:4431/titan/script/2/UserMacros/RecallMacroById?macroId=Wiki.Macros.Test.PageName\\ - get handles JSON http://localhost:4431/titan/handles/Macros\\ - parse the answer for the numbers/legends you are after |
  
Line 32: Line 32:
    
 ===== Code ===== ===== Code =====
-<code xml filename.xml>+<code xml [enable_line_numbers="true"] pagename.xml>
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
 <avolites.macros> <avolites.macros>
Line 71: Line 71:
 This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]]
  
-tbd+  * the first two lines cache the current page of the Macros window into a variable and toggle to another page. This is to make sure all created dummy playbacks are not in the way for other things. 
 +  * then, per item (window pagename and window page number), a designated playback is stored with that value as legend, like this: 
 +    * ''Handles.SetSourceHandleFromHandle(..)'' selects the handle for the following delete action 
 +    * ''Handles.ConfirmDelete()'' deletes this handle 
 +    * ''ActionScript.SetProperty("Playbacks.PendingLegend", Handles.Playbacks.Page.DisplayName)'' loads the current pagename of a window into the variable Playbacks.PendingLegend 
 +    * ''Playbacks.StoreCue("Macros", 0, false)'' stores a dummy cue on the current Macros page's first button and sets its legend 
 +    * ''Handles.SetSourceHandle("Macros", 0)'' selects this handle to set its usernumber 
 +    * ''ActionScript.SetProperty("Handles.CurrentUserNumber", userNumber:1001)'' prepares the usernumber to be set for the specific handle 
 +    * ''Handles.SetUserNumber()'' sets the usernumber 
 +  * the last two lines toggle the Macros window back to the page it was previously on
  
 ===== How to use it ===== ===== How to use it =====
  
   - [[:macros:deploying|make this macro available]]   - [[:macros:deploying|make this macro available]]
- +  - recall it from WebAPI  http://localhost:4431/titan/script/2/UserMacros/RecallMacroById?macroId=Wiki.Macros.Test.PageName 
-tbd+  - get handles JSON http://localhost:4431/titan/handles/Macros 
 +  - parse the answer for the numbers/legends you are after
  
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
macros/example/pagenamestolegends.1723210407.txt.gz · Last modified: 2024/08/09 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki