This shows you the differences between two versions of the page.
|
software:modules-and-examples:scrolling-text-demo [2013/05/09 00:27] aaron Page moved from software:examples-software:gui-examples:scrolling-text-demo to software:modules-and-examples:scrolling-text-demo |
software:modules-and-examples:scrolling-text-demo [2013/05/09 01:55] (current) aaron |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Scrolling Text Demo GUI ====== | + | ====== Scrolling Text Module ====== |
| + | |||
| + | This example shows how JavaScript can be used to create a scrolling text box in your GUI. | ||
| + | |||
| + | The GUI also shows how you can use input fields to change settings on the fly for the scrolling text module. | ||
| - | This example shows how JavaScript can be used to create a scrolling text box in your GUI.\\ | ||
| - | The GUI also shows how you can use input fields to change settings on the fly for the scrolling text module.\\ | ||
| See the JavaScript code comments for specific details on the parameters you can use. | See the JavaScript code comments for specific details on the parameters you can use. | ||
| Line 8: | Line 10: | ||
| [[https://github.com/downloads/CommandFusion/DemoUserInterfaces/ScrollingText.gui.zip|Download project from GitHub]] | [[https://github.com/downloads/CommandFusion/DemoUserInterfaces/ScrollingText.gui.zip|Download project from GitHub]] | ||
| + | \\ | ||