User Tools

Site Tools


macros:function:handles.playbacks.previouspage

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
macros:function:handles.playbacks.previouspage [2018/08/24 10:10] – [Handles.Playbacks.PreviousPage] icke_siegenmacros:function:handles.playbacks.previouspage [2018/09/10 12:46] (current) icke_siegen
Line 17: Line 17:
 **This function does not fully work as Avolites never intended these buttons to be paged.\\ **This function does not fully work as Avolites never intended these buttons to be paged.\\
 Handles.Playbacks.PreviousPage() ) decrements as expected – but you can go down to page 0 which probably isn't intended.** Handles.Playbacks.PreviousPage() ) decrements as expected – but you can go down to page 0 which probably isn't intended.**
 +
 +See also http://forum.avolites.com/viewtopic.php?f=20&t=5846:
 +
 +>The next and previous page functions unfortunately do not work properly for workspace windows as they attempt to loop around the maximum number of pages. For the playback faders this is 60, so when you are on that page pressing next page will take you to page 1 and the opposite is true with previous page. However workspace windows do not have a predefined maximum page number so this is set to zero which means that next page always loops around to page 1 and when on page 1 previous page will take you to the maximum page which is zero. One work around is to set the page directly e.g.:
 +>
 +><code>Handles.Beams.ChangePage(Handles.Beams.Page.Index + 1)</code>
 +>Note however that this doesn't do any error checking so will allow you to go to any page number including negative page numbers.
  
 == Example in ==  == Example in == 
macros/function/handles.playbacks.previouspage.1535105449.txt.gz · Last modified: 2018/08/24 10:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki