
Daten per AppleScript senden
AppleScript ist eine Skriptsprache, mit der Sie viele Aufgaben automatisieren können.
Neben den üblichen Kommandos stellt Universal Ticker Befehle zur Verfügung, mit denen Sie einen beliebigen Text als Laufschrift anzeigen lassen können.
Universal Ticker Suite
display v : Put a text on the display queue
display specifier : the object for the command
- [color text] : Color for text to display
- [font text] : Name of font used for display
- [identifier text] : An identifier for this item
- [infront boolean] : An boolean value indicating if this item should be placed at the front of the queue
- [loopcount integer] : Display text loopcount times
- [loopdelay integer] : Delay between re-display in seconds
- [size integer] : Size of font used for display
- [url text] : Open URL when clicked
remove v : Remove an item from the display queue
remove specifier : the object for the command