Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ScheduleConfig

Displays the schedule list dialog box in the Xpanel runtime.

Subroutine

ScheduleConfig()

Description

Brings up the ‘Schedule list’ dialog box. The schedule data is stored in the Xpanel system memory. You can change the time settings and active states of each schedule.

When double-clicking each item, the ‘Schedule Config’ dialog box will appear. You must click the ‘Save and Close’ button to apply changes.

The time data can be changed in the ‘Schedule Config’ dialog box.

Example

Brings up the schedule list on the screen.
ScheduleConfig();

...