macros:example:changepages

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:changepages [2018/08/24 10:40] – [Code] Indention icke_siegenmacros:example:changepages [2019/04/27 19:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Example Example
  
-====== Change Pages ======+====== Pages - Change Pages ======
  
 ^ by: | Alex del Bondio | ^ by: | Alex del Bondio |
Line 19: Line 19:
   * [[macros:function:Handles.Playbacks.NextPage]]   * [[macros:function:Handles.Playbacks.NextPage]]
   * [[macros:function:Handles.StaticPlaybacks.ChangePage]]   * [[macros:function:Handles.StaticPlaybacks.ChangePage]]
-  * [[macros:function:Handles.MobileWing.ChangePage]]+  * [[macros:function:Handles.MobileWingAPlaybacks.ChangePage]]
  
 ==== affected properties ==== ==== affected properties ====
-  * [[:macros:property:Windows.Playbacks.CurrentPage]]+  * [[macros:property:windows.windowid.currentpage]]
  
 ===== Code ===== ===== Code =====
Line 87: Line 87:
   <macro id="adb.Macros.gopagewing1" name="adb Change Page mobile wing 01">    <macro id="adb.Macros.gopagewing1" name="adb Change Page mobile wing 01"> 
     <sequence>     <sequence>
-      <step>Handles.MobileWing.ChangePage(0)</step> +      <step>Handles.MobileWingAPlaybacks.ChangePage(0)</step>
     </sequence>      </sequence> 
   </macro>   </macro>
   <macro id="adb.Macros.PreviousPageWing" name="adb Change Page mobile wing-1">    <macro id="adb.Macros.PreviousPageWing" name="adb Change Page mobile wing-1"> 
     <sequence>       <sequence>  
-      <step>Handles.MobileWing.PreviousPage()</step>    +      <step>Handles.MobileWingAPlaybacks.PreviousPage()</step>    
     </sequence>       </sequence>  
   </macro>   </macro>
   <macro id="adb.Macros.NextPageWing" name="adb Change Page mobile wing+1">    <macro id="adb.Macros.NextPageWing" name="adb Change Page mobile wing+1"> 
     <sequence>       <sequence>  
-      <step>Handles.MobileWing.NextPage()</step>    +      <step>Handles.MobileWingAPlaybacks.NextPage()</step>    
     </sequence>       </sequence>  
   </macro>   </macro>
Line 131: Line 131:
 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]]
  
-  * ''PreviousPage'' and ''NextPage'' work the same for ''Handles.Playbacks''''Handles.StaticPlaybacks'' and ''Handles.MobileWing''+  * ''ChangePage(x)'' and ''ActionScript.SetProperty.Integer("Windows.Playbacks.CurrentPage", 0)'' change to a designated page in many windows 
 +  * ''PreviousPage()'' and ''NextPage()'' usually increment/decrement - but only if a window has a predefined number of pages, e.g. ''Handles.Playbacks'' and ''Handles.MobileAWingPlaybacks'' but not ''Handles.StaticPlaybacks''
  
 ===== How to use it ===== ===== How to use it =====
macros/example/changepages.1535107242.txt.gz · Last modified: 2018/08/24 10:40 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki