Go to file
sam 3a03dc6871 calendarGrid: Removed MouseEnter event and added it to CGView which now has to handle it properly.
CGAppointments: now supports cloning.
CGDocument: Added RefreshDocumentAsync, which retrives data from the server w/o asking the grid to refersh.
CGDocumentManager: CGView.InitializeDocView does not take appointments as argument; callers are changed.
CGView: Many Changes:
 - Opening a Schedule nows calls up a splash and a wait cursor while loading.
 - Events coming from the server are now handled asynchronously (not on UI thread). This results in much better responsiveness.
 - Appointments, Availabilities, Resources are all set in the CalendarGrid by UpdateArrays; as a centralized point of drawing the grid.
 - A mistaken "feature"--stealing focus from each others windows, was removed--CalendarGrid.Focus event only fired now if the form is the Active Form. This is accomplished using GetActiveWindow() from user32.dll (a Win32 API).
LoadingSplash: Opacity removed; form resized.
2011-01-20 14:32:28 +00:00
cs/bsdx0200GUISourceCode calendarGrid: Removed MouseEnter event and added it to CGView which now has to handle it properly. 2011-01-20 14:32:28 +00:00
doc Added steps for myself to remembver what I have to do to make a new release 2010-12-12 16:47:11 +00:00
kids New Kids file 2010-12-12 16:10:33 +00:00
m Updated check-in routine 2011-01-09 12:26:23 +00:00