Programmer Guide/Examples: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
This chapter will try to give you some examples of macros and classes and an overview of programming techniques. | This chapter will try to give you some examples of macros and classes and an overview of programming techniques. A lot of example scripts can be found in the subdirectory <code>scripts\examples</code> of the {{STX}} installation. | ||
A lot of example scripts can be found in the subdirectory <code>scripts\examples</code> of the {{STX}} installation. | |||
To execute an example script, ... | To execute an example script, ... | ||
Line 8: | Line 6: | ||
::*use the '''script controller''' dialog of the Workspace. | ::*use the '''script controller''' dialog of the Workspace. | ||
::*use the '''scripts''' menu of the Workspace. | ::*use the '''scripts''' menu of the Workspace. | ||
===Working with Displays and Graphs=== | |||
*[[Programmer_Guide/Shell_Items/Graph/GRAPH_Examples|Graph, dialog, cursor and color examples Examples]] |
Latest revision as of 10:12, 1 December 2015
This chapter will try to give you some examples of macros and classes and an overview of programming techniques. A lot of example scripts can be found in the subdirectory scripts\examples
of the STx installation.
To execute an example script, ...
- drag and drop it onto the Workspace.
- use the script controller dialog of the Workspace.
- use the scripts menu of the Workspace.