Ignore:
Timestamp:
07/13/06 16:43:36 (18 years ago)
Author:
Nicholas Riley
Message:

Refactor editing, coalese Alarms and alarm list. Try (and fail) to recognize exit from alarm time editor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r248 r250  
    1818
    1919string  ID_VERSION      "V@APP_VERSION_MAJOR@.@APP_VERSION_MINOR@"
     20
     21int EVENT_CANCEL_ALARM 1
     22int EVENT_TIME_EDITOR_LOST_FOCUS 2
    2023
    2124splashScreen ID_SPLASH_SCREEN_RESOURCE
     
    8487        title = "Set Alarm"
    8588        showCancel
    86 #       className = "net.sabi.pester.AlarmSetDialog"
     89        className = "net.sabi.pester.AlarmSetDialog"
    8790        widthPct = 100
    8891        centerUnderTitleBar
     
    158161                        alignBaseline = ID_AT_BUTTON
    159162                        positionToRight = ID_AT_BUTTON : 1
     163                        className = "net.sabi.pester.AlarmTimeEditor"
    160164       
    161165                dateEditor
Note: See TracChangeset for help on using the changeset viewer.