Navigation bar
  Print document Start Previous page
 20 of 90 
Next page End  

Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 18 of 90
the specified time value if possible. If the specified
time value iss not a valid value, no scrolling occurs.
An example of an invalid time would be as follows.
The schedule's StartTime is set to 8:00AM and the
DayLength is set to 10 hour. This means that the
schedule only displays to 6:00PM. If you tried to
display 10:00PM, the schedule cannot possibly
show this time, since it is out of range.  
The Dialogs Object
Overview
A Dialogs object provides an interface for displaying dialog screens. GbSchedule.Net
has many built-in dialog screens that may be used to display information to the user or
prompt the user for information. None of the dialogs must be shown. They are all
optional as you may build you own dialog screens to suit your custom application
needs.
Appointment Dialog
The appointment dialog is used to display the properties of an appointment by default.
The user utilizes this dialog to view and set properties of an appointment. It reconfigures
itself based on the schedule’s viewmode.  For example, if the viewmode does not
display room information on either axis, the room associated with the appointment
would not be displayed, as it is irrelevant. Also the screen reconfigures itself based on
missing information. For example, if the schedule’s CategoryCollection is empty, there
would be no need in displaying the category list at the bottom of the screen. In this
case, the list would not appear.