Ignore:
Timestamp:
Jan 16, 2011, 5:32:40 AM (13 years ago)
Author:
Sam Habiel
Message:

CalendarGrid: Add MouseEnter event: puts focus on calendar grid. Used to "steal" focus from other controls so that lose focus events would fire.
CGDocumentManager: Added application-wide error handler on Application error exception; Added load timer to test how long it takes to load the GUI.
CGDocument: Just documentation updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs

    r1062 r1065  
    273273                         * TEST EXCEPTION -- REMOVE AFTER TESTING
    274274                         */
    275                         //throw new Exception("Simulated Uncaught Exception");
     275            // throw new Exception("Simulated Uncaught Exception");
    276276                        /*
    277277                         * TEST EXCEPTION -- REMOVE AFTER TESTING
     
    398398                }
    399399
     400        /// <summary>
     401        /// Refreshes Availablility and Schedules from RPMS.
     402        /// </summary>
     403        /// <returns>Success or Failure. Should be always Success.</returns>
    400404                private bool RefreshSchedule()
    401405                {
     
    586590                        //TODO:  Test that resource is not currently in list, that it IS a resource, etc
    587591                        this.m_sResourcesArray.Add(sResource);
     592            //UpdateAllViews: Redraws all the open views. But does not call server.
    588593                        this.UpdateAllViews();
    589594                }
Note: See TracChangeset for help on using the changeset viewer.