![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 183
1998-2004 Gravitybox Software LLC
when you are dragging a scrollbar. When false, a ToolTip
window is displayed to let the user know what
day/room/time the schedule will display when the mouse
is released. When true, the schedule will redraw during
the drag. This maybe considerably slower, since the
screen is refreshed for every position on the scrollbar. In
most instances, this property should be false. If the target
machine is fast and the schedules are small, it may be
appropriate to show real-time drag refreshes. Otherwise,
avoid using this feature, especially on slower machines.
EnforceTimeLimits
Property EnforceTimeLimits() As Boolean
This property ensures that the default dialog will not allow
not allow the user to create an appointment not defined
by the time area boundaries. The StartTime and
DayLength properties define the display times of a
schedule. When EnforceTimeLimits is set to true, the
user may not set an appointment's StartTime or duration
to a value outside of this defined area. When false, the
user may set the time to any value.
EventsFrozen
Property EventsFrozen() As Boolean
This property determines if any events will be raised.
When this property is True, none of the schedule's events
will be raised to the parent container.
EventHeaderColor
Property EventHeaderColor() As OLE_COLOR
This property will determine the color of the event header
background. The event header is an area portion above
the main schedule area that displays events. Events are
appointments that have been marked as all day
appointments.
FindDialogFloater
Property FindDialogFloater() As Boolean
This property determines if the "Find" dialog is a floating
window. When True, the Find dialog will "float" on top of
all other windows. This means that the schedule control
will always be under the Find dialog. If this property is
False then the dialog can be behind the schedule
window. If the user clicks inside the schedule, the Find
dialog will move behind the schedule window.
|