Navigation bar
  Home Print document Start Previous page
 232 of 234 
Next page End  

Gravitybox Schedule Primer
Page 230 
1998-2004 Gravitybox Software LLC
TabClick
Event TabClick(TabIndex As Long, Button
As Integer, Shift As Integer, X As
Single, Y As Single)
This event is raised if the a Tab at the top of the
screen is clicked. The tabs only appear if either the
ShowProviderAvailableTime or
howProviderScheduledTime properties are set. If
either one is then two tabs will appear at the top of
the schedule. The top tab is 1 and the bottom is 2.
When these tabs are not visible SelTab = 0. The
tabs determine if the schedule is being viewed in
Category or Provider mode. A schedule can have so
much information associated with it that it can not be
displayed on one screen. So the Schedule control
has two modes to view a schedule.
Note:
The tabs are displayed only applies if the time is
displayed in the top margin.
TimeMarginClick
Event TimeMarginClick(Button As
Integer, Shift As Integer, X As Single,
Y As Single)
The event is raised when the user clicks in the area
that displays the time.
WhileItemResize
Event WhileItemResize(Index As Long,
NewStartTime As Date, NewLength As
Long, Cancel As Boolean)
This event is called when the user is resizing an
appointment. The NewStartTime and NewLength
parameters are the new values of the SelectedItem
that will be changed after this event. You may check
for conflicts or do other processing and cancel the
resize by setting the Cancel parameter to true if
necessary.
http://www.purepage.com