| SAT/DL Examples - setItemState |
|
| Home | SATGUI | SATSHELL | SATFORM | SATFILTER | SATREPORT | SATMYSQL | License | Download | Examples | Contact |
Note: Unless otherwise indicated, the following examples assume the initial item state to be "normal".
setItemState {button_1 disabled}
setItemState {Style disabled}
setItemState {example disabled}
setItemState {keypad 1:2 disabled}
Note: Assuming "keypad" is a grid item.
setItemState {Start_At disabled}
setItemState {toolbar -disk -trash}
setItemState {toolbar disk trash}
...or...
setItemState {toolbar +disk +trash}
Note: This would be the result if the toolbar was set as in the previous example.