Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display information in a scrolling ticker
ResourceFunction["ScrollingTicker"][expr] displays a scrolling ticker view of expr. |
AnimationRate | 2 | specify the rate at which the view scolls (higher means faster) |
ImageSize | {200, 20} | specify the {width,height} of the view's pane |
"Mouseover" | False | specify scolling to animate during mouseover events |
Display a ticker:
In[1]:= | ![]() |
Out[1]= | ![]() |
Scroll when moused-over:
In[2]:= | ![]() |
Out[2]= | ![]() |
Use ScrollingTicker to auto-scroll on long strings:
In[3]:= | ![]() |
In[4]:= | ![]() |
Out[4]= | ![]() |
ScrollingTicker can help to display text that doesn’t fit in grids:
In[5]:= | ![]() |
Out[5]= | ![]() |
ScrollingTicker can also be helpful in TableView cells by using Boxes:
In[6]:= | ![]() |
In[7]:= | ![]() |
In[8]:= | ![]() |
Out[8]= | ![]() |
Make a stock market ScrollingTicker:
In[10]:= | ![]() |
In[11]:= | ![]() |
Out[11]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License