|
BATTSelOne Control |
Top Previous |
|
BATT Auto Timer Runtime "Select one" Control
BATT Auto Timer Runtime "Select one" Control Is an Option control with Radio's. All the Radios have Values assigned to them, so they can be deleted, renamed, hidden, etc as needed. The template offers to place the same code in all the switched embeds so the runtime control acts as a "select Time Refresh rate control". Check the Use as runtime check, and code you place in the text box will be imbedded into all the switched embeds for you. Care must be taken when adding linefeeds and carriage returns to the text box, as they will allow code to go in column 1, so add spaces if you use multiple lines of code for column 1. See note below.
BS_TF BYTE is added to local data and used by the control. This is also saved to the ini file when the Preserve in INI File checkbox is used.
NOTE: Use care adding this control, as it takes over control of all the switched embed bytes for events. It clears all but the selected event.
NOTE: When using a carriage return or linefeed in the text box, you must add a space to the beginning of the next line to avoid the code being placed in column 1 in the app, as the compiler will complain.<g> |