Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Operator's Guide


11.6.1 Changing the background colors for dates in the calendar

You can change background colors for dates in the calendar.

Organization of this subsection

(1) Changing the background color for open days specified with a standard week value

You can change the background color for open days specified with a standard week value in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsWeeklyOpenDayColor=RGB-value (return)

The default is 176:225:255. If you omit this setting, 176:225:255 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Example

The following specification changes the background color for open days specified with a standard week value to blue:

jajsWeeklyOpenDayColor=0:0:255 (return)

(2) Changing the background color for closed days specified with a standard week value

You can change the background color for closed days specified with a standard week value in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsWeeklyClosedDayColor=RGB-value (return)

The default is 255:180:180. If you omit this setting, 255:180:180 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Example

The following specification changes the background color for closed days specified with a standard week value to blue:

jajsWeeklyClosedDayColor=0:0:255 (return)

(3) Changing the background color for open days specified based on the day of the week or absolute day

You can change the background color for open days that are specified as days of the week or as dates in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsOpenDayColor=RGB-value (return)

The default is 0:0:255. If you omit this setting, 0:0:255 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Supplementary note

When you perform this customization, the text color for open days in the time area and the schedule area in the Monthly Schedule window also changes.

Example

The following specification changes the background color for open days to blue:

jajsOpenDayColor=0:0:255 (return)

(4) Changing the background color for closed days specified based on the day of the week or absolute day

You can change the background color for closed days that are specified as days of the week or as dates in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsClosedDayColor=RGB-value (return)

The default is 255:0:0. If you omit this setting, 255:0:0 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Supplementary note

When you perform this customization, the text color for closed days in the time area and the schedule area in the Monthly Schedule window also changes.

Example

The following specification changes the background color for closed days to white:

jajsClosedDayColor=255:255:255 (return)

(5) Changing the background color for open days defined for an upper-level job group

You can change the background color for open days defined for an upper-level job group in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsUpperOpenDayColor=RGB-value (return)

The default is 0:255:0. If you omit this setting, 0:255:0 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Example

The following specification changes the background color for open days to blue:

jajsUpperOpenDayColor=0:0:255 (return)

(6) Changing the background color for closed days defined for an upper-level job group

You can change the background color for closed days defined for an upper-level job group in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsUpperClosedDayColor=RGB-value (return)

The default is 255:200:0. If you omit this setting, 255:200:0 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Example

The following specification changes the background color for closed days to blue:

jajsUpperClosedDayColor=0:0:255 (return)

(7) Changing the background color for days for which no calendar information is defined for an upper-level job group

You can change the background color for days for which no calendar information is defined for an upper-level job group in the Edit Monthly Calendar window and Edit Annual Calendar window.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

jajsNoSpecifyDayColor=RGB-value (return)

The default is 255:255:255. If you omit this setting, 255:255:255 is assumed.

For details about RGB-value, see 11.11 Specifying colors with RGB values.

Example

The following specification changes the background color for days for which no calendar information is defined for an upper-level job group to red:

jajsNoSpecifyDayColor=255:0:0 (return)