![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 181
1998-2004 Gravitybox Software LLC
Note: The DayLength can not cause the schedule to
overlap into the next day. This causes an error. If the
StartTime is 8:00 PM, then the maximum value for
DayLength is 4, since more than 4 hours would be the
next day.
DayRoomAppearance,
DayRoomBackColor,
DayRoomFont,
DayRoomForeColor
Property DayRoomAppearance() As
AppearanceConstants
Property DayRoomBackcolor() As OLE_COLOR
Property DayRoomFont() As StdFont
Property DayRoomForeColor() As OLE_COLOR
These properties will determine the display of the day and
room headers of a schedule. The font and colors of this
section are controlled by these properties. They allow you
to set the back and fore colors as well set a 3D or flat
appearance. The font may be set as well to customize the
look and feel of this section.
DefaultDialogFloater
Property DefaultDialogFloater() As Boolean
This property determines if the default property dialog is a
floating window. When True, the property dialog will
"float" on top of all other windows. This means that the
schedule control will always be under the dialog. If this
property is False then the dialog can be behind the
schedule window. If the user clicks inside the schedule,
the default property dialog will move behind the schedule
window.
DefaultDialogModal
Property DefaultDialogModal() As Boolean
The default property window may be displayed in a modal
or non-modal fashion. If the programming language that
you are using supports non-modal dialogs and this
property is set to False, the default property window will
be non-modal. Keep in mind that since it is non-modal,
more than one window may be opened for a schedule
and the user may minimize the window as well. Two
property windows for a single appointment cannot be
opened, but two windows may be opened for two different
appointments. The property windows will dynamically be
updated if the user changed properties on the main
schedule. Also if the user changes properties on the
property window and presses the "Apply" button the
|