Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 11%, 13%, 66%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll pagebreak

Return value

void

Examples

Code Block
languagetext
// Create 3 Clips

...


create Clip "Clip_A" "Clip_B" "Clip_C";

...


 

...

// Set Clip_B active

...


setActiveClip "Clip_B";

...


 

...

// Set Clip_A active

...


setActiveClip -prev;

...


 

...

//set Clip_C active

...


setActiveClip "Clip_B" -next;

Additional information

Related commands

...