![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 198
1998-2004 Gravitybox Software LLC
characters that this language uses consists of 2 bytes per
character. The printing code needs to know that this is a
double-byte language. When the UseUniCode property is
set, all text is assumed to be double byte and is displayed
as such. Keep in mind that this only works on Windows
NT and Windows 2000 machines. On Windows 95/98
machines the double byte text will still not completely be
displayed.
ViewMode
Property ViewMode() As ViewModeConstants
This property determines the mode in which the schedule
displays. There are three options: Normal, Calendar, and
List. In normal mode the schedule displays days, room, or
both with time across either the top or left margin. In
Calendar mode, the schedule does not display time at all.
It displays a month at a time. Normal appointments and
events are all shown together. This view is useful to
summarize a month at a time. The List view shows a day
at a time but with the times displayed in an appointment
book format.
WarningMessage
Property WarningMessage() As String
This property determines the message displayed in the
warning header at the top of the control. The visibility of
the header is determined by the AllowWarning property
value.
WeekMarginCaption
Property WeekMarginCaption() As String
When the AllowWeekMargin property is set, week
numbers are displayed on the schedule. To inform the
user what these numbers mean use the
WeekMarginCaption property. It is displayed as a header
for week numbers.
Zoom
Property Zoom() As Long
This property will set the zoom factor of the schedule.
The normal zoom value is 100%. This number can be a
value between 25 and 200 in increments of 25 (25, 20,
75, etc...). The schedule window will be scaled to this
factor. All schedule functionality will remain in tact. The
only difference will be the look of the schedule.
|