Changeset 1469


Ignore:
Timestamp:
Nov 5, 2023, 1:29:49 AM (17 months ago)
Author:
rlwalsh
Message:

XStartup: refactored all code & dialogs associated with XStartup folders.

  • consolidated most code in a new 'filesys\fdrstart.c'.
  • added a new XStartup class method to handle enumerating & starting folders.
  • changed from sending to posting cross-thread msgs during startup; fixes an issue where the first object started would fail to open.
  • switched to using the dialog formatter for XStartup properties; revised the Desktop->Startup page & moved 'Boot Logo' to a separate page.
Location:
branches/branch-1-0
Files:
1 added
32 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/branch-1-0/001/dll/xfldr001.dlg

    r1466 r1469  
    861861DLGTEMPLATE ID_XFD_STARTUPSTATUS LOADONCALL MOVEABLE DISCARDABLE
    862862BEGIN
    863     DIALOG  "System Startup", ID_XFD_STARTUPSTATUS, 10, 6, 200, 32, ,
    864             FCF_SYSMENU | FCF_TITLEBAR
     863    DIALOG  "System Startup", ID_XFD_STARTUPSTATUS, 10, 6, 200, 32, 0, FCF_TITLEBAR
    865864    BEGIN
    866865        LTEXT           "Initializing, please wait...", ID_SDDI_STATUS, 5,
     
    13541353END
    13551354
    1356 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1357 BEGIN
    1358     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1359             WS_VISIBLE
    1360     BEGIN
    1361         GROUPBOX        "XWorkplace Startup folder", -1, 5, 24, 196, 102
    1362         LTEXT           "~Initial delay:", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1363                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1364         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1365                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1366                         CTLDATA 12, 0, 20, 0, 1, 0
    1367         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1368                         14, DT_VCENTER | NOT WS_GROUP
    1369         LTEXT           "~Per-object delay:", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1370                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1371         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1372                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1373                         CTLDATA 12, 0, 20, 0, 1, 0
    1374         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1375                         DT_VCENTER | NOT WS_GROUP
    1376         AUTOCHECKBOX    "~Show status window", ID_SDDI_SHOWSTARTUPPROGRESS,
    1377                         10, 72, 184, 10, WS_GROUP
    1378         GROUPBOX        "Start folder content", -1, 10, 29, 186, 38
    1379         AUTORADIOBUTTON "~Reboots only", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1380                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1381         AUTORADIOBUTTON "~Every Desktop restart",
    1382                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1383                         BS_NOCURSORSELECT | WS_TABSTOP
    1384         PUSHBUTTON      "~Undo", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1385         PUSHBUTTON      "~Default", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1386         PUSHBUTTON      "~Help", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1387                         WS_GROUP
    1388     END
    1389 END
    1390 
    13911355DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    13921356BEGIN
  • TabularUnified branches/branch-1-0/001/dll/xfldr001.rc

    r1467 r1469  
    11761176    ID_XSDI_DTP_LOGOFILETXT             "OS/2 1.3 BMP ~file for boot logo:"
    11771177    ID_XSDI_DTP_TESTLOGO                "T~est logo"
     1178
     1179    ID_XSDI_DTP_OPTIONS                 "Options"
    11781180    ID_XSDI_DTP_WRITEXWPSTARTLOG        "Write WP~START.LOG file"
    11791181    ID_XSDI_DTP_BOOTUPSTATUS            "Show W~PS class initialization"
    1180     ID_XSDI_DTP_CREATESTARTUPFLDR       "Create ~&xwp; Startup folder"
    11811182    ID_XSDI_DTP_NUMLOCKON               "Enable ~NumLock at startup"
     1183    ID_XSDI_DTP_XSTARTUP_GROUP          "XStartup folder"
     1184    ID_XSDI_DTP_INITDELAY_TXT1          "~Delay"
     1185    ID_XSDI_DTP_INITDELAY_TXT2          "seconds"
     1186    ID_XSDI_DTP_CREATESTARTUPFLDR       "Create ~XStartup folder"
    11821187
    11831188    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12581263    ID_SDDI_RESTARTWPS_GROUP            "Options"
    12591264    ID_SDDI_WPS_CLOSEWINDOWS            "Close all ~sessions"
    1260     ID_SDDI_WPS_STARTUPFOLDER           "~Process all &xwp; Startup folders"
     1265    ID_SDDI_WPS_STARTUPFOLDER           "~Process all XStartup folders"
    12611266    ID_SDDI_ARCHIVEONCE                 "~Archive Desktop once after restart"
    12621267
     
    12701275    ID_SDDI_COMPLETE                    "Shutdown has completed."
    12711276    ID_SDDI_SWITCHOFF                   "You may now switch off your computer or press Ctrl+Alt+Del to reboot."
     1277
     1278    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1279    ID_SDDI_STARTUP_GROUP_TXT           "XStartup folder"
     1280    ID_SDDI_STARTUP_START_TXT           "Start folder content"
     1281    ID_SDDI_STARTUP_REBOOTSONLY         "~Reboots only"
     1282    ID_SDDI_STARTUP_EVERYWPSRESTART     "~Every Desktop restart"
     1283    ID_SDDI_STARTUP_OBJDELAY_TXT1       "~Per-object delay"
     1284    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1285    ID_SDDI_STARTUP_SHOWSTATUS          "~Show status window"
    12721286
    12731287    /* new "Icon" page replacement */
     
    15941608
    15951609    /* startup and shutdown folder */
    1596     ID_XFSI_XWPSTARTUPFDR               "&xwp; Startup Folder"
    1597     ID_XFSI_XWPSHUTDOWNFDR              "&xwp; Shutdown Folder"
     1610    ID_XFSI_XWPSTARTUPFDR               "XStartup"
     1611    ID_XFSI_XWPSHUTDOWNFDR              "XShutdown"
    15981612
    15991613    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/007/dll/xfldr007.dlg

    r1466 r1469  
    13531353END
    13541354
    1355 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1356 BEGIN
    1357     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1358             WS_VISIBLE
    1359     BEGIN
    1360         GROUPBOX        "‘â à⮢ ï ¯ ¯ª  XWorkplace", -1, 5, 24, 196, 102
    1361         LTEXT           "~ ç «ì­ ï § €¥àŠª :", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1362                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1363         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1364                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1365                         CTLDATA 12, 0, 20, 0, 1, 0
    1366         LTEXT           "¬á", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1367                         14, DT_VCENTER | NOT WS_GROUP
    1368         LTEXT           "~‡ €¥àŠª  ­  ®¡ê¥ªâ:", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1369                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1370         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1371                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1372                         CTLDATA 12, 0, 20, 0, 1, 0
    1373         LTEXT           "¬á", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1374                         DT_VCENTER | NOT WS_GROUP
    1375         AUTOCHECKBOX    "~®ª § âì ®ª­® á®áâ®ï­šï", ID_SDDI_SHOWSTARTUPPROGRESS,
    1376                         10, 72, 184, 10, WS_GROUP
    1377         GROUPBOX        "‘®€¥àŠš¬®¥ áâ à⮢®© ¯ ¯ªš", -1, 10, 29, 186, 38
    1378         AUTORADIOBUTTON "~’®«ìª® ¯¥à¥§ £à㧪š", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1379                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1380         AUTORADIOBUTTON "~¥à¥§ ¯ã᪠ª Š€®£® „¥áªâ®¯",
    1381                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1382                         BS_NOCURSORSELECT | WS_TABSTOP
    1383         PUSHBUTTON      "~Žâ¬¥­šâì", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1384         PUSHBUTTON      "~® 㬮«ç ­šî", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1385         PUSHBUTTON      "~‘¯à ¢ª ", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1386                         WS_GROUP
    1387     END
    1388 END
    1389 
    13901355DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    13911356BEGIN
  • TabularUnified branches/branch-1-0/007/dll/xfldr007.rc

    r1467 r1469  
    11
    22/*
    3  * xfldr000.rc:
    4  *      this is the main resource file for a generic NLS DLL.
     3 * xfldr007.rc:
     4 *      this is the main resource file for the Russian NLS DLL.
    55 *
    66 *      Translate all the strings in this file.
     
    11761176    ID_XSDI_DTP_LOGOFILETXT             "” ©« OS/2 1.3 BMP €«ï «®£® § £à㧪š:"
    11771177    ID_XSDI_DTP_TESTLOGO                "’¥á⮢®¥ «®£®"
     1178
     1179    ID_XSDI_DTP_OPTIONS                 "Ž¯æšš"
    11781180    ID_XSDI_DTP_WRITEXWPSTARTLOG        "‡ ¯šá âì ä ©« WP~START.LOG"
    11791181    ID_XSDI_DTP_BOOTUPSTATUS            "®ª § âì š­šæš «š§ æšî ª« áᮢ W~PS"
    1180     ID_XSDI_DTP_CREATESTARTUPFLDR       "‘®§€ âì áâ à⮢ãî ¯ ¯ªã ~&xwp;"
    11811182    ID_XSDI_DTP_NUMLOCKON               " §à¥èšâì ~NumLock ¯àš áâ àâ¥"
     1183    ID_XSDI_DTP_XSTARTUP_GROUP          "‘â à⮢ ï ¯ ¯ª  XWP"
     1184    ID_XSDI_DTP_INITDELAY_TXT1          "~Delay"
     1185    ID_XSDI_DTP_INITDELAY_TXT2          "ᥪ㭀"
     1186    ID_XSDI_DTP_CREATESTARTUPFLDR       "‘®§€ âì áâ à⮢ãî ¯ ¯ªã ~XWP"
    11821187
    11831188    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12711276    ID_SDDI_SWITCHOFF                   "’¥¯¥àì ‚ë ¬®Š¥â¥ ®âª«îçšâì ¯šâ ­š¥ ª®¬¯ìîâ¥à  š«š ­ Š âì Ctrl+Alt+Del €«ï ¯¥à¥§ £à㧪š."
    12721277
     1278    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1279    ID_SDDI_STARTUP_GROUP_TXT           "‘â à⮢ ï ¯ ¯ª  XWP"
     1280    ID_SDDI_STARTUP_START_TXT           "‘®€¥àŠš¬®¥ áâ à⮢®© ¯ ¯ªš"
     1281    ID_SDDI_STARTUP_REBOOTSONLY         "~’®«ìª® ¯¥à¥§ £à㧪š"
     1282    ID_SDDI_STARTUP_EVERYWPSRESTART     "~¥à¥§ ¯ã᪠ª Š€®£® „¥áªâ®¯"
     1283    ID_SDDI_STARTUP_OBJDELAY_TXT1       "~‡ €¥àŠª  ­  ®¡ê¥ªâ"
     1284    ID_SDDI_STARTUP_OBJDELAY_TXT2       "¬á"
     1285    ID_SDDI_STARTUP_SHOWSTATUS          "~®ª § âì ®ª­® á®áâ®ï­šï"
     1286
    12731287    /* new "Icon" page replacement */
    12741288    ID_XSDI_ICON_TITLE_TEXT             "‡ £®«®¢®ª"
     
    15941608
    15951609    /* startup and shutdown folder */
    1596     ID_XFSI_XWPSTARTUPFDR               " ¯ª   ¢â®§ £à㧪š &xwp;"
    1597     ID_XFSI_XWPSHUTDOWNFDR              " ¯ª  ¢ëª«î祭šï &xwp;"
    1598 
     1610    ID_XFSI_XWPSTARTUPFDR               " ¯ª   ¢â®§ £à㧪š XWP"
     1611    ID_XFSI_XWPSHUTDOWNFDR              " ¯ª  ¢ëª«î祭šï XWP"
    15991612    /* hotkey definition dialog */
    16001613    ID_XSDI_HOTKEY_ADDTITLE             "„®¡ ¢šâì ®¯à¥€¥«¥­š¥ £®àï祩 ª« ¢šèš"
  • TabularUnified branches/branch-1-0/031/dll/XFLDR031.rc

    r1467 r1469  
    1919 *          Presently the following entities are defined:
    2020 *
    21  *          --  &xwp;       "XWorkplace" string
     21 *          --  &xwp;       "XWorkplace" string, or "eWorkplace"
     22 *                          if eWorkplace is running
    2223 *
    23  *          --  &os2;       "OS/2"
     24 *          --  &os2;       "OS/2" or "eComStation"
    2425 *
    25  *          --  &winos2;    "Win-OS/2"
     26 *          --  &winos2;    "Win-OS/2" or "Win16"
    2627 *
    27  *          --  &warpcenter; "WarpCenter"
     28 *          --  &warpcenter; "WarpCenter" or "eComCenter"
    2829 *
    29  *          --  &xcenter;   "XCenter"
     30 *          --  &xcenter;   "XCenter" or "eCenter"
    3031 *
    31  *          --  &xsd;       "XShutdown"
     32 *          --  &xsd;       "XShutdown" or "eShutdown"
    3233 *
    33  *          --  &version;   current XWorkplace version (e.g. "1.0.12")
     34 *          --  &version;   current XWorkplace version (e.g. "0.9.16")
    3435 *
    35  *          --  &date;      build date (e.g. Jan 12 2019)
     36 *          --  &date;      build date (e.g. Jan 12 2002)
    3637 *
    3738 *          --  &nl;        newline character (\n, ASCII 10)
     
    11311132    ID_SDDI_CREATESHUTDOWNFLDR          "Maak een &xsd; map"
    11321133
     1134    /* strings formerly in ID_XSD_DTP_STARTUP */
    11331135    ID_XSDI_DTP_LOGOGROUP               "Workplace Shell opstart logo"
    11341136    ID_XSDI_DTP_BOOTLOGO                "~Activeer opstart logo"
     
    11381140    ID_XSDI_DTP_LOGOFILETXT             "OS/2 1.3 BMP bestand voor opstart logo:"
    11391141    ID_XSDI_DTP_TESTLOGO                "Test logo"
     1142
     1143    ID_XSDI_DTP_OPTIONS                 "Opties"
    11401144    ID_XSDI_DTP_WRITEXWPSTARTLOG        "Maak een WPSTART.LOG bestand"
    11411145    ID_XSDI_DTP_BOOTUPSTATUS            "Toon WPS klasse initialisatie"
    1142     ID_XSDI_DTP_CREATESTARTUPFLDR       "Maak &xwp; Opstart map"
    11431146    ID_XSDI_DTP_NUMLOCKON               "Activeer NumLock bij opstarten"
    1144 
     1147    ID_XSDI_DTP_XSTARTUP_GROUP          "XWP Opstart map"
     1148    ID_XSDI_DTP_INITDELAY_TXT1          "Vertraging"
     1149    ID_XSDI_DTP_INITDELAY_TXT2          "seconden"
     1150    ID_XSDI_DTP_CREATESTARTUPFLDR       "Maak XWP Opstart map"
     1151
     1152    /* strings formerly in ID_XFD_STARTUPPANIC */
    11451153    ID_XFDI_PANIC_TITLE                 "&xwp; Paniek"
    11461154    ID_XFDI_PANIC_SKIPBOOTLOGO          "~Sla opstartlogo eenmaal over"
     
    12151223    ID_SDDI_RESTARTWPS_GROUP            "Restart options"
    12161224    ID_SDDI_WPS_CLOSEWINDOWS            "~Sluit alle sessies"
    1217     ID_SDDI_WPS_STARTUPFOLDER           "~Voer alle &xwp; Opstartup mappen uit"
     1225    ID_SDDI_WPS_STARTUPFOLDER           "~Voer alle XWP Opstartup mappen uit"
    12181226    ID_SDDI_ARCHIVEONCE                 "~Archiveer Werkplek eenmalig na herstarten"
    12191227
     
    12271235    ID_SDDI_COMPLETE                    "Afsluiten is gereed."
    12281236    ID_SDDI_SWITCHOFF                   "U kunt nu uw computer uitschakelen of op Ctrl+Alt+Del drukken voor herstarten."
     1237
     1238    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1239    ID_SDDI_STARTUP_GROUP_TXT           "XWP Opstart map"
     1240    ID_SDDI_STARTUP_START_TXT           "Opstart map inhoud"
     1241    ID_SDDI_STARTUP_REBOOTSONLY         "Alleen bij herstarten"
     1242    ID_SDDI_STARTUP_EVERYWPSRESTART     "Bij iedere Werkplek herstart"
     1243    ID_SDDI_STARTUP_OBJDELAY_TXT1       "Vertraging per object"
     1244    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1245    ID_SDDI_STARTUP_SHOWSTATUS          "Toon statusvenster"
    12291246
    12301247    /* "Icon" page replacement */
     
    15351552
    15361553    /* startup and shutdown folder */
    1537     ID_XFSI_XWPSTARTUPFDR               "&xwp; Opstart map"
    1538     ID_XFSI_XWPSHUTDOWNFDR              "&xwp; Afsluit map"
     1554    ID_XFSI_XWPSTARTUPFDR               "XWP Opstart map"
     1555    ID_XFSI_XWPSHUTDOWNFDR              "XWP Afsluit map"
    15391556
    15401557    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/031/dll/xfldr031.dlg

    r1466 r1469  
    13531353END
    13541354
    1355 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1356 BEGIN
    1357     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1358             WS_VISIBLE
    1359     BEGIN
    1360         GROUPBOX        "XWorkplace Opstart map", -1, 5, 24, 196, 102
    1361         LTEXT           "Begin vertraging:", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1362                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1363         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1364                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1365                         CTLDATA 12, 0, 20, 0, 1, 0
    1366         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1367                         14, DT_VCENTER | NOT WS_GROUP
    1368         LTEXT           "Vertraging per object:", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1369                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1370         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1371                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1372                         CTLDATA 12, 0, 20, 0, 1, 0
    1373         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1374                         DT_VCENTER | NOT WS_GROUP
    1375         AUTOCHECKBOX    "Toon statusvenster", ID_SDDI_SHOWSTARTUPPROGRESS,
    1376                         10, 72, 184, 10, WS_GROUP
    1377         GROUPBOX        "Opstart map inhoud", -1, 10, 29, 186, 38
    1378         AUTORADIOBUTTON "Alleen bij herstarten", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1379                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1380         AUTORADIOBUTTON "Bij iedere Werkplek herstart",
    1381                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1382                         BS_NOCURSORSELECT | WS_TABSTOP
    1383         PUSHBUTTON      "~Beginwaarde", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1384         PUSHBUTTON      "~Standaard", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1385         PUSHBUTTON      "~Help", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1386                         WS_GROUP
    1387     END
    1388 END
    1389 
    13901355DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    13911356BEGIN
  • TabularUnified branches/branch-1-0/034/dll/xfldr034.dlg

    r1466 r1469  
    13541354END
    13551355
    1356 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1357 BEGIN
    1358     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1359             WS_VISIBLE
    1360     BEGIN
    1361         GROUPBOX        "Carpeta de Inicio de XWorkplace", -1, 5, 24, 196, 102
    1362         LTEXT           "~Retardo inicial:", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1363                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1364         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1365                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1366                         CTLDATA 12, 0, 20, 0, 1, 0
    1367         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1368                         14, DT_VCENTER | NOT WS_GROUP
    1369         LTEXT           "Retardo por ~objeto:", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1370                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1371         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1372                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1373                         CTLDATA 12, 0, 20, 0, 1, 0
    1374         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1375                         DT_VCENTER | NOT WS_GROUP
    1376         AUTOCHECKBOX    "~Mostrar ventana de estado", ID_SDDI_SHOWSTARTUPPROGRESS,
    1377                         10, 72, 184, 10, WS_GROUP
    1378         GROUPBOX        "Iniciar contenido de la carpeta", -1, 10, 29, 186, 38
    1379         AUTORADIOBUTTON "Al iniciar el ~sistema", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1380                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1381         AUTORADIOBUTTON "Al reiniciar el ~Escritorio",
    1382                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1383                         BS_NOCURSORSELECT | WS_TABSTOP
    1384         PUSHBUTTON      "~Deshacer", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1385         PUSHBUTTON      "~Por omisi¢n", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1386         PUSHBUTTON      "A~yuda", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1387                         WS_GROUP
    1388     END
    1389 END
    1390 
    13911356DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    13921357BEGIN
  • TabularUnified branches/branch-1-0/034/dll/xfldr034.rc

    r1467 r1469  
    11781178    ID_XSDI_DTP_LOGOFILETXT             "~Imagen (formato BMP 1.3 de OS/2):"
    11791179    ID_XSDI_DTP_TESTLOGO                "~Probar"
     1180
     1181    ID_XSDI_DTP_OPTIONS                 "Opciones"
    11801182    ID_XSDI_DTP_WRITEXWPSTARTLOG        "Escribir ~registro WPSTART.LOG"
    11811183    ID_XSDI_DTP_BOOTUPSTATUS            "Mostrar inicializaci¢n de clases del ~WPS"
    1182     ID_XSDI_DTP_CREATESTARTUPFLDR       "Crear carpeta de inicio de ~&xwp;"
    11831184    ID_XSDI_DTP_NUMLOCKON               "Activar ~Bloq. Num. al inicio"
     1185    ID_XSDI_DTP_XSTARTUP_GROUP          "Carpeta de Inicio de XWP"
     1186    ID_XSDI_DTP_INITDELAY_TXT1          "Retardo"
     1187    ID_XSDI_DTP_INITDELAY_TXT2          "segundos"
     1188    ID_XSDI_DTP_CREATESTARTUPFLDR       "Crear carpeta de inicio de ~XWP"
    11841189
    11851190    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12601265    ID_SDDI_RESTARTWPS_GROUP            "Opciones"
    12611266    ID_SDDI_WPS_CLOSEWINDOWS            "~Cerrar todas las sesiones"
    1262     ID_SDDI_WPS_STARTUPFOLDER           "~Procesar todas las carpetas de Inicio de &xwp;"
     1267    ID_SDDI_WPS_STARTUPFOLDER           "~Procesar todas las carpetas de Inicio de XWP"
    12631268    ID_SDDI_ARCHIVEONCE                 "~Archivar el Escritorio una vez tras reiniciar"
    12641269
     
    12721277    ID_SDDI_COMPLETE                    "Concluir ha finalizado."
    12731278    ID_SDDI_SWITCHOFF                   "Ahora puede apagar el equipo o pulsar Ctrl+Alt+Supr para reiniciar."
     1279
     1280    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1281    ID_SDDI_STARTUP_GROUP_TXT           "Carpeta de Inicio de XWP"
     1282    ID_SDDI_STARTUP_START_TXT           "Iniciar contenido de la carpeta"
     1283    ID_SDDI_STARTUP_REBOOTSONLY         "Al iniciar el ~sistema"
     1284    ID_SDDI_STARTUP_EVERYWPSRESTART     "Al reiniciar el ~Escritorio"
     1285    ID_SDDI_STARTUP_OBJDELAY_TXT1       "Retardo por ~objeto"
     1286    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1287    ID_SDDI_STARTUP_SHOWSTATUS           "~Mostrar ventana de estado"
    12741288
    12751289    /* new "Icon" page replacement */
     
    15961610
    15971611    /* startup and shutdown folder */
    1598     ID_XFSI_XWPSTARTUPFDR               "&xwp; - Inicio"
    1599     ID_XFSI_XWPSHUTDOWNFDR              "&xwp; - Concluir"
     1612    ID_XFSI_XWPSTARTUPFDR               "XWP Inicio"
     1613    ID_XFSI_XWPSHUTDOWNFDR              "XWP Concluir"
    16001614
    16011615    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/039/dll/xfldr039.dlg

    r1466 r1469  
    13721372END
    13731373
    1374 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1375 BEGIN
    1376     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1377             WS_VISIBLE
    1378     BEGIN
    1379         GROUPBOX        "Cartella Avvio XWorkplace", -1, 5, 24, 196, 102
    1380         LTEXT           "Ritar~do iniziale:", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1381                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1382         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1383                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1384                         CTLDATA 12, 0, 20, 0, 1, 0
    1385         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1386                         14, DT_VCENTER | NOT WS_GROUP
    1387         LTEXT           "Ritardo per ~oggetto:", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1388                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1389         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1390                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1391                         CTLDATA 12, 0, 20, 0, 1, 0
    1392         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1393                         DT_VCENTER | NOT WS_GROUP
    1394         AUTOCHECKBOX    "~Mostra finestra di stato", ID_SDDI_SHOWSTARTUPPROGRESS,
    1395                         10, 72, 184, 10, WS_GROUP
    1396         GROUPBOX        "Avviare contenuto cartella", -1, 10, 29, 186, 38
    1397         AUTORADIOBUTTON "~solo al riavvio del sistema", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1398                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1399         AUTORADIOBUTTON "ad ogni avvio della ~Scrivania",
    1400                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1401                         BS_NOCURSORSELECT | WS_TABSTOP
    1402         PUSHBUTTON      "~Regredire", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1403         PUSHBUTTON      "~Valore assunto", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1404         PUSHBUTTON      "A~iuto", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1405                         WS_GROUP
    1406     END
    1407 END
    1408 
    14091374DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    14101375BEGIN
  • TabularUnified branches/branch-1-0/039/dll/xfldr039.rc

    r1467 r1469  
    11891189    ID_XSDI_DTP_LOGOFILETXT             "~File logo di avvio (BMP OS/2 1.3):"
    11901190    ID_XSDI_DTP_TESTLOGO                "~Prova"
    1191     ID_XSDI_DTP_WRITEXWPSTARTLOG        "~Crea file  WPSTART.LOG"
     1191
     1192    ID_XSDI_DTP_OPTIONS                 "Opzioni"
     1193    ID_XSDI_DTP_WRITEXWPSTARTLOG        "~Crea file WPSTART.LOG"
    11921194    ID_XSDI_DTP_BOOTUPSTATUS            "~Mostra inizializzazione classi WPS"
    1193     ID_XSDI_DTP_CREATESTARTUPFLDR       "Crea cartella avvio ~&xwp;"
    11941195    ID_XSDI_DTP_NUMLOCKON               "Attiva Bloc~Num all'avvio"
     1196    ID_XSDI_DTP_XSTARTUP_GROUP          "Cartella Avvio XWP"
     1197    ID_XSDI_DTP_INITDELAY_TXT1          "Ritardo"
     1198    ID_XSDI_DTP_INITDELAY_TXT2          "secondi"
     1199    ID_XSDI_DTP_CREATESTARTUPFLDR       "Crea cartella avvio ~XWP"
    11951200
    11961201    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12711276    ID_SDDI_RESTARTWPS_GROUP            "Opzioni"
    12721277    ID_SDDI_WPS_CLOSEWINDOWS            "Chiudi ~tutte le sessioni"
    1273     ID_SDDI_WPS_STARTUPFOLDER           "~Elabora il contenuto delle cartelle Avvio &xwp;"
     1278    ID_SDDI_WPS_STARTUPFOLDER           "~Elabora il contenuto delle cartelle Avvio XWP"
    12741279    ID_SDDI_ARCHIVEONCE                 "A~rchivia la Scrivania subito dopo il riavvio"
    12751280
     
    12841289    ID_SDDI_COMPLETE                    "Chiusura completata."
    12851290    ID_SDDI_SWITCHOFF                   "E' ora possibile spegnere il computer o riavviarlo premendo ctrl+alt+canc."
     1291
     1292    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1293    ID_SDDI_STARTUP_GROUP_TXT           "Cartella Avvio XWP"
     1294    ID_SDDI_STARTUP_START_TXT           "Avviare contenuto cartella"
     1295    ID_SDDI_STARTUP_REBOOTSONLY         "~solo al riavvio del sistema"
     1296    ID_SDDI_STARTUP_EVERYWPSRESTART     "ad ogni avvio della ~Scrivania"
     1297    ID_SDDI_STARTUP_OBJDELAY_TXT1       "Ritardo per ~oggetto"
     1298    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1299    ID_SDDI_STARTUP_SHOWSTATUS          "~Mostra finestra di stato"
    12861300
    12871301    /* new "Icon" page replacement */
     
    16141628
    16151629    /* startup and shutdown folder */
    1616     ID_XFSI_XWPSTARTUPFDR               "Cartella avvio &xwp;"
    1617     ID_XFSI_XWPSHUTDOWNFDR              "Cartella chiusura &xwp;"
     1630    ID_XFSI_XWPSTARTUPFDR               "Cartella avvio XWP"
     1631    ID_XFSI_XWPSHUTDOWNFDR              "Cartella chiusura XWP"
    16181632
    16191633    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/049/dll/xfldr049.dlg

    r1466 r1469  
    14231423END
    14241424
    1425 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1426 BEGIN
    1427     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1428             WS_VISIBLE
    1429     BEGIN
    1430         GROUPBOX        "XWorkplace-Systemstartordner", -1, 5, 24, 196, 102
    1431         LTEXT           "Anf„ngl~iche Verz”gerung:",
    1432                         ID_SDDI_STARTUP_INITDELAY_TXT1, 10, 102, 64, 14,
    1433                         DT_VCENTER | DT_MNEMONIC
    1434         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 75, 102, 85, 14,
    1435                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1436                         CTLDATA 12, 0, 20, 0, 1, 0
    1437         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1438                         14, DT_VCENTER | NOT WS_GROUP
    1439         LTEXT           "Verz”gerung ~pro Objekt:",
    1440                         ID_SDDI_STARTUP_OBJDELAY_TXT1, 10, 86, 65, 14,
    1441                         DT_VCENTER | DT_MNEMONIC
    1442         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 76, 86, 84, 14,
    1443                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1444                         CTLDATA 12, 0, 20, 0, 1, 0
    1445         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1446                         DT_VCENTER | NOT WS_GROUP
    1447         AUTOCHECKBOX    "Status~fenster anzeigen",
    1448                         ID_SDDI_SHOWSTARTUPPROGRESS, 10, 72, 184, 10,
    1449                         WS_GROUP
    1450         GROUPBOX        "Ordnerinhalt starten", -1, 10, 29, 186, 38
    1451         AUTORADIOBUTTON "Nu~r bei Systemneustart",
    1452                         ID_SDDI_STARTUP_REBOOTSONLY, 15, 47, 111, 12,
    1453                         BS_NOCURSORSELECT | WS_TABSTOP
    1454         AUTORADIOBUTTON "B~ei jedem WPS-Neustart",
    1455                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 119, 12,
    1456                         BS_NOCURSORSELECT | WS_TABSTOP
    1457         PUSHBUTTON      "~Widerrufen", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1458         PUSHBUTTON      "~Standard", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1459         PUSHBUTTON      "~Hilfe", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1460                         WS_GROUP
    1461     END
    1462 END
    1463 
    14641425DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    14651426BEGIN
  • TabularUnified branches/branch-1-0/049/dll/xfldr049.rc

    r1467 r1469  
    2424 *          --  &os2;       "OS/2" or "eComStation"
    2525 *
    26  *          --  &warpcenter;    "WarpCenter" or "eComCenter"
     26 *          --  &winos2;    "Win-OS/2" or "Win16"
     27 *
     28 *          --  &warpcenter; "WarpCenter" or "eComCenter"
    2729 *
    2830 *          --  &xcenter;   "XCenter" or "eCenter"
     
    11731175    ID_XSDI_DTP_LOGOFILETXT             "OS/2-1.3-BMP-~Datei fr Startlogo:"
    11741176    ID_XSDI_DTP_TESTLOGO                "Logo t~esten"
     1177
     1178    ID_XSDI_DTP_OPTIONS                 "Optionen"
    11751179    ID_XSDI_DTP_WRITEXWPSTARTLOG        "Datei WP~START.LOG schreiben"
    11761180    ID_XSDI_DTP_BOOTUPSTATUS            "Initialisierung der W~PS-Klassen anzeigen"
    1177     ID_XSDI_DTP_CREATESTARTUPFLDR       "~&xwp;-Systemstartordner erstellen"
    11781181    ID_XSDI_DTP_NUMLOCKON               "~NumLock beim Systemstart aktivieren"
     1182    ID_XSDI_DTP_XSTARTUP_GROUP          "XWP-Systemstartordner"
     1183    ID_XSDI_DTP_INITDELAY_TXT1          "Verz”gerung"
     1184    ID_XSDI_DTP_INITDELAY_TXT2          "Sekunden"
     1185    ID_XSDI_DTP_CREATESTARTUPFLDR       "~XWP-Systemstartordner erstellen"
    11791186
    11801187    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12551262    ID_SDDI_RESTARTWPS_GROUP            "Optionen"
    12561263    ID_SDDI_WPS_CLOSEWINDOWS            "~Alle Sitzungen schlieáen"
    1257     ID_SDDI_WPS_STARTUPFOLDER           "Alle &xwp;-S~ystemstartordner abarbeiten"
     1264    ID_SDDI_WPS_STARTUPFOLDER           "Alle XWP-S~ystemstartordner abarbeiten"
    12581265    ID_SDDI_ARCHIVEONCE                 "A~rbeitsoberfl„che einmal archivieren"
    12591266
     
    12671274    ID_SDDI_COMPLETE                    "Der Systemabschluá ist beendet."
    12681275    ID_SDDI_SWITCHOFF                   "Sie k”nnen Ihren Rechner nun abschalten oder Strg+Alt+Entf drcken, um ihn neu zu starten."
     1276
     1277    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1278    ID_SDDI_STARTUP_GROUP_TXT           "XWP-Systemstartordner"
     1279    ID_SDDI_STARTUP_START_TXT           "Ordnerinhalt starten"
     1280    ID_SDDI_STARTUP_REBOOTSONLY         "Nu~r bei Systemneustart"
     1281    ID_SDDI_STARTUP_EVERYWPSRESTART     "B~ei jedem WPS-Neustart"
     1282    ID_SDDI_STARTUP_OBJDELAY_TXT1       "Verz”gerung ~pro Objekt"
     1283    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1284    ID_SDDI_STARTUP_SHOWSTATUS          "Status~fenster anzeigen"
    12691285
    12701286    /* new "Icon" page replacement */
     
    15911607
    15921608    /* startup and shutdown folder */
    1593     ID_XFSI_XWPSTARTUPFDR               "&xwp;-Systemstartordner"
    1594     ID_XFSI_XWPSHUTDOWNFDR              "&xwp;-Systemabschluáordner"
     1609    ID_XFSI_XWPSTARTUPFDR               "XWP-Systemstartordner"
     1610    ID_XFSI_XWPSHUTDOWNFDR              "XWP-Systemabschluáordner"
    15951611
    15961612    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/081/dll/xfldr081.dlg

    r1466 r1469  
    13561356END
    13571357
    1358 DLGTEMPLATE ID_XSD_STARTUPFOLDER LOADONCALL MOVEABLE DISCARDABLE
    1359 BEGIN
    1360     DIALOG  "", ID_XSD_STARTUPFOLDER, 0, 0, 224, 180, NOT FS_DLGBORDER |
    1361             WS_VISIBLE
    1362     BEGIN
    1363         GROUPBOX        "XWorkplace Žn“®ƒtƒHƒ‹ƒ_[", -1, 5, 24, 196, 102
    1364         LTEXT           "Å‰‚Ì’x‰„(~I):", ID_SDDI_STARTUP_INITDELAY_TXT1,
    1365                         10, 102, 54, 14, DT_VCENTER | DT_MNEMONIC
    1366         SLIDER          ID_SDDI_STARTUP_INITDELAY_SLID, 64, 102, 96, 14,
    1367                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1368                         CTLDATA 12, 0, 20, 0, 1, 0
    1369         LTEXT           "ms", ID_SDDI_STARTUP_INITDELAY_TXT2, 164, 102, 30,
    1370                         14, DT_VCENTER | NOT WS_GROUP
    1371         LTEXT           "ƒIƒuƒWƒFƒNƒg’x‰„(~P):", ID_SDDI_STARTUP_OBJDELAY_TXT1,
    1372                         10, 86, 54, 14, DT_VCENTER | DT_MNEMONIC
    1373         SLIDER          ID_SDDI_STARTUP_OBJDELAY_SLID, 64, 86, 96, 14,
    1374                         SLS_SNAPTOINCREMENT | SLS_BUTTONSTOP
    1375                         CTLDATA 12, 0, 20, 0, 1, 0
    1376         LTEXT           "ms", ID_SDDI_STARTUP_OBJDELAY_TXT2, 164, 86, 30, 14,
    1377                         DT_VCENTER | NOT WS_GROUP
    1378         AUTOCHECKBOX    "ó‹µƒEƒBƒ“ƒhƒE‚ð•\ŽŠ(~S)", ID_SDDI_SHOWSTARTUPPROGRESS,
    1379                         10, 72, 184, 10, WS_GROUP
    1380         GROUPBOX        "ƒtƒHƒ‹ƒ_[“à—e‚ÌŠJŽn", -1, 10, 29, 186, 38
    1381         AUTORADIOBUTTON "Ä‹N“®Žž‚Ì‚Ý(~R)", ID_SDDI_STARTUP_REBOOTSONLY, 15, 47,
    1382                         80, 12, BS_NOCURSORSELECT | WS_TABSTOP
    1383         AUTORADIOBUTTON "ƒfƒXƒNƒgƒbƒv‚̍Ďn“®Žž(~E)",
    1384                         ID_SDDI_STARTUP_EVERYWPSRESTART, 15, 33, 80, 12,
    1385                         BS_NOCURSORSELECT | WS_TABSTOP
    1386         PUSHBUTTON      "‚â‚è’Œ‚µ(~U)", DID_UNDO, 5, 6, 60, 12, WS_GROUP
    1387         PUSHBUTTON      "È—ªŽž’l(~D)", DID_DEFAULT, 73, 6, 60, 12, WS_GROUP
    1388         PUSHBUTTON      "ƒwƒ‹ƒv(~H)", DID_HELP, 141, 6, 60, 12, BS_HELP |
    1389                         WS_GROUP
    1390     END
    1391 END
    1392 
    13931358DLGTEMPLATE ID_XSD_XWPSOUND LOADONCALL MOVEABLE DISCARDABLE
    13941359BEGIN
  • TabularUnified branches/branch-1-0/081/dll/xfldr081.rc

    r1467 r1469  
    11961196    ID_XSDI_DTP_LOGOFILETXT             "‹N“®ƒƒS—p‚Ì OS/2 1.3 BMP ƒtƒ@ƒCƒ‹(~F):"
    11971197    ID_XSDI_DTP_TESTLOGO                "ƒƒS‚̃eƒXƒg(~E)"
     1198
     1199    ID_XSDI_DTP_OPTIONS                 "ƒIƒvƒVƒ‡ƒ“"
    11981200    ID_XSDI_DTP_WRITEXWPSTARTLOG        "START.LOG ƒtƒ@ƒCƒ‹‚̏‘‚«ž‚Ý(~S)"
    11991201    ID_XSDI_DTP_BOOTUPSTATUS            "WPS ƒNƒ‰ƒX‚̏‰Šú‰»‚ð•\ŽŠ(~P)"
    1200     ID_XSDI_DTP_CREATESTARTUPFLDR       "&xwp; Žn“®ƒtƒHƒ‹ƒ_[‚̍쐬(~X)"
    12011202    ID_XSDI_DTP_NUMLOCKON               "Žn“®Žž‚É NumLock ‚ðƒIƒ“‚É‚·‚é(~N)"
     1203    ID_XSDI_DTP_XSTARTUP_GROUP          "XWP Žn“®ƒtƒHƒ‹ƒ_["
     1204    ID_XSDI_DTP_INITDELAY_TXT1          "~Delay"
     1205    ID_XSDI_DTP_INITDELAY_TXT2          "•b"
     1206    ID_XSDI_DTP_CREATESTARTUPFLDR       "XWP Žn“®ƒtƒHƒ‹ƒ_[‚̍쐬(~X)"
    12021207
    12031208    /* strings formerly in ID_XFD_STARTUPPANIC */
     
    12781283    ID_SDDI_RESTARTWPS_GROUP            "ƒIƒvƒVƒ‡ƒ“"
    12791284    ID_SDDI_WPS_CLOSEWINDOWS            "‚·‚ׂẴZƒbƒVƒ‡ƒ“‚ðƒNƒ[ƒY(~C)"
    1280     ID_SDDI_WPS_STARTUPFOLDER           "‚·‚×‚Ä‚Ì &xwp; Žn“®ƒtƒHƒ‹ƒ_[‚ðˆ—(~P)"
     1285    ID_SDDI_WPS_STARTUPFOLDER           "‚·‚×‚Ä‚Ì XWP Žn“®ƒtƒHƒ‹ƒ_[‚ðˆ—(~P)"
    12811286    ID_SDDI_ARCHIVEONCE                 "ÄŽn“®Œã‚ɃfƒXƒNƒgƒbƒv‚ð 1 ‰ñƒA[ƒJƒCƒu(~A)"
    12821287
     
    12911296    ID_SDDI_SWITCHOFF                   "ƒRƒ“ƒsƒ
    12921297[ƒ^[‚Ì“dŒ¹‚ðØ‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚Ü‚œ‚Í Ctrl+Alt+Del ‚ð‰Ÿ‚·‚ƍċN“®‚Å‚«‚Ü‚·B"
     1298
     1299    /* strings formerly in ID_XSD_STARTUPFOLDER */
     1300    ID_SDDI_STARTUP_GROUP_TXT           "XWP Žn“®ƒtƒHƒ‹ƒ_["
     1301    ID_SDDI_STARTUP_START_TXT           "ƒtƒHƒ‹ƒ_[“à—e‚ÌŠJŽn"
     1302    ID_SDDI_STARTUP_REBOOTSONLY         "Ä‹N“®Žž‚Ì‚Ý(~R)"
     1303    ID_SDDI_STARTUP_EVERYWPSRESTART     "ƒfƒXƒNƒgƒbƒv‚̍Ďn“®Žž(~E)"
     1304    ID_SDDI_STARTUP_OBJDELAY_TXT1       "ƒIƒuƒWƒFƒNƒg’x‰„(~P)"
     1305    ID_SDDI_STARTUP_OBJDELAY_TXT2       "ms"
     1306    ID_SDDI_STARTUP_SHOWSTATUS          "ó‹µƒEƒBƒ“ƒhƒE‚ð•\ŽŠ(~S)"
    12931307
    12941308    /* new "Icon" page replacement */
     
    16351649
    16361650    /* startup and shutdown folder */
    1637     ID_XFSI_XWPSTARTUPFDR               "&xwp; Žn“®ƒtƒHƒ‹ƒ_["
    1638     ID_XFSI_XWPSHUTDOWNFDR              "&xwp; I—¹ƒtƒHƒ‹ƒ_["
     1651    ID_XFSI_XWPSTARTUPFDR               "XWP Žn“®ƒtƒHƒ‹ƒ_["
     1652    ID_XFSI_XWPSHUTDOWNFDR              "XWP I—¹ƒtƒHƒ‹ƒ_["
    16391653
    16401654    /* hotkey definition dialog */
  • TabularUnified branches/branch-1-0/idl/xfshut.idl

    r1106 r1469  
    2121 */
    2222
    23 #include <xfldr.idl>         // this is SOM for XFolder
     23#include <wpfolder.idl>         // this is SOM for WPFolder
    2424
    2525/*
     
    3131         ÀÄÄ WPObject = XFldObject
    3232               ÀÄÄ WPFileSystem
    33                      ÀÄÄ WPFolder = XFolder
    34                                       ÀÄÄ XFldShutdown
    35 
    36    Note that the class is derived from XFolder directly, not
    37    WPFolder, because we need some of the new XFolder methods.
     33                     ÀÄÄ WPFolder
     34                            ÀÄÄ XFldShutdown
    3835*/
    3936
    4037interface M_XFldShutdown;           // forward reference to metaclass
    4138
    42 interface XFldShutdown : XFolder
     39interface XFldShutdown : WPFolder
    4340{
    4441
     
    9491//#
    9592
    96 interface M_XFldShutdown : M_XFolder
     93interface M_XFldShutdown : M_WPFolder
    9794{
    9895
  • TabularUnified branches/branch-1-0/idl/xfstart.idl

    r1106 r1469  
    2121 */
    2222
    23 #include <xfldr.idl>         // this is SOM for XFolder
     23#include <wpfolder.idl>         // this is SOM for WPFolder
    2424
    2525/*
     
    3131         ÀÄÄ WPObject = XFldObject
    3232               ÀÄÄ WPFileSystem
    33                      ÀÄÄ WPFolder = XFolder
    34                                       ÀÄÄ XFldStartup
    35 
    36    Note that the class is derived from XFolder directly, not
    37    WPFolder, because we need some of the new XFolder methods.
     33                     ÀÄÄ WPFolder
     34                            ÀÄÄ XFldStartup
    3835*/
    3936
    4037interface M_XFldStartup;            // forward reference to metaclass
    4138
    42 interface XFldStartup : XFolder
     39interface XFldStartup : WPFolder
    4340{
    4441
     
    5249    ULONG xwpQueryXStartupType();
    5350    ULONG xwpQueryXStartupObjectDelay();
     51    ULONG xwpQueryXStartupShowStatus();
    5452
    5553#ifdef __SOMIDL__
     
    6058        xwpSetXStartup,
    6159        xwpQueryXStartupType,
    62         xwpQueryXStartupObjectDelay;
     60        xwpQueryXStartupObjectDelay,
     61        xwpQueryXStartupShowStatus;
    6362
    6463    /*
     
    9089    ULONG           ulType;
    9190    ULONG           ulObjectDelay;
     91    BOOL            fShowStatus;
    9292
    9393    /*
     
    109109    wpMenuItemHelpSelected: override;
    110110
    111 //#    wpQueryDefaultHelp: override;    replaced with class method V0.9.20 (2002-07-12) [umoeller]
    112 
    113111    wpAddSettingsPages: override;
    114112
     
    127125//#
    128126
    129 interface M_XFldStartup : M_XFolder
     127interface M_XFldStartup : M_WPFolder
    130128{
    131129
     
    136134
    137135    XFldStartup xwpclsQueryXStartupFolder(in XFldStartup pFolder);
     136    BOOL        xwpclsRunXStartupFolders();
    138137
    139138#ifdef __SOMIDL__
     
    141140
    142141    releaseorder:
    143             xwpclsQueryXStartupFolder;
     142            xwpclsQueryXStartupFolder,
     143            xwpclsRunXStartupFolders;
    144144
    145145    /*
  • TabularUnified branches/branch-1-0/include/dlgids.h

    r1467 r1469  
    10741074 ********************************************************************/
    10751075
    1076 // "Menu items" page (V0.9.0)
    1077 // #define ID_XSD_DTP_MENUITEMS            2100     // removed V0.9.16 (2002-01-09) [umoeller]
    1078 // all removed V0.9.19 (2002-04-17) [umoeller]
    1079 // #define ID_XSDI_DTP_MENUITEMSGROUP      2100        // added V0.9.16 (2002-01-09) [umoeller]
    1080 // #define ID_XSDI_DTP_SORT                2101
    1081 // #define ID_XSDI_DTP_ARRANGE             2102
    1082 // #define ID_XSDI_DTP_SYSTEMSETUP         2103
    1083 // #define ID_XSDI_DTP_LOCKUP              2104
    1084 // #ifndef __NOXSHUTDOWN__
    1085 // #define ID_XSDI_DTP_SHUTDOWN            2105
    1086 // #define ID_XSDI_DTP_SHUTDOWNMENU        2106
    1087 // #endif
    1088 // #define ID_XSDI_DTP_LOGOFFNETWORKNOW    2107 // V0.9.7 (2000-12-13) [umoeller]
    1089 
    1090 // XFldDesktop "Startup" page  (V0.9.0)
    1091 // #define ID_XSD_DTP_STARTUP              2110     // removed V0.9.16 (2001-10-08) [umoeller]
     1076// XFldDesktop "Startup" page
     1077#define ID_XSDI_DTP_OPTIONS             2100
     1078#define ID_XSDI_DTP_WRITEXWPSTARTLOG    2101
     1079#ifndef __NOBOOTUPSTATUS__
     1080#define ID_XSDI_DTP_BOOTUPSTATUS        2102
     1081#endif
     1082#define ID_XSDI_DTP_NUMLOCKON           2103
     1083#ifndef __NOXWPSTARTUP__
     1084#define ID_XSDI_DTP_XSTARTUP_GROUP      2104
     1085#define ID_XSDI_DTP_INITDELAY_TXT1      2105
     1086#define ID_XSDI_DTP_INITDELAY_SPIN      2106
     1087#define ID_XSDI_DTP_INITDELAY_TXT2      2107
     1088#define ID_XSDI_DTP_CREATESTARTUPFLDR   2108
     1089#endif
     1090
    10921091#ifndef __NOBOOTLOGO__
    1093 #define ID_XSDI_DTP_LOGOGROUP           2108    // added V0.9.16 (2001-10-08) [umoeller]
    1094 #define ID_XSDI_DTP_LOGOSTYLEGROUP      2109    // added V0.9.16 (2001-10-08) [umoeller]
     1092#define ID_XSDI_DTP_LOGOGROUP           2109
     1093#define ID_XSDI_DTP_LOGOSTYLEGROUP      2110
    10951094#define ID_XSDI_DTP_BOOTLOGO            2111
    10961095#define ID_XSDI_DTP_LOGO_TRANSPARENT    2112
     
    10991098#define ID_XSDI_DTP_LOGOBITMAP          2115
    11001099#define ID_XSDI_DTP_TESTLOGO            2116
    1101 #endif
    1102 #ifndef __NOXWPSTARTUP__
    1103 #define ID_XSDI_DTP_CREATESTARTUPFLDR   2117
    1104 #endif
    1105 #ifndef __NOBOOTLOGO__
    1106 #define ID_XSDI_DTP_LOGOFILETXT         2118
    1107 #define ID_XSDI_DTP_LOGOFILE            2119
    1108 // #define ID_XSDI_DTP_LOGO_BROWSE         2120     // removed V0.9.16 (2001-10-15) [umoeller]
    1109 #endif
    1110 #ifndef __NOBOOTUPSTATUS__
    1111 #define ID_XSDI_DTP_BOOTUPSTATUS        2121
    1112 #endif
    1113 #define ID_XSDI_DTP_NUMLOCKON           2122  // added V0.9.1 (2000-02-09) [umoeller]
    1114 #define ID_XSDI_DTP_WRITEXWPSTARTLOG    2123  // added V0.9.14 (2001-08-21) [umoeller]
     1100#define ID_XSDI_DTP_LOGOFILETXT         2117
     1101#define ID_XSDI_DTP_LOGOFILE            2118
     1102#endif
    11151103
    11161104// XFldDesktop "Archives" replacement page (V0.9.0)
     
    11881176#define ID_SDDI_CREATESHUTDOWNFLDR      2223
    11891177
    1190 #define ID_SDDI_SHOWSTARTUPPROGRESS     2230
    1191 #define ID_SDDI_STARTUP_INITDELAY_TXT1  2231
    1192 #define ID_SDDI_STARTUP_INITDELAY_SLID  2232
    1193 #define ID_SDDI_STARTUP_INITDELAY_TXT2 2233
     1178#define ID_SDDI_STARTUP_GROUP_TXT       2230
     1179#define ID_SDDI_STARTUP_START_TXT       2231
     1180#define ID_SDDI_STARTUP_REBOOTSONLY     2232
     1181#define ID_SDDI_STARTUP_EVERYWPSRESTART 2233
    11941182#define ID_SDDI_STARTUP_OBJDELAY_TXT1   2234
    11951183#define ID_SDDI_STARTUP_OBJDELAY_SLID   2235
    11961184#define ID_SDDI_STARTUP_OBJDELAY_TXT2   2236
    1197 #define ID_SDDI_STARTUP_REBOOTSONLY     2237
    1198 #define ID_SDDI_STARTUP_EVERYWPSRESTART 2238
     1185#define ID_SDDI_STARTUP_SHOWSTATUS      2237
    11991186
    12001187/* ******************************************************************
  • TabularUnified branches/branch-1-0/include/filesys/desktop.h

    r282 r1469  
    7575                                      USHORT usNotifyCode,
    7676                                      ULONG ulExtra);
     77
     78        VOID XWPENTRY dtpBootLogoInitPage(PNOTEBOOKPAGE pnbp,
     79                                          ULONG flFlags);
     80
     81        MRESULT XWPENTRY dtpBootLogoItemChanged(PNOTEBOOKPAGE pnbp,
     82                                      ULONG ulItemID,
     83                                      USHORT usNotifyCode,
     84                                      ULONG ulExtra);
    7785    #else
    7886        #error "shared\notebook.h needs to be included before including desktop.h".
  • TabularUnified branches/branch-1-0/include/filesys/folder.h

    r723 r1469  
    814814    /* ******************************************************************
    815815     *
    816      *   Start folder contents
     816     *   Start folder contents (fdrStart.c)
    817817     *
    818818     ********************************************************************/
    819819
    820820    ULONG fdrStartFolderContents(WPFolder *pFolder,
    821                                  ULONG ulTiming);
     821                                 ULONG ulTiming,
     822                                 HWND hwndStatus);
     823
     824    MRESULT EXPENTRY fnwpStartContentsDlg(HWND hwnd,
     825                                          ULONG msg,
     826                                          MPARAM mp1,
     827                                          MPARAM mp2);
    822828
    823829#endif
  • TabularUnified branches/branch-1-0/include/shared/common.h

    r1397 r1469  
    597597    #define SP_DTP_SHUTDOWN         82      // new with V0.9.0
    598598    #define SP_DTP_ARCHIVES         83      // new with V0.9.0
     599    #define SP_DTP_BOOTLOGO         84
    599600
    600601    // 10) pages for XWPTrashCan
  • TabularUnified branches/branch-1-0/make/objects.in

    r1339 r1469  
    9393$(OUTPUTDIR)\fdrsort.obj \
    9494$(OUTPUTDIR)\fdrsplit.obj \
     95$(OUTPUTDIR)\fdrstart.obj \
    9596$(OUTPUTDIR)\fdrsubclass.obj \
    9697$(OUTPUTDIR)\fdrmenus.obj \
    9798$(OUTPUTDIR)\fdrviews.obj \
    98 #$(OUTPUTDIR)\fhandles.obj \
    9999$(OUTPUTDIR)\filedlg.obj \
    100100$(OUTPUTDIR)\fileops.obj \
  • TabularUnified branches/branch-1-0/src/classes/xfdesk.c

    r1188 r1469  
    139139                                                                HWND hwndNotebook)
    140140{
    141     INSERTNOTEBOOKPAGE inbp;
    142     HMODULE         savehmod = cmnQueryNLSModuleHandle(FALSE);
    143     // PNLSSTRINGS pNLSStrings = cmnQueryNLSStrings();
     141    INSERTNOTEBOOKPAGE  inbp;
     142    HMODULE             savehmod = cmnQueryNLSModuleHandle(FALSE);
    144143
    145144    // XFldDesktopData *somThis = XFldDesktopGetData(somSelf);
    146145    XFldDesktopMethodDebug("XFldDesktop","xfdesk_xwpInsertXFldDesktopStartupPage");
     146
     147#ifndef __NOBOOTLOGO__
     148    memset(&inbp, 0, sizeof(INSERTNOTEBOOKPAGE));
     149    inbp.somSelf = somSelf;
     150    inbp.hwndNotebook = hwndNotebook;
     151    inbp.hmod = savehmod;
     152    inbp.usPageStyleFlags = BKA_MINOR;
     153    inbp.fEnumerate = TRUE;
     154    inbp.pcszName = cmnGetString(ID_XSSI_STARTUPPAGE);
     155    inbp.ulDlgID = ID_XFD_EMPTYDLG;
     156    inbp.ulDefaultHelpPanel  = ID_XSH_SETTINGS_DTP_STARTUP;
     157    inbp.ulPageID = SP_DTP_BOOTLOGO;
     158    inbp.pfncbInitPage    = dtpBootLogoInitPage;
     159    inbp.pfncbItemChanged = dtpBootLogoItemChanged;
     160    ntbInsertPage(&inbp);
     161#endif
    147162
    148163    memset(&inbp, 0, sizeof(INSERTNOTEBOOKPAGE));
     
    151166    inbp.hmod = savehmod;
    152167    inbp.usPageStyleFlags = BKA_MAJOR;
    153     inbp.pcszName = cmnGetString(ID_XSSI_STARTUPPAGE);  // pszStartupPage
    154     inbp.ulDlgID = ID_XFD_EMPTYDLG; // ID_XSD_DTP_STARTUP; V0.9.16 (2001-10-08) [umoeller]
     168#ifndef __NOBOOTLOGO__
     169    inbp.fEnumerate = TRUE;
     170#endif
     171    inbp.pcszName = cmnGetString(ID_XSSI_STARTUPPAGE);
     172    inbp.ulDlgID = ID_XFD_EMPTYDLG;
    155173    inbp.ulDefaultHelpPanel  = ID_XSH_SETTINGS_DTP_STARTUP;
    156174    inbp.ulPageID = SP_DTP_STARTUP;
  • TabularUnified branches/branch-1-0/src/classes/xfldr.c

    r1443 r1469  
    679679/*
    680680 *@@ xwpStartFolderContents:
    681  *      starts the contents of the folder with a
    682  *      specified delay for each object.
    683  *
    684  *      This displays a progress status window if
    685  *      the respective global setting is enabled.
    686  *
    687  *      If (ulTiming == 0), this operates in "wait"
    688  *      mode, i.e. the next object is only started
    689  *      after the previous one has been closed.
    690  *
    691  *      Otherwise ulTiming must specify a delay in
    692  *      milliseconds, being the time to wait after
    693  *      each object has been started.
    694  *
    695  *      This replaces the terrible "process ordered
    696  *      content" methods with three threads bombing
    697  *      each other with messages that nobody was
    698  *      able to follow. That code was still from
    699  *      the XFolder days and about due for retirement.
    700  *
    701  *      As opposed to the old implementation, this
    702  *      method DOES NOT RETURN until all objects have
    703  *      been processed or the user cancelled the
    704  *      operation. This does process the caller's
    705  *      message queue though... and therefore
    706  *      requires the caller to have one.
    707  *
    708  *@@added V0.9.12 (2001-04-29) [umoeller]
     681 *
     682 *      This method is no longer used as of v1.0.16.
     683 *      Both of its former users, XStartup & XShutdown,
     684 *      now call fdrStartFolderContents() directly.
     685 *
     686 *      It starts the contents of the folder with a specified
     687 *      delay for each object, and DOES NOT RETURN until all
     688 *      objects have been processed or the user cancels the
     689 *      operation. The caller is expected to have a msg queue
     690 *      which fdrStartFolderContents() will process.
     691 *
    709692 */
    710693
     
    715698    XFolderMethodDebug("XFolder","xf_xwpStartFolderContents");
    716699
    717     return fdrStartFolderContents(somSelf, ulTiming);
     700    return fdrStartFolderContents(somSelf, ulTiming, 0);
    718701}
    719702
  • TabularUnified branches/branch-1-0/src/classes/xfshut.c

    r1332 r1469  
    116116    M_XFldShutdownMethodDebug("M_XFldShutdown","xfshutM_wpclsInitData");
    117117
    118     M_XFldShutdown_parent_M_XFolder_wpclsInitData(somSelf);
     118    M_XFldShutdown_parent_M_WPFolder_wpclsInitData(somSelf);
    119119
    120120    krnClassInitialized(G_pcszXFldShutdown);
     
    154154    M_XFldShutdownMethodDebug("M_XFldShutdown","xfshutM_wpclsQueryStyle");
    155155
    156     return (M_XFldShutdown_parent_M_XFolder_wpclsQueryStyle(somSelf)
    157                 | CLSSTYLE_NEVERTEMPLATE
    158                 | CLSSTYLE_NEVERCOPY
    159                 // | CLSSTYLE_NEVERDELETE
    160            );
     156    return (M_XFldShutdown_parent_M_WPFolder_wpclsQueryStyle(somSelf)
     157                        | CLSSTYLE_NEVERTEMPLATE | CLSSTYLE_NEVERCOPY);
    161158}
    162159
  • TabularUnified branches/branch-1-0/src/classes/xfstart.c

    r1365 r1469  
    22/*
    33 *@@sourcefile xfstart.c:
    4  *      This file contains SOM code for the following XWorkplace classes:
    5  *
    6  *      --  XFldStartup (startup folder, XFolder subclass)
    7  *
    8  *      Installation of XFldStartup is optional. However, it is
    9  *      derived from XFolder directly (and not from WPFolder), so
    10  *      installation of XFolder is required if XFldStartup is installed.
     4 *      This file contains SOM code for the following XWorkplace class:
     5 *
     6 *      --  XFldStartup (startup folder)
     7 *
     8 *      Installation of XFldStartup is optional.
    119 *
    1210 *@@somclass XFldStartup xfstup_
     
    5351 */
    5452
    55 #define INCL_DOSEXCEPTIONS
    56 #define INCL_DOSPROCESS
    57 #define INCL_DOSSEMAPHORES
    58 #define INCL_WINWINDOWMGR
    59 #define INCL_WINMENUS
    60 #define INCL_WINDIALOGS
    61 #define INCL_WINBUTTONS
    62 #define INCL_WINSHELLDATA
     53#define INCL_DOS
     54#define INCL_WIN
    6355#include <os2.h>
    6456
     
    7668
    7769// headers in /helpers
     70#include "helpers\dosh.h"
    7871#include "helpers\linklist.h"           // linked list helper routines
    7972#include "helpers\winh.h"               // PM helper routines
     
    8679#include "shared\common.h"              // the majestic XWorkplace include file
    8780#include "shared\helppanels.h"          // all XWorkplace help panel IDs
     81#include "shared\init.h"                // XWorkplace initialization
    8882#include "shared\notebook.h"            // generic XWorkplace notebook handling
    8983#include "shared\kernel.h"              // XWorkplace Kernel
     
    109103/* ******************************************************************
    110104 *
    111  *   here come the XFldStartup methods
     105 *   XFldStartup methods
    112106 *
    113107 ********************************************************************/
     
    118112 *      settings notebook.
    119113 *
    120  *@@added V0.9.0 [umoeller]
    121114 */
    122115
     
    134127    inbp.hmod = cmnQueryNLSModuleHandle(FALSE);
    135128    inbp.usPageStyleFlags = BKA_MAJOR;
    136     inbp.pcszName = cmnGetString(ID_XSSI_STARTUPPAGE);  // pszStartupPage
    137     inbp.ulDlgID = ID_XSD_STARTUPFOLDER;
     129    inbp.pcszName = cmnGetString(ID_XSSI_STARTUPPAGE);
     130    inbp.ulDlgID = ID_XFD_EMPTYDLG; // ID_XSD_STARTUPFOLDER;
    138131    inbp.ulDefaultHelpPanel  = ID_XSH_SETTINGS_XFLDSTARTUP;
    139132    inbp.ulPageID = SP_STARTUPFOLDER;
     
    195188
    196189/*
     190 *@@ xwpQueryXStartupShowStatus:
     191 *      queries whether to show the status/progress dialog
     192 *
     193 */
     194
     195SOM_Scope ULONG  SOMLINK xfstup_xwpQueryXStartupShowStatus(XFldStartup *somSelf)
     196{
     197    XFldStartupData *somThis = XFldStartupGetData(somSelf);
     198    XFldStartupMethodDebug("XFldStartup","xfstup_xwpQueryXStartupShowStatus");
     199
     200    return(_fShowStatus);
     201}
     202
     203/*
    197204 *@@ wpInitData:
    198205 *      initialises the object with safe defaults.
     
    206213    XFldStartupMethodDebug("XFldStartup","xfstup_wpInitData");
    207214
    208     XFldStartup_parent_XFolder_wpInitData(somSelf);
     215    XFldStartup_parent_WPFolder_wpInitData(somSelf);
    209216
    210217    // set all the instance variables to safe defaults
    211218    _ulType = XSTARTUP_REBOOTSONLY;
    212219    _ulObjectDelay = XSTARTUP_DEFAULTOBJECTDELAY;
     220    _fShowStatus = TRUE;
    213221}
    214222
     
    227235    XFldStartupMethodDebug("XFldStartup","xfstup_wpObjectReady");
    228236
    229     XFldStartup_parent_XFolder_wpObjectReady(somSelf, ulCode,
     237    XFldStartup_parent_WPFolder_wpObjectReady(somSelf, ulCode,
    230238                                             refObject);
    231239
     
    249257    // remove from the linked list
    250258    _xwpSetXStartup(somSelf, FALSE);
    251     return (XFldStartup_parent_XFolder_wpFree(somSelf));
     259    return (XFldStartup_parent_WPFolder_wpFree(somSelf));
    252260}
    253261
     
    270278        _wpSaveLong(somSelf, (PSZ)G_pcszXFldStartup, 2, _ulObjectDelay);
    271279
    272     return (XFldStartup_parent_XFolder_wpSaveState(somSelf));
     280    if (_fShowStatus != TRUE)
     281        _wpSaveLong(somSelf, (PSZ)G_pcszXFldStartup, 3, _fShowStatus);
     282
     283    return (XFldStartup_parent_WPFolder_wpSaveState(somSelf));
    273284}
    274285
     
    293304        _ulObjectDelay = ul;
    294305
    295     return (XFldStartup_parent_XFolder_wpRestoreState(somSelf,
     306    if (_wpRestoreLong(somSelf, (PSZ)G_pcszXFldStartup, 3, &ul))
     307        _fShowStatus = ul;
     308
     309    return (XFldStartup_parent_WPFolder_wpRestoreState(somSelf,
    296310                                                      ulReserved));
    297311}
    298 
    299 /*
    300312
    301313/*
     
    320332    XFldStartupMethodDebug("XFldStartup","xfstup_wpFilterPopupMenu");
    321333
    322     return (XFldStartup_parent_XFolder_wpFilterPopupMenu(somSelf,
     334    return (XFldStartup_parent_WPFolder_wpFilterPopupMenu(somSelf,
    323335                                                         ulFlags,
    324336                                                         hwndCnr,
    325                                                          fMultiSelect)
    326 //             & ~CTXT_NEW
    327            );
     337                                                         fMultiSelect));
    328338}
    329339
     
    351361    XFldStartupMethodDebug("XFldStartup","xfstup_wpModifyPopupMenu");
    352362
    353     rc = XFldStartup_parent_XFolder_wpModifyPopupMenu(somSelf,
     363    rc = XFldStartup_parent_WPFolder_wpModifyPopupMenu(somSelf,
    354364                                                      hwndMenu,
    355365                                                      hwndCnr,
     
    389399                                                  ULONG ulMenuId)
    390400{
    391     /* XFldStartupData *somThis = XFldStartupGetData(somSelf); */
     401    XFldStartupData *somThis = XFldStartupGetData(somSelf);
    392402    XFldStartupMethodDebug("XFldStartup","xfstup_wpMenuItemSelected");
    393403
     
    403413                == MBID_YES)
    404414        {
    405             // re-enabled this: V0.9.12 (2001-05-22) [umoeller]
    406 
    407415            // start the folder contents synchronously;
    408416            // this func now displays the progress dialog
     
    410418            // fully processed (this calls another thrRunSync
    411419            // internally, so the SIQ is not blocked)
    412             _xwpStartFolderContents(somSelf,        // XFolder method
    413                                     _xwpQueryXStartupObjectDelay(somSelf));
    414                                                     // XFldStartup method
    415                 // this goes into fdrStartFolderContents
     420            fdrStartFolderContents(somSelf, _ulObjectDelay, _fShowStatus);
    416421        }
    417422        return TRUE;
    418423    }
    419424    else
    420         return (XFldStartup_parent_XFolder_wpMenuItemSelected(somSelf,
     425        return (XFldStartup_parent_WPFolder_wpMenuItemSelected(somSelf,
    421426                                                              hwndFrame,
    422427                                                              ulMenuId));
     
    435440    XFldStartupMethodDebug("XFldStartup","xfstup_wpMenuItemHelpSelected");
    436441
    437     return (XFldStartup_parent_XFolder_wpMenuItemHelpSelected(somSelf,
     442    return (XFldStartup_parent_WPFolder_wpMenuItemHelpSelected(somSelf,
    438443                                                              MenuId));
    439444}
     
    458463    XFldStartupMethodDebug("XFldStartup","xfstup_wpAddSettingsPages");
    459464
    460     XFldStartup_parent_XFolder_wpAddSettingsPages(somSelf, hwndNotebook);
     465    XFldStartup_parent_WPFolder_wpAddSettingsPages(somSelf, hwndNotebook);
    461466
    462467    // add the "XWorkplace Startup" page on top
     
    466471/*
    467472 *@@ wpclsQueryXStartupFolder:
    468  *      queries the linked list of XStartup folders
    469  *      for the next item in the chain.
    470  *
    471  *@@added V0.9.9 (2001-03-19) [pr]
     473 *      queries the post-startup linked list of XStartup folders
     474 *      for the next item in the chain, regardless of runnability
     475 *
     476 *@@changed V1.0.16 (2023-03-15) [rw] - changed semantics
    472477 */
    473478
     
    482487    pDesktop = cmnQueryActiveDesktop();
    483488
    484     while ((pFolder = objEnumList(&G_llSavedStartupFolders, pFolder,
    485                                   INIKEY_XSAVEDSTARTUPFOLDERS, 0)) != 0)
     489    while ((pFolder = objEnumList(&G_llStartupFolders, pFolder,
     490                                  INIKEY_XSTARTUPFOLDERS, 0)) != 0)
    486491    {
    487492        // if pFolder isn't an XFldStartup, remove if from the main list (& INI)
     
    489494            objAddToList(pFolder, &G_llStartupFolders,
    490495                         FALSE, INIKEY_XSTARTUPFOLDERS, 0);
    491         else
    492             if (wpshResidesBelow(pFolder, pDesktop))
    493                 break;
    494496    }
    495497
     
    498500
    499501/*
     502 *@@ wpclsRunXStartupFolders:
     503 *      Run each XStartup folder if appropriate.
     504 *      For the first folder, use the initial delay time
     505 *      minus the 1-second global delay; for subsequent folders,
     506 *      use the just-completed folder's object delay time.
     507 *
     508 *      This method creates its own status window rather than
     509 *      relying on fdrStartFolderContents() so it can control
     510 *      when and how long to display the window. Note that the
     511 *      status window is completely stand-alone and doesn't
     512 *      reference any external data
     513 *
     514 *@@added V1.0.16 (2023-03-07) [rw]
     515 */
     516
     517static BOOL xfstupPause(HWND hwnd, ULONG ms);
     518
     519SOM_Scope BOOL  SOMLINK xfstupM_xwpclsRunXStartupFolders(M_XFldStartup *somSelf)
     520{
     521    ULONG       rc;
     522    ULONG       ms;
     523    BOOL        fStarted = FALSE;
     524    HWND        hStatus;
     525    XFldStartup *pFolder = 0;
     526    WPObject    *pDesktop;
     527
     528    M_XFldStartupMethodDebug("M_XFldStartup","xfstupM_xwpclsRunXStartupFolders");
     529
     530    pDesktop = cmnQueryActiveDesktop();
     531
     532    // round the initial delay up to the next second, then subtract
     533    // the one second the init thread has already waited
     534    ms = cmnQuerySetting(sulStartupInitialDelay);
     535    ms = ms <= 1000 ? 0 : ((ms - 1) / 1000) * 1000;
     536
     537    hStatus = cmnLoadDlg(NULLHANDLE, fnwpStartContentsDlg,
     538                         ID_XFD_STARTUPSTATUS, NULL);
     539    winhRestoreWindowPos(hStatus, HINI_USER,
     540                         INIAPP_XWORKPLACE, INIKEY_WNDPOSSTARTUP,
     541                         SWP_MOVE);
     542
     543    // G_llSavedStartupFolders is a snapshot of the list at class-init
     544    while ((pFolder = objEnumList(&G_llSavedStartupFolders, pFolder,
     545                                  INIKEY_XSAVEDSTARTUPFOLDERS, 0)) != 0)
     546    {
     547        XFldStartupData *somThis;
     548
     549        // if pFolder isn't an XFldStartup, remove if from the main list (& INI)
     550        if (!_somIsA(pFolder, _XFldStartup)) {
     551            objAddToList(pFolder, &G_llStartupFolders,
     552                         FALSE, INIKEY_XSTARTUPFOLDERS, 0);
     553            continue;
     554        }
     555
     556        // if not in the Desktop hierarchy or a template, skip it
     557        if (!wpshResidesBelow(pFolder, pDesktop) ||
     558            (_wpQueryStyle(pFolder) & OBJSTYLE_TEMPLATE))
     559            continue;
     560
     561        // get a ptr to the object's data
     562        somThis = XFldStartupGetData(pFolder);
     563
     564        // skip folders which should only be started on bootup
     565        // except if we have specified that we want to start
     566        // them again when restarting the WPS
     567        if (_ulType == XSTARTUP_REBOOTSONLY &&
     568            !krnNeed2ProcessStartupFolder())
     569            continue;
     570
     571        // wait without blocking the SIQ
     572        if (ms && !xfstupPause(hStatus, ms))
     573            break;
     574
     575        // show or hide window per setting
     576        WinSetWindowPos(hStatus, 0, 0, 0, 0, 0,
     577            _fShowStatus ? (SWP_SHOW | SWP_ACTIVATE) : (SWP_HIDE | SWP_DEACTIVATE));
     578
     579        initLog("    processing folder \"%s\"", _wpQueryTitle(pFolder));
     580
     581        // start the folder contents synchronously; this func does
     582        // not return until the folder is fully processed (this calls
     583        // another thrRunSync internally, so the SIQ is not blocked)
     584        fdrStartFolderContents(pFolder, _ulObjectDelay, hStatus);
     585
     586        // set the delay for the next folder
     587        ms = _ulObjectDelay;
     588        fStarted = TRUE;
     589    }
     590
     591    if (fStarted)
     592        xfstupPause(hStatus, ms > 1500 ? 1500 : ms);
     593       
     594    winhSaveWindowPos(hStatus, HINI_USER,
     595                      INIAPP_XWORKPLACE, INIKEY_WNDPOSSTARTUP);
     596    WinDestroyWindow(hStatus);
     597
     598    return TRUE;
     599}
     600
     601/*
     602 *@@ xfstupPause:
     603 *
     604 *      this helper function allows xwpclsRunXStartupFolders()
     605 *      to suspend its operations without blocking the queue,
     606 *      Every 100ms it checks whether the user has pressed the
     607 *      dialog's Cancel button and aborts if true.
     608 */
     609
     610static BOOL xfstupPause(HWND hwnd, ULONG ms)
     611{
     612    BOOL    fRtn = TRUE;
     613    ULONG   ulWait;
     614    ULONG   ulTimer;
     615    HMQ     hmq = WinQueryWindowULong(hwnd, QWL_HMQ);
     616    QMSG    qmsg;
     617
     618    ulWait = doshQuerySysUptime() + ms;
     619    ulTimer = WinStartTimer(0, 0, 0, 100);
     620
     621    while (WinGetMsg(0, &qmsg, 0, 0, 0)) {
     622        if (!qmsg.hwnd && qmsg.msg == WM_TIMER && qmsg.mp1 == (MPARAM)ulTimer) {
     623
     624            // if QWL_USER is TRUE, the user has pressed the Cancel button
     625            if (WinQueryWindowULong(hwnd, QWL_USER))
     626                fRtn = FALSE;
     627            else
     628                if (doshQuerySysUptime() < ulWait)
     629                    continue;
     630
     631            WinStopTimer(0, 0, ulTimer);
     632            return fRtn;
     633        }
     634        WinDispatchMsg(0, &qmsg);
     635    }
     636
     637    WinPostMsg(qmsg.hwnd, qmsg.msg, qmsg.mp1, qmsg.mp2);
     638    return FALSE;
     639}
     640
     641/*
    500642 *@@ wpclsInitData:
    501  *      this WPObject class method gets called when a class
    502  *      is loaded by the WPS (probably from within a
    503  *      somFindClass call) and allows the class to initialize
    504  *      itself.
    505  *
    506  *@@changed V0.9.0 [umoeller]: added class object to KERNELGLOBALS
    507  *@@changed V0.9.9 (2001-03-19) [pr]: multiple startup folder mods.
     643 *
    508644 */
    509645
     
    513649    M_XFldStartupMethodDebug("M_XFldStartup","xfstupM_wpclsInitData");
    514650
    515     M_XFldStartup_parent_M_XFolder_wpclsInitData(somSelf);
     651    M_XFldStartup_parent_M_WPFolder_wpclsInitData(somSelf);
    516652
    517653    if (krnClassInitialized(G_pcszXFldStartup))
    518654    {
    519         BOOL        brc = FALSE;
    520655        ULONG       ulSize;
    521656        PSZ         pszHandles;
     
    523658        // first call:
    524659
    525         // initialize linked lists
     660        // initialize linked list used after startup
    526661        lstInit(&G_llStartupFolders.ll, FALSE);    // no auto-free
    527662        G_llStartupFolders.fLoaded = FALSE;
     663
     664        // initialize linked list used for startup
    528665        lstInit(&G_llSavedStartupFolders.ll, FALSE);    // no auto-free
    529666        G_llSavedStartupFolders.fLoaded = FALSE;
    530667
    531         // copy INI setting
    532         brc = PrfQueryProfileSize(HINI_USERPROFILE,
     668        // take a snapshot of the INI entry at startup for use by
     669        // wpclsRunXStartupFolders; we can't init the linked list
     670        // here because the objects it lists can't be instantiated
     671        // until class init has completed
     672        if (PrfQueryProfileSize(HINI_USERPROFILE,
    533673                                  (PSZ)INIAPP_XWORKPLACE,
    534674                                  (PSZ)INIKEY_XSTARTUPFOLDERS,
    535                                   &ulSize);
    536         if (   brc
    537             && ((pszHandles = malloc(ulSize)) != NULL)
    538            )
     675                                  &ulSize)
     676            && (pszHandles = malloc(ulSize)) != NULL)
    539677        {
    540             brc = PrfQueryProfileString(HINI_USERPROFILE,
     678            if (PrfQueryProfileString(HINI_USERPROFILE,
    541679                                        (PSZ)INIAPP_XWORKPLACE,
    542680                                        (PSZ)INIKEY_XSTARTUPFOLDERS,
    543                                         "", pszHandles, ulSize);
    544             if (brc)
     681                                        "", pszHandles, ulSize))
    545682                PrfWriteProfileString(HINI_USERPROFILE,
    546683                                      (PSZ)INIAPP_XWORKPLACE,
     
    559696 *      of a Details view and also used as the default title
    560697 *      for new objects of a class.
    561  *
    562  *@@changed V0.9.6 (2000-11-20) [umoeller]: changed to "XWorkplace"
    563  *@@changed V1.0.0 (2002-08-31) [umoeller]: finally localized
    564698 */
    565699
     
    569703    M_XFldStartupMethodDebug("M_XFldStartup","xfstupM_wpclsQueryTitle");
    570704
    571     // return ("XWorkplace Startup");
    572705    return cmnGetString(ID_XFSI_XWPSTARTUPFDR);
    573706}
     
    575708/*
    576709 *@@ wpclsQueryStyle:
    577  *      we return a flag so that no templates are created
    578  *      for the Startup folder.
    579  *
    580  *@@changed V0.9.9 (2001-03-19) [pr]: allow copy
     710 *      formerly, this added a flag to prevent the creation of Startup
     711 *      folder templates. Now it returns WPFolder's flags unmodified.
     712 *
    581713 *@@changed V1.0.4 (2005-11-06) [pr]: allow Create Another
    582714 */
     
    587719    M_XFldStartupMethodDebug("M_XFldStartup","xfstupM_wpclsQueryStyle");
    588720
    589     return (M_XFldStartup_parent_M_XFolder_wpclsQueryStyle(somSelf)
    590                 // | CLSSTYLE_NEVERTEMPLATE
    591                 // | CLSSTYLE_NEVERCOPY
    592                 // | CLSSTYLE_NEVERDELETE
    593            );
     721    return M_XFldStartup_parent_M_WPFolder_wpclsQueryStyle(somSelf);
     722//                | CLSSTYLE_NEVERTEMPLATE;
    594723
    595724}
  • TabularUnified branches/branch-1-0/src/filesys/desktop.c

    r1397 r1469  
    55 *      Desktop-related code resides in filesys\archives.c
    66 *      and filesys\shutdown.c.
    7  *
    8  *      This file is ALL new with V0.9.0.
    97 *
    108 *      Function prefix for this file:
     
    4240 */
    4341
    44 #define INCL_DOSPROCESS
    45 #define INCL_DOSSEMAPHORES
    46 #define INCL_DOSEXCEPTIONS
    4742#define INCL_DOSERRORS
    48 #define INCL_DOSMISC
    49 
    50 #define INCL_WINWINDOWMGR
    51 #define INCL_WINFRAMEMGR
    52 #define INCL_WINPOINTERS
    53 #define INCL_WINMENUS
    54 #define INCL_WINDIALOGS
    55 #define INCL_WINSTATICS
    56 #define INCL_WINBUTTONS
    57 #define INCL_WINENTRYFIELDS
    58 #define INCL_WINLISTBOXES
    59 #define INCL_WINSTDCNR
    60 #define INCL_WINSTDSPIN
    61 #define INCL_WINSHELLDATA       // Prf* functions
    62 #define INCL_WINSTDFILE
    63 #define INCL_WINSYS
    64 
     43#define INCL_DOS
     44#define INCL_WIN
    6545#define INCL_GPIBITMAPS
    6646#include <os2.h>
     
    703683
    704684static const CONTROLDEF
     685    OptionsGroup = LOADDEF_GROUP(ID_XSDI_DTP_OPTIONS, DEFAULT_TABLE_WIDTH),
     686
     687    WriteXWPStartLogCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_WRITEXWPSTARTLOG),
     688
     689#ifndef __NOBOOTUPSTATUS__
     690    BootupStatusCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_BOOTUPSTATUS),
     691#endif
     692
     693#ifndef __NOXWPSTARTUP__
     694    StartGroup = LOADDEF_GROUP(ID_XSDI_DTP_XSTARTUP_GROUP, DEFAULT_TABLE_WIDTH),
     695
     696    CreateStartupFolderButton = CONTROLDEF_PUSHBUTTON(
     697                            LOAD_STRING,
     698                            ID_XSDI_DTP_CREATESTARTUPFLDR,
     699                            -1,
     700                            STD_BUTTON_HEIGHT),
     701
     702    InitDelayTxt1 = LOADDEF_TEXT(ID_XSDI_DTP_INITDELAY_TXT1),
     703    InitDelaySpin = CONTROLDEF_SPINBUTTON(ID_XSDI_DTP_INITDELAY_SPIN, SZL_AUTOSIZE, SZL_AUTOSIZE),
     704    InitDelayTxt2 = LOADDEF_TEXT(ID_XSDI_DTP_INITDELAY_TXT2),
     705
     706#endif
     707
     708    NumLockOnCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_NUMLOCKON);
     709
     710
     711static const DLGHITEM dlgDesktopStartup[] =
     712    {
     713        START_TABLE,            // root table, required
     714            START_ROW(0),
     715                START_GROUP_TABLE(&OptionsGroup),
     716                    START_ROW(0),
     717                        CONTROL_DEF(&WriteXWPStartLogCB),
     718#ifndef __NOBOOTUPSTATUS__
     719                    START_ROW(0),
     720                        CONTROL_DEF(&BootupStatusCB),
     721#endif
     722                    START_ROW(0),
     723                        CONTROL_DEF(&NumLockOnCB),
     724                END_TABLE,
     725#ifndef __NOXWPSTARTUP__
     726            START_ROW(0),
     727                CONTROL_DEF(&G_Spacing),
     728            START_ROW(0),
     729                START_GROUP_TABLE(&StartGroup),
     730                    START_ROW(ROW_VALIGN_CENTER),
     731                        CONTROL_DEF(&InitDelayTxt1),
     732                        CONTROL_DEF(&InitDelaySpin),
     733                        CONTROL_DEF(&InitDelayTxt2),
     734                    START_ROW(0),
     735                        CONTROL_DEF(&CreateStartupFolderButton),
     736                END_TABLE,
     737#endif
     738            START_ROW(0),       // notebook buttons (will be moved)
     739                CONTROL_DEF(&G_UndoButton),         // common.c
     740                CONTROL_DEF(&G_DefaultButton),      // common.c
     741                CONTROL_DEF(&G_HelpButton),         // common.c
     742        END_TABLE
     743    };
     744
     745static const XWPSETTING G_DtpStartupBackup[] =
     746    {
     747        sfWriteXWPStartupLog,
     748        sfNumLockStartup,
     749#ifndef __NOBOOTUPSTATUS__
     750        sfShowBootupStatus,
     751#endif
     752#ifndef __NOXWPSTARTUP__
     753        sulStartupInitialDelay,
     754#endif
     755    };
     756
     757/*
     758 * dtpStartupInitPage:
     759 *      notebook callback function (notebook.c) for the
     760 *      "Startup" page in the Desktop's settings notebook.
     761 *      Sets the controls on the page according to the
     762 *      Global Settings.
     763 */
     764
     765VOID dtpStartupInitPage(PNOTEBOOKPAGE pnbp,   // notebook info struct
     766                        ULONG flFlags)        // CBI_* flags (notebook.h)
     767{
     768    if (flFlags & CBI_INIT)
     769    {
     770        // first call: backup Global Settings for "Undo" button;
     771        // this memory will be freed automatically by the
     772        // common notebook window function (notebook.c) when
     773        // the notebook page is destroyed
     774        pnbp->pUser = cmnBackupSettings(G_DtpStartupBackup,
     775                                         ARRAYITEMCOUNT(G_DtpStartupBackup));
     776
     777        // insert the controls using the dialog formatter
     778        // V0.9.16 (2001-09-29) [umoeller]
     779        ntbFormatPage(pnbp->hwndDlgPage,
     780                      dlgDesktopStartup,
     781                      ARRAYITEMCOUNT(dlgDesktopStartup));
     782
     783#ifndef __NOXWPSTARTUP__
     784        WinSendDlgItemMsg(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_SPIN,
     785                          SPBM_SETLIMITS, (MPARAM)10, (MPARAM)1);
     786#endif
     787    }
     788
     789    if (flFlags & CBI_SET)
     790    {
     791        // startup log file
     792        winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_WRITEXWPSTARTLOG,
     793                              cmnQuerySetting(sfWriteXWPStartupLog));
     794
     795        // numlock on
     796        winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_NUMLOCKON,
     797                              cmnQuerySetting(sfNumLockStartup));
     798
     799#ifndef __NOBOOTUPSTATUS__
     800        // bootup status
     801        winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_BOOTUPSTATUS,
     802                              cmnQuerySetting(sfShowBootupStatus));
     803#endif
     804
     805#ifndef __NOXWPSTARTUP__
     806        // initial delay
     807        WinSendDlgItemMsg(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_SPIN,
     808                          SPBM_SETCURRENTVALUE,
     809                          (MPARAM)(cmnQuerySetting(sulStartupInitialDelay) / 1000), 0);
     810#endif
     811    }
     812
     813    if (flFlags & CBI_ENABLE)
     814    {
     815#ifndef __NOXWPSTARTUP__
     816        BOOL fExists = !!(BOOL)WinQueryObject((PSZ)XFOLDER_STARTUPID);
     817        WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_CREATESTARTUPFLDR, !fExists);
     818        WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_TXT1, fExists);
     819        WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_SPIN, fExists);
     820        WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_TXT2, fExists);
     821#endif
     822    }
     823}
     824
     825
     826/*
     827 * dtpStartupItemChanged:
     828 *      notebook callback function (notebook.c) for the
     829 *      "Startup" page in the Desktop's settings notebook.
     830 *      Reacts to changes of any of the dialog controls.
     831 *
     832 */
     833
     834MRESULT dtpStartupItemChanged(PNOTEBOOKPAGE pnbp,
     835                              ULONG ulItemID,
     836                              USHORT usNotifyCode,
     837                              ULONG ulExtra)      // for checkboxes: contains new state
     838{
     839    switch (ulItemID)
     840    {
     841        case ID_XSDI_DTP_WRITEXWPSTARTLOG:
     842            cmnSetSetting(sfWriteXWPStartupLog, ulExtra);
     843        break;
     844
     845#ifndef __NOBOOTUPSTATUS__
     846        case ID_XSDI_DTP_BOOTUPSTATUS:
     847            cmnSetSetting(sfShowBootupStatus, ulExtra);
     848        break;
     849#endif
     850
     851        case ID_XSDI_DTP_NUMLOCKON:
     852            cmnSetSetting(sfNumLockStartup, ulExtra);
     853            winhSetNumLock(ulExtra);
     854        break;
     855
     856        case DID_UNDO:
     857            // "Undo" button: get pointer to backed-up Global Settings
     858            cmnRestoreSettings(pnbp->pUser,
     859                               ARRAYITEMCOUNT(G_DtpStartupBackup));
     860
     861            // update the display by calling the INIT callback
     862            pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
     863        break;
     864
     865        case DID_DEFAULT:
     866            // set the default settings for this settings page
     867            // (this is in common.c because it's also used at
     868            // Desktop startup)
     869            cmnSetDefaultSettings(pnbp->inbp.ulPageID);
     870            cmnSetDefaultSettings(SP_STARTUPFOLDER);
     871
     872            // update the display by calling the INIT callback
     873            pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
     874        break;
     875
     876#ifndef __NOXWPSTARTUP__
     877        case ID_XSDI_DTP_CREATESTARTUPFLDR:
     878        {
     879            CHAR        szSetup[200];
     880
     881            sprintf(szSetup, "DEFAULTVIEW=ICON;ICONVIEW=NONFLOWED,MINI;OBJECTID=%s;",
     882                    XFOLDER_STARTUPID);
     883            if (!WinCreateObject((PSZ)G_pcszXFldStartup,
     884                                 cmnGetString(ID_XFSI_XWPSTARTUPFDR), szSetup,
     885                                 (PSZ)WPOBJID_DESKTOP, CO_UPDATEIFEXISTS))
     886                cmnMessageBoxExt(pnbp->hwndFrame, 104, NULL, 0, 105, MB_OK);
     887            else
     888                // update the display by calling the INIT callback
     889                pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
     890        }
     891        break;
     892
     893
     894        case ID_XSDI_DTP_INITDELAY_SPIN:
     895        {
     896            LONG lValue = 0;
     897
     898            if (WinSendDlgItemMsg(pnbp->hwndDlgPage, ID_XSDI_DTP_INITDELAY_SPIN,
     899                                  SPBM_QUERYVALUE, (MPARAM)&lValue,
     900                                  MPFROM2SHORT(0, SPBQ_UPDATEIFVALID)))
     901                cmnSetSetting(sulStartupInitialDelay, lValue * 1000);
     902        }
     903        break;
     904#endif
     905    }
     906
     907    return 0;
     908}
     909
     910/*****************************************************************************/
     911
    705912#ifndef __NOBOOTLOGO__
     913
     914/*****************************************************************************/
     915
     916static const CONTROLDEF
    706917    BootLogoGroup = LOADDEF_GROUP(ID_XSDI_DTP_LOGOGROUP, SZL_AUTOSIZE),
    707918    BootLogoCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_BOOTLOGO),
     
    739950                            ID_XSDI_DTP_TESTLOGO,
    740951                            -1,
    741                             STD_BUTTON_HEIGHT),
    742 #endif
    743     WriteXWPStartLogCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_WRITEXWPSTARTLOG),
    744 #ifndef __NOBOOTUPSTATUS__
    745     BootupStatusCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_BOOTUPSTATUS),
    746 #endif
    747 #ifndef __NOXWPSTARTUP__
    748     CreateStartupFolderButton = CONTROLDEF_PUSHBUTTON(
    749                             LOAD_STRING, // "Create ~XWorkplace Startup folder",
    750                             ID_XSDI_DTP_CREATESTARTUPFLDR,
    751                             -1,
    752                             STD_BUTTON_HEIGHT),
    753 #endif
    754     NumLockOnCB = LOADDEF_AUTOCHECKBOX(ID_XSDI_DTP_NUMLOCKON);
    755 
    756 static const DLGHITEM dlgDesktopStartup[] =
     952                            STD_BUTTON_HEIGHT);
     953
     954
     955
     956static const DLGHITEM dlgDesktopBootLogo[] =
    757957    {
    758958        START_TABLE,            // root table, required
    759 #ifndef __NOBOOTLOGO__
    760959            START_ROW(0),       // boot logo group
    761960                START_GROUP_TABLE(&BootLogoGroup),
     
    785984                        END_TABLE,
    786985                END_TABLE,      // end of boot logo group
    787 #endif
    788             START_ROW(0),
    789                 CONTROL_DEF(&WriteXWPStartLogCB),
    790 #ifndef __NOBOOTUPSTATUS__
    791             START_ROW(0),
    792                 CONTROL_DEF(&BootupStatusCB),
    793 #endif
    794             START_ROW(0),
    795                 CONTROL_DEF(&NumLockOnCB),
    796 #ifndef __NOXWPSTARTUP__
    797             START_ROW(0),
    798                 CONTROL_DEF(&CreateStartupFolderButton),
    799 #endif
     986
    800987            START_ROW(0),       // notebook buttons (will be moved)
    801988                CONTROL_DEF(&G_UndoButton),         // common.c
     
    805992    };
    806993
    807 static const XWPSETTING G_DtpStartupBackup[] =
    808     {
    809         sfWriteXWPStartupLog,
    810 #ifndef __NOBOOTUPSTATUS__
    811         sfShowBootupStatus,
    812 #endif
    813 #ifndef __NOBOOTLOGO__
     994static const XWPSETTING G_DtpBootLogoBackup[] =
     995    {
    814996        sfBootLogo,
    815997        sulBootLogoStyle,
    816 #endif
    817         sfNumLockStartup
    818998    };
    819999
     1000
    8201001/*
    821  * dtpStartupInitPage:
     1002 *@@ dtpBootLogoInitPage:
    8221003 *      notebook callback function (notebook.c) for the
    823  *      "Startup" page in the Desktop's settings
    824  *      notebook.
    825  *      Sets the controls on the page according to the
    826  *      Global Settings.
    827  *
    828  *@@added V0.9.0 [umoeller]
    829  *@@changed V0.9.1 (2000-02-09) [umoeller]: added NumLock support to this page
    830  *@@changed V0.9.13 (2001-06-14) [umoeller]: fixed Undo for boot logo file
    831  *@@changed V0.9.14 (2001-08-21) [umoeller]: added "write startuplog" setting
    832  *@@changecd V0.9.16 (2001-09-29) [umoeller]: now using dialog formatter
     1004 *      "Boot Logo" page (2nd page of the "Startup" tab)
     1005 *      in the Desktop's settings notebook.
    8331006 */
    8341007
    835 VOID dtpStartupInitPage(PNOTEBOOKPAGE pnbp,   // notebook info struct
    836                         ULONG flFlags)        // CBI_* flags (notebook.h)
     1008VOID dtpBootLogoInitPage(PNOTEBOOKPAGE pnbp,
     1009                         ULONG flFlags)
    8371010{
    8381011    if (flFlags & CBI_INIT)
     
    8421015        // common notebook window function (notebook.c) when
    8431016        // the notebook page is destroyed
    844         pnbp->pUser = cmnBackupSettings(G_DtpStartupBackup,
    845                                          ARRAYITEMCOUNT(G_DtpStartupBackup));
     1017        pnbp->pUser = cmnBackupSettings(G_DtpBootLogoBackup,
     1018                                         ARRAYITEMCOUNT(G_DtpBootLogoBackup));
    8461019
    8471020        // insert the controls using the dialog formatter
    848         // V0.9.16 (2001-09-29) [umoeller]
    8491021        ntbFormatPage(pnbp->hwndDlgPage,
    850                       dlgDesktopStartup,
    851                       ARRAYITEMCOUNT(dlgDesktopStartup));
    852 
    853 #ifndef __NOBOOTLOGO__
     1022                      dlgDesktopBootLogo,
     1023                      ARRAYITEMCOUNT(dlgDesktopBootLogo));
     1024
    8541025        // backup old boot logo file
    8551026        pnbp->pUser2 = cmnQueryBootLogoFile();     // malloc'ed
    856                 // fixed V0.9.13 (2001-06-14) [umoeller]
    8571027
    8581028        // prepare the control to properly display
     
    8661036                                               ID_XSDI_DTP_LOGOFILE),
    8671037                               CCHMAXPATH);
    868 #endif
    8691038    }
    8701039
    8711040    if (flFlags & CBI_SET)
    8721041    {
    873 #ifndef __NOBOOTLOGO__
    8741042        USHORT      usRadioID;
    8751043        HDC         hdcMem;
     
    9271095
    9281096        WinSetPointer(HWND_DESKTOP, hptrOld);
    929 #endif
    930         // startup log file
    931         winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_WRITEXWPSTARTLOG,
    932                               cmnQuerySetting(sfWriteXWPStartupLog));
    933 
    934 #ifndef __NOBOOTUPSTATUS__
    935         // bootup status
    936         winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_BOOTUPSTATUS,
    937                               cmnQuerySetting(sfShowBootupStatus));
    938 #endif
    939 
    940         // numlock on
    941         winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_XSDI_DTP_NUMLOCKON,
    942                               cmnQuerySetting(sfNumLockStartup));
    9431097    }
    9441098
    9451099    if (flFlags & CBI_ENABLE)
    9461100    {
    947 #ifndef __NOBOOTLOGO__
    9481101        PSZ     pszBootLogoFile = cmnQueryBootLogoFile();
    9491102        BOOL    fBootLogoFileExists = (access(pszBootLogoFile, 0) == 0);
     
    9531106                         cmnQuerySetting(sfBootLogo));
    9541107        WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_TESTLOGO, fBootLogoFileExists);
    955 #endif
    956 
    957 #ifndef __NOXWPSTARTUP__
    958         if (WinQueryObject((PSZ)XFOLDER_STARTUPID))
    959             WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_CREATESTARTUPFLDR, FALSE);
    960 #endif
    9611108    }
    9621109}
    963 
    964 #ifndef __NOBOOTLOGO__
    9651110
    9661111/*
     
    9911136}
    9921137
    993 #endif
    994 
    9951138/*
    996  * dtpStartupItemChanged:
     1139 *@@ dtpBootLogoItemChanged:
    9971140 *      notebook callback function (notebook.c) for the
    998  *      "Startup" page in the Desktop's settings
    999  *      notebook.
    1000  *      Reacts to changes of any of the dialog controls.
    1001  *
    1002  *@@added V0.9.0 [umoeller]
    1003  *@@changed V0.9.1 (2000-02-09) [umoeller]: added NumLock support to this page
    1004  *@@changed V0.9.3 (2000-04-11) [umoeller]: fixed major resource leak; the bootlogo bitmap was never freed
    1005  *@@changed V0.9.9 (2001-04-07) [pr]: fixed Undo
    1006  *@@changed V0.9.13 (2001-06-14) [umoeller]: fixed Undo for boot logo file
    1007  *@@changed V0.9.14 (2001-08-21) [umoeller]: added "write startuplog" setting
     1141 *      "Boot Logo" page (2nd page of the "Startup" tab)
     1142 *      in the Desktop's settings notebook.
    10081143 */
    10091144
    1010 MRESULT dtpStartupItemChanged(PNOTEBOOKPAGE pnbp,
    1011                               ULONG ulItemID,
    1012                               USHORT usNotifyCode,
    1013                               ULONG ulExtra)      // for checkboxes: contains new state
     1145MRESULT dtpBootLogoItemChanged(PNOTEBOOKPAGE pnbp,
     1146                               ULONG ulItemID,
     1147                               USHORT usNotifyCode,
     1148                               ULONG ulExtra)      // for checkboxes: contains new state
    10141149{
    10151150    BOOL fProcessed = TRUE;
    1016 
    10171151    ULONG ulChange = 1;
    10181152
    1019     {
    1020         switch (ulItemID)
    1021         {
    1022 #ifndef __NOBOOTLOGO__
    1023             case ID_XSDI_DTP_BOOTLOGO:
    1024                 cmnSetSetting(sfBootLogo, ulExtra);
    1025                 ulChange = 2;       // re-enable items
    1026             break;
    1027 
    1028             case ID_XSDI_DTP_LOGO_TRANSPARENT:
    1029                 cmnSetSetting(sulBootLogoStyle, 0);
    1030             break;
    1031 
    1032             case ID_XSDI_DTP_LOGO_BLOWUP:
    1033                 cmnSetSetting(sulBootLogoStyle, 1);
    1034             break;
    1035 #endif
    1036 
    1037             case ID_XSDI_DTP_WRITEXWPSTARTLOG:
    1038                 cmnSetSetting(sfWriteXWPStartupLog, ulExtra);
    1039             break;
    1040 
    1041 #ifndef __NOBOOTUPSTATUS__
    1042             case ID_XSDI_DTP_BOOTUPSTATUS:
    1043                 cmnSetSetting(sfShowBootupStatus, ulExtra);
    1044             break;
    1045 #endif
    1046 
    1047             case ID_XSDI_DTP_NUMLOCKON:
    1048                 cmnSetSetting(sfNumLockStartup, ulExtra);
    1049                 winhSetNumLock(ulExtra);
    1050             break;
    1051 
    1052             case DID_UNDO:
    1053                 // "Undo" button: get pointer to backed-up Global Settings
    1054                 cmnRestoreSettings(pnbp->pUser,
    1055                                    ARRAYITEMCOUNT(G_DtpStartupBackup));
    1056 
    1057 #ifndef __NOBOOTLOGO__
    1058                 SetBootLogoFile(pnbp,
    1059                                 (PCSZ)pnbp->pUser2,
    1060                                 TRUE);      // write
    1061 #endif
    1062 
    1063                 // update the display by calling the INIT callback
    1064                 pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
    1065             break;
    1066 
    1067             case DID_DEFAULT:
    1068                 // set the default settings for this settings page
    1069                 // (this is in common.c because it's also used at
    1070                 // Desktop startup)
    1071                 cmnSetDefaultSettings(pnbp->inbp.ulPageID);
    1072                 // update the display by calling the INIT callback
    1073                 pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
    1074             break;
    1075 
    1076             default:
    1077                 ulChange = 0;
    1078                 fProcessed = FALSE;
    1079         }
     1153    switch (ulItemID)
     1154    {
     1155        case ID_XSDI_DTP_BOOTLOGO:
     1156            cmnSetSetting(sfBootLogo, ulExtra);
     1157            ulChange = 2;       // re-enable items
     1158        break;
     1159
     1160        case ID_XSDI_DTP_LOGO_TRANSPARENT:
     1161            cmnSetSetting(sulBootLogoStyle, 0);
     1162        break;
     1163
     1164        case ID_XSDI_DTP_LOGO_BLOWUP:
     1165            cmnSetSetting(sulBootLogoStyle, 1);
     1166        break;
     1167
     1168        case DID_UNDO:
     1169            // "Undo" button: get pointer to backed-up Global Settings
     1170            cmnRestoreSettings(pnbp->pUser,
     1171                               ARRAYITEMCOUNT(G_DtpBootLogoBackup));
     1172            SetBootLogoFile(pnbp,
     1173                            (PCSZ)pnbp->pUser2,
     1174                            TRUE);      // write
     1175
     1176            // update the display by calling the INIT callback
     1177            pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
     1178        break;
     1179
     1180        case DID_DEFAULT:
     1181            // set the default settings for this settings page
     1182            // (this is in common.c because it's also used at
     1183            // Desktop startup)
     1184            cmnSetDefaultSettings(pnbp->inbp.ulPageID);
     1185            // update the display by calling the INIT callback
     1186            pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
     1187        break;
     1188
     1189        default:
     1190            ulChange = 0;
     1191            fProcessed = FALSE;
    10801192    }
    10811193
     
    10911203        switch (ulItemID)
    10921204        {
    1093 #ifndef __NOBOOTLOGO__
    10941205            /*
    10951206             * ID_XSDI_DTP_LOGOFILE:
     
    11421253                strcat(szFile, "*.bmp");
    11431254
    1144                 /* if (    WinFileDlg(HWND_DESKTOP,    // parent
    1145                                    pnbp->hwndFrame, // owner
    1146                                    &fd)
    1147                     && (fd.lReturn == DID_OK)
    1148                    ) */
    11491255                if (cmnFileDlg(pnbp->hwndFrame,
    11501256                               szFile,
     
    12501356            }
    12511357            break;
    1252 #endif
    1253 
    1254 #ifndef __NOXWPSTARTUP__
    1255             /*
    1256              *@@ ID_XSDI_DTP_CREATESTARTUPFLDR:
    1257              *      "Create startup folder"
    1258              */
    1259 
    1260             case ID_XSDI_DTP_CREATESTARTUPFLDR:
    1261             {
    1262                 CHAR        szSetup[200];
    1263                 HOBJECT     hObj;
    1264                 sprintf(szSetup,
    1265                     "DEFAULTVIEW=ICON;ICONVIEW=NONFLOWED,MINI;"
    1266                     "OBJECTID=%s;",
    1267                     XFOLDER_STARTUPID);
    1268                 if (hObj = WinCreateObject((PSZ)G_pcszXFldStartup,
    1269                                            cmnGetString(ID_XFSI_XWPSTARTUPFDR), // "XWorkplace Startup",
    1270                                                 // finally localized V1.0.0 (2002-08-31) [umoeller]
    1271                                            szSetup,
    1272                                            (PSZ)WPOBJID_DESKTOP, // "<WP_DESKTOP>",
    1273                                            CO_UPDATEIFEXISTS))
    1274                     WinEnableControl(pnbp->hwndDlgPage, ID_XSDI_DTP_CREATESTARTUPFLDR, FALSE);
    1275                 else
    1276                     cmnMessageBoxExt(pnbp->hwndFrame,
    1277                                      104,
    1278                                      NULL, 0,
    1279                                      105,
    1280                                      MB_OK);
    1281             }
    1282             break;
    1283 #endif
    1284 
    1285             default:
    1286                 ;
     1358
    12871359        }
    12881360    } // end if (!fProcessed)
    12891361
    1290     return ((MPARAM)0);
     1362    return 0;
    12911363}
    12921364
    1293 
     1365/*****************************************************************************/
     1366#endif
     1367/*****************************************************************************/
     1368
  • TabularUnified branches/branch-1-0/src/filesys/fdrnotebooks.c

    r1400 r1469  
    8282// SOM headers which don't crash with prec. header files
    8383#include "xfldr.ih"
    84 #include "xfstart.ih"
    8584
    8685// XWorkplace implementation headers
     
    861860}
    862861
    863 #ifndef __NOXWPSTARTUP__
    864 
    865 /* ******************************************************************
    866  *
    867  *   XFldStartup notebook callbacks (notebook.c)
    868  *
    869  ********************************************************************/
    870 
    871 static const XWPSETTING G_StartupFolderBackup[] =
    872     {
    873         sulStartupInitialDelay,
    874         sfShowStartupProgress
    875     };
    876 
    877 /*
    878  * fdrStartupFolderInitPage:
    879  *      notebook callback function (notebook.c) for the
    880  *      "Startup" page in the startup folder's settings notebook.
    881  *      (This used to be page 2 in the Desktop's settings notebook
    882  *      before V0.9.0.)
    883  *      Sets the controls on the page according to the
    884  *      Global Settings.
    885  *
    886  *@@changed V0.9.0 [umoeller]: moved this here from xfdesk.c
    887  *@@changed V0.9.0 [umoeller]: adjusted function prototype
    888  *@@changed V0.9.4 (2000-08-02) [umoeller]: now using sliders; added initial delay
    889  *@@changed V0.9.9 (2001-03-19) [pr]: multiple startup folder mods.
    890  */
    891 
    892 VOID fdrStartupFolderInitPage(PNOTEBOOKPAGE pnbp,   // notebook info struct
    893                               ULONG flFlags)        // CBI_* flags (notebook.h)
    894 {
    895     XFldStartupData *somThis = NULL;
    896 
    897     somThis = XFldStartupGetData(pnbp->inbp.somSelf);
    898 
    899     if (flFlags & CBI_INIT)
    900     {
    901         // first call: backup Global Settings and instance
    902         // variables for "Undo" button;
    903         // this memory will be freed automatically by the
    904         // common notebook window function (notebook.c) when
    905         // the notebook page is destroyed
    906         pnbp->pUser = cmnBackupSettings(G_StartupFolderBackup,
    907                                          ARRAYITEMCOUNT(G_StartupFolderBackup));
    908         if (pnbp->pUser2 = malloc(sizeof(XFldStartupData)))
    909             memcpy(pnbp->pUser2, somThis, sizeof(XFldStartupData));
    910 
    911         // set up sliders
    912         winhSetSliderTicks(WinWindowFromID(pnbp->hwndDlgPage, ID_SDDI_STARTUP_INITDELAY_SLID),
    913                            (MPARAM)0, 3,
    914                            MPFROM2SHORT(9, 10), 6);
    915         winhSetSliderTicks(WinWindowFromID(pnbp->hwndDlgPage, ID_SDDI_STARTUP_OBJDELAY_SLID),
    916                            (MPARAM)0, 3,
    917                            MPFROM2SHORT(9, 10), 6);
    918     }
    919 
    920     if (flFlags & CBI_SET)
    921     {
    922         // the range of valid startup delays is
    923         // 500 ms to 10,000 ms in steps of 500 ms;
    924         // that gives us 20 - 1 = 19 positions
    925 
    926         // initial delay
    927         winhSetSliderArmPosition(WinWindowFromID(pnbp->hwndDlgPage, ID_SDDI_STARTUP_INITDELAY_SLID),
    928                                  SMA_INCREMENTVALUE,
    929                                  (cmnQuerySetting(sulStartupInitialDelay) / 500) - 1);
    930         // per-object delay
    931         winhSetSliderArmPosition(WinWindowFromID(pnbp->hwndDlgPage, ID_SDDI_STARTUP_OBJDELAY_SLID),
    932                                  SMA_INCREMENTVALUE,
    933                                  (_ulObjectDelay / 500) - 1);
    934 
    935         winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_SDDI_SHOWSTARTUPPROGRESS,
    936                               cmnQuerySetting(sfShowStartupProgress));
    937         if (_ulType == XSTARTUP_REBOOTSONLY)
    938             winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_SDDI_STARTUP_REBOOTSONLY, TRUE);
    939 
    940         if (_ulType == XSTARTUP_EVERYWPSRESTART)
    941             winhSetDlgItemChecked(pnbp->hwndDlgPage, ID_SDDI_STARTUP_EVERYWPSRESTART, TRUE);
    942     }
    943 
    944     if (flFlags & CBI_ENABLE)
    945     {
    946     }
    947 }
    948 
    949 /*
    950  * fdrStartupFolderItemChanged:
    951  *      notebook callback function (notebook.c) for the
    952  *      "Startup" page in the startup folder's settings notebook.
    953  *      (This used to be page 2 in the Desktop's settings notebook
    954  *      before V0.9.0.)
    955  *      Reacts to changes of any of the dialog controls.
    956  *
    957  *@@changed V0.9.0 [umoeller]: moved this here from xfdesk.c
    958  *@@changed V0.9.0 [umoeller]: adjusted function prototype
    959  *@@changed V0.9.4 (2000-08-02) [umoeller]: now using sliders; added initial delay
    960  *@@changed V0.9.9 (2001-03-19) [pr]: multiple startup folder mods.; add Undo & Default processing
    961  */
    962 
    963 MRESULT fdrStartupFolderItemChanged(PNOTEBOOKPAGE pnbp,
    964                                     ULONG ulItemID, USHORT usNotifyCode,
    965                                     ULONG ulExtra)      // for checkboxes: contains new state
    966 {
    967     ULONG   ulChange = 1;
    968     BOOL fUpdate = TRUE;
    969     XFldStartupData *somThis = XFldStartupGetData(pnbp->inbp.somSelf);
    970 
    971     switch (ulItemID)
    972     {
    973         case ID_SDDI_SHOWSTARTUPPROGRESS:
    974             cmnSetSetting(sfShowStartupProgress, ulExtra);
    975             fUpdate = FALSE;
    976         break;
    977 
    978         case ID_SDDI_STARTUP_INITDELAY_SLID:
    979         {
    980             LONG lSliderIndex = winhQuerySliderArmPosition(
    981                                             pnbp->hwndControl,
    982                                             SMA_INCREMENTVALUE);
    983             LONG lMS = (lSliderIndex + 1) * 500;
    984             CHAR szMS[30];
    985             sprintf(szMS, "%d ms", lMS);
    986             WinSetDlgItemText(pnbp->hwndDlgPage,
    987                               ID_SDDI_STARTUP_INITDELAY_TXT2,
    988                               szMS);
    989 
    990             cmnSetSetting(sulStartupInitialDelay, lMS);
    991             fUpdate = FALSE;
    992         }
    993         break;
    994 
    995         case ID_SDDI_STARTUP_OBJDELAY_SLID:
    996         {
    997             LONG lSliderIndex = winhQuerySliderArmPosition(
    998                                             pnbp->hwndControl,
    999                                             SMA_INCREMENTVALUE);
    1000             LONG lMS = (lSliderIndex + 1) * 500;
    1001             CHAR szMS[30];
    1002             sprintf(szMS, "%d ms", lMS);
    1003             WinSetDlgItemText(pnbp->hwndDlgPage,
    1004                               ID_SDDI_STARTUP_OBJDELAY_TXT2,
    1005                               szMS);
    1006 
    1007             _ulObjectDelay = lMS;
    1008             ulChange = 0;
    1009         }
    1010         break;
    1011 
    1012         case ID_SDDI_STARTUP_REBOOTSONLY:
    1013             _ulType = XSTARTUP_REBOOTSONLY;
    1014             ulChange = 0;
    1015         break;
    1016 
    1017         case ID_SDDI_STARTUP_EVERYWPSRESTART:
    1018             _ulType = XSTARTUP_EVERYWPSRESTART;
    1019             ulChange = 0;
    1020         break;
    1021 
    1022         case DID_UNDO:
    1023             if (pnbp->pUser)
    1024             {
    1025                 XFldStartupData *Backup = pnbp->pUser2;
    1026                 // "Undo" button: restore backed up instance & global data
    1027                 _ulType = Backup->ulType;
    1028                 _ulObjectDelay = Backup->ulObjectDelay;
    1029                 cmnRestoreSettings(pnbp->pUser,
    1030                                    ARRAYITEMCOUNT(G_StartupFolderBackup));
    1031                 // update the display by calling the INIT callback
    1032                 pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
    1033             }
    1034         break;
    1035 
    1036         case DID_DEFAULT:
    1037             // "Default" button:
    1038             _ulType = XSTARTUP_REBOOTSONLY;
    1039             _ulObjectDelay = XSTARTUP_DEFAULTOBJECTDELAY;
    1040             cmnSetDefaultSettings(SP_STARTUPFOLDER);
    1041             // update the display by calling the INIT callback
    1042             pnbp->inbp.pfncbInitPage(pnbp, CBI_SET | CBI_ENABLE);
    1043         break;
    1044 
    1045         default:
    1046             ulChange = 0;
    1047     }
    1048 
    1049     if (fUpdate)
    1050         _wpSaveDeferred(pnbp->inbp.somSelf);
    1051 
    1052     return ((MPARAM)0);
    1053 }
    1054 
    1055 #endif
  • TabularUnified branches/branch-1-0/src/filesys/folder.c

    r1406 r1469  
    35093509}
    35103510
    3511 /* ******************************************************************
    3512  *
    3513  *   Start folder contents
    3514  *
    3515  ********************************************************************/
    3516 
    3517 /*
    3518  *@@ PROCESSFOLDER:
    3519  *      structure on the stack of fdrStartFolderContents
    3520  *      while the "start folder contents" thread is
    3521  *      running synchronously.
    3522  *
    3523  *@@added V0.9.12 (2001-04-29) [umoeller]
    3524  */
    3525 
    3526 typedef struct _PROCESSFOLDER
    3527 {
    3528     // input parameters:
    3529     WPFolder        *pFolder;
    3530     ULONG           ulTiming;
    3531     HWND            hwndStatus;             // status window or NULLHANDLE
    3532 
    3533     BOOL            fCancelled;
    3534 
    3535     // private data:
    3536     WPObject        *pObject;
    3537     ULONG           henum;
    3538     ULONG           cTotalObjects;
    3539     ULONG           ulObjectThis;
    3540     ULONG           ulFirstTime;            // sysinfo first time
    3541 } PROCESSFOLDER, *PPROCESSFOLDER;
    3542 
    3543 /*
    3544  *@@ fnwpStartupDlg:
    3545  *      dlg proc for the Startup status window, which
    3546  *      runs on the main PM thread (krn_fnwpThread1Object).
    3547  */
    3548 
    3549 MRESULT EXPENTRY fnwpStartupDlg(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    3550 {
    3551     MRESULT mrc;
    3552 
    3553     switch (msg)
    3554     {
    3555         case WM_INITDLG:
    3556             // WinSetWindowULong(hwnd, QWL_USER, (ULONG)mp2);
    3557                 // we don't need this here, it's done by krn_fnwpThread1Object
    3558             ctlProgressBarFromStatic(WinWindowFromID(hwnd, ID_SDDI_PROGRESSBAR),
    3559                                      PBA_ALIGNCENTER | PBA_BUTTONSTYLE);
    3560             mrc = WinDefDlgProc(hwnd, msg, mp1, mp2);
    3561         break;
    3562 
    3563         case WM_COMMAND:
    3564             switch (SHORT1FROMMP(mp1))
    3565             {
    3566                 case DID_CANCEL:
    3567                 {
    3568                     PPROCESSFOLDER ppf;
    3569                     if (ppf = (PPROCESSFOLDER)WinQueryWindowPtr(hwnd, QWL_USER))
    3570                         ppf->fCancelled = TRUE;
    3571                 }
    3572                 break;
    3573             }
    3574         break;
    3575 
    3576         case WM_SYSCOMMAND:
    3577             switch (SHORT1FROMMP(mp1))
    3578             {
    3579                 case SC_CLOSE:
    3580                 case SC_HIDE:
    3581                     cmnSetSetting(sfShowStartupProgress, 0);
    3582                     mrc = WinDefDlgProc(hwnd, msg, mp1, mp2);
    3583                 break;
    3584 
    3585                 default:
    3586                     mrc = WinDefDlgProc(hwnd, msg, mp1, mp2);
    3587             }
    3588         break;
    3589 
    3590         default:
    3591             mrc = WinDefDlgProc(hwnd, msg, mp1, mp2);
    3592     }
    3593 
    3594     return mrc;
    3595 }
    3596 
    3597 /*
    3598  *@@ fntProcessStartupFolder:
    3599  *      synchronous thread started from fdrStartFolderContents
    3600  *      for each startup folder that is to be processed.
    3601  *
    3602  *@@added V0.9.12 (2001-04-29) [umoeller]
    3603  *@@changed V1.0.4 (2005-08-27) [pr]: fixed Shutdown Folder Cancel not working @@fixes 402
    3604  */
    3605 
    3606 void _Optlink fntProcessStartupFolder(PTHREADINFO ptiMyself)
    3607 {
    3608     PPROCESSFOLDER      ppf = (PPROCESSFOLDER)ptiMyself->ulData;
    3609     WPFolder            *pFolder = ppf->pFolder;
    3610 
    3611     while (!ppf->fCancelled)
    3612     {
    3613         BOOL    fOKGetNext = FALSE;
    3614         HWND    hwndCurrentView = NULLHANDLE;       // for wait mode
    3615 
    3616         if (ppf->ulObjectThis == 0)
    3617         {
    3618             // first iteration: initialize structure
    3619             ppf->cTotalObjects = 0;
    3620             fdrCheckIfPopulated(pFolder,
    3621                                 FALSE);        // full populate
    3622             // now count objects
    3623             for (   ppf->pObject = _wpQueryContent(pFolder, NULL, QC_FIRST);
    3624                     (ppf->pObject);
    3625                     ppf->pObject = _wpQueryContent(pFolder, ppf->pObject, QC_NEXT)
    3626                 )
    3627             {
    3628                 ppf->cTotalObjects++;
    3629             }
    3630 
    3631             // get first object
    3632             ppf->henum = _xwpBeginEnumContent(pFolder);
    3633         }
    3634 
    3635         if (ppf->henum)
    3636         {
    3637             // in any case, get first or next object
    3638             ppf->pObject = _xwpEnumNext(pFolder, ppf->henum);
    3639 
    3640             ppf->ulObjectThis++;
    3641 
    3642             // now process that object
    3643             if (ppf->pObject)
    3644             {
    3645                 // this is not the last object: start it
    3646 
    3647                 // resolve shadows... this never worked for
    3648                 // shadows V0.9.12 (2001-04-29) [umoeller]
    3649                 ppf->pObject = objResolveIfShadow(ppf->pObject);
    3650 
    3651                 if (wpshCheckObject(ppf->pObject))
    3652                 {
    3653                     // open the object:
    3654 
    3655                     // 1) update the status window
    3656                     if (cmnQuerySetting(sfShowStartupProgress))
    3657                     {
    3658                         CHAR szStarting2[500], szTemp[500];
    3659                         // update status text ("Starting xxx")
    3660                         strcpy(szTemp, _wpQueryTitle(ppf->pObject));
    3661                         strhBeautifyTitle(szTemp);
    3662                         sprintf(szStarting2,
    3663                                 cmnGetString(ID_SDSI_STARTING), // ->pszStarting,
    3664                                 szTemp);
    3665                         WinSetDlgItemText(ppf->hwndStatus, ID_SDDI_STATUS, szStarting2);
    3666                     }
    3667 
    3668                     // V0.9.19 (2002-04-11) [pr]: Must open on thread 1!!!
    3669                     // have the object opened on thread-1
    3670                     hwndCurrentView = (HWND)krnSendThread1ObjectMsg(T1M_OPENOBJECTFROMPTR,
    3671                                                                     (MPARAM)ppf->pObject,
    3672                                                                     (MPARAM)OPEN_DEFAULT);
    3673                     /*
    3674                     hwndCurrentView = _wpViewObject(ppf->pObject,
    3675                                                     NULLHANDLE,
    3676                                                     OPEN_DEFAULT,
    3677                                                     0);
    3678                     */
    3679                     // update status bar
    3680                     if (cmnQuerySetting(sfShowStartupProgress))
    3681                         WinSendDlgItemMsg(ppf->hwndStatus, ID_SDDI_PROGRESSBAR,
    3682                                           WM_UPDATEPROGRESSBAR,
    3683                                           MPFROMLONG(ppf->ulObjectThis),
    3684                                           MPFROMLONG(ppf->cTotalObjects));
    3685                 }
    3686 
    3687                 ppf->ulFirstTime = doshQuerySysUptime();
    3688             }
    3689             else
    3690                 // no more objects:
    3691                 // break out of the while loop
    3692                 break;
    3693         }
    3694         else
    3695             // error:
    3696             break;
    3697 
    3698         // now wait until we should process the
    3699         // next object
    3700         while (    (!fOKGetNext)
    3701                 && (!ppf->fCancelled)
    3702               )
    3703         {
    3704             if (ppf->ulTiming == 0)
    3705             {
    3706                 // "wait for close" mode:
    3707                 // check if the view we opened is still alive
    3708 
    3709                 // now, for all XFolder versions up to now
    3710                 // we used wpWaitForClose... I am very unsure
    3711                 // what this method does, so I have now replaced
    3712                 // this with my own loop here.
    3713                 // V0.9.12 (2001-04-28) [umoeller]
    3714                 BOOL fStillOpen = FALSE;
    3715                 WPObject *pobjLock = NULL;
    3716 
    3717                 TRY_LOUD(excpt1)
    3718                 {
    3719                     if (pobjLock = cmnLockObject(ppf->pObject))
    3720                     {
    3721                         PUSEITEM    pUseItem = NULL;
    3722 
    3723                         PMPF_STARTUP(("  WOM_WAITFORPROCESSNEXT: checking open views"));
    3724                         PMPF_STARTUP(("  obj %s",
    3725                                         _wpQueryTitle(ppf->pObject)));
    3726 
    3727                         for (pUseItem = _wpFindUseItem(ppf->pObject, USAGE_OPENVIEW, NULL);
    3728                              pUseItem;
    3729                              pUseItem = _wpFindUseItem(ppf->pObject, USAGE_OPENVIEW, pUseItem))
    3730                         {
    3731                             PVIEWITEM pvi = (PVIEWITEM)(pUseItem + 1);
    3732 
    3733                             PMPF_STARTUP(("    got view 0x%lX", pvi->handle));
    3734 
    3735                             if (pvi->handle == hwndCurrentView)
    3736                             {
    3737                                 fStillOpen = TRUE;
    3738                                 break;
    3739                             }
    3740                         }
    3741                     }
    3742                 }
    3743                 CATCH(excpt1) {} END_CATCH();
    3744 
    3745                 if (pobjLock)
    3746                     _wpReleaseObjectMutexSem(pobjLock);
    3747 
    3748                 fOKGetNext = !fStillOpen;
    3749             } // end if (ppf->ulTiming == 0)
    3750             else
    3751             {
    3752                 // timing mode
    3753                 ULONG ulNowTime = doshQuerySysUptime();
    3754                 if (ulNowTime > (ppf->ulFirstTime + ppf->ulTiming))
    3755                     fOKGetNext = TRUE;
    3756             }
    3757 
    3758             // fOKGetNext is TRUE if the next object should be
    3759             // processed now
    3760             if (fOKGetNext)
    3761             {
    3762                 // removed lock here V0.9.12 (2001-04-28) [umoeller]
    3763                 PCKERNELGLOBALS pKernelGlobals = krnQueryGlobals();
    3764                 if (pKernelGlobals)
    3765                 {
    3766                     // ready to go for next object:
    3767                     // make sure the damn PM hard error windows are not visible,
    3768                     // because this locks any other PM activity
    3769                     if (    (WinIsWindowVisible(pKernelGlobals->hwndHardError))
    3770                          || (WinIsWindowVisible(pKernelGlobals->hwndSysError))
    3771                        )
    3772                     {
    3773                         DosBeep(250, 100);
    3774                         // wait a little more and try again
    3775                         fOKGetNext = FALSE;
    3776                     }
    3777                 }
    3778             }
    3779 
    3780             if (!fOKGetNext)
    3781                 // not ready yet:
    3782                 // sleep awhile (we could simply sleep for the
    3783                 // wait time, but then "cancel" would not be
    3784                 // very responsive)
    3785                 DosSleep(100);
    3786         }
    3787     } // end while !ppf->fCancelled
    3788 
    3789     // done or cancelled:
    3790     _xwpEndEnumContent(pFolder, ppf->henum);
    3791 
    3792     // tell thrRunSync that we're done
    3793     WinPostMsg(ptiMyself->hwndNotify,
    3794                WM_USER,
    3795                (MPARAM) ppf->fCancelled, // V1.0.4 (2005-08-27) [pr]
    3796                0);
    3797 }
    3798 
    3799 /*
    3800  *@@ fdrStartFolderContents:
    3801  *      implementation for XFolder::xwpStartFolderContents.
    3802  *
    3803  *@@added V0.9.12 (2001-04-29) [umoeller]
    3804  *@@changed V0.9.13 (2001-06-27) [umoeller]: now setting status title to folder's
    3805  */
    3806 
    3807 ULONG fdrStartFolderContents(WPFolder *pFolder,
    3808                              ULONG ulTiming)
    3809 {
    3810     ULONG ulrc = 0;
    3811 
    3812     PROCESSFOLDER       pf;
    3813 
    3814     memset(&pf, 0, sizeof(pf));
    3815 
    3816     pf.ulTiming = ulTiming;
    3817 
    3818     pf.hwndStatus = cmnLoadDlg(NULLHANDLE,
    3819                                fnwpStartupDlg,
    3820                                ID_XFD_STARTUPSTATUS,
    3821                                NULL);
    3822     // store struct in window words so the dialog can cancel
    3823     WinSetWindowPtr(pf.hwndStatus, QWL_USER, &pf);
    3824 
    3825     // set title V0.9.13 (2001-06-27) [umoeller]
    3826     WinSetWindowText(pf.hwndStatus, _wpQueryTitle(pFolder));
    3827 
    3828     if (cmnQuerySetting(sfShowStartupProgress))
    3829     {
    3830         // get last window position from INI
    3831         winhRestoreWindowPos(pf.hwndStatus,
    3832                              HINI_USER,
    3833                              INIAPP_XWORKPLACE, INIKEY_WNDPOSSTARTUP,
    3834                              // move only, no resize
    3835                              SWP_MOVE | SWP_SHOW | SWP_ACTIVATE);
    3836     }
    3837 
    3838     pf.pFolder = pFolder;
    3839 
    3840     ulrc = thrRunSync(WinQueryAnchorBlock(pf.hwndStatus),
    3841                       fntProcessStartupFolder,
    3842                       "ProcessStartupFolder",
    3843                       (ULONG)&pf);
    3844 
    3845     winhSaveWindowPos(pf.hwndStatus, HINI_USER, INIAPP_XWORKPLACE, INIKEY_WNDPOSSTARTUP);
    3846     WinDestroyWindow(pf.hwndStatus);
    3847 
    3848     return (ulrc);
    3849 }
    3850 
    3851 
  • TabularUnified branches/branch-1-0/src/shared/common.c

    r1464 r1469  
    32983298            SP_STARTUPFOLDER, 1000,
    32993299            "ulStartupInitialDelay",
    3300         sulStartupObjectDelay, FIELDOFFSET(OLDGLOBALSETTINGS, ulStartupObjectDelay), 4,
    3301             SP_STARTUPFOLDER, 1000,
    3302             "ulStartupObjectDelay",
    33033300        sfNumLockStartup, FIELDOFFSET(OLDGLOBALSETTINGS, fNumLockStartup), 1,
    33043301            SP_DTP_STARTUP, 0,
  • TabularUnified branches/branch-1-0/src/shared/init.c

    r1450 r1469  
    104104
    105105// SOM headers which don't crash with prec. header files
    106 #include "xfstart.ih"
     106#include "xfldr.h"
     107#include "xfstart.h"
    107108#include "xcenter.h"
    108109
     
    23102311 *      processing.
    23112312 *
    2312  *      This is a transient thread created from the File
    2313  *      thread after the desktop window has been opened
    2314  *      (FIM_DESKTOPPOPULATED). This thread now does
    2315  *      all the startup processing (V0.9.12), replacing
    2316  *      the ugly messaging in the file and worker threads
    2317  *      and with the thread-1 object window we had
    2318  *      previously. The file thread now just starts
    2319  *      this thread and need not worry about anything
    2320  *      else... it doesn't even wait for this to finish.
     2313 *      This is a transient thread that does all startup
     2314 *      processing. It is created from the File thread after
     2315 *      the desktop window has been opened (FIM_DESKTOPPOPULATED).
     2316 *      and runs asynchronously.
    23212317 *
    23222318 *      In detail, this does:
     2319 *
     2320 *      --  XCenter AutoOpen
    23232321 *
    23242322 *      --  startup folder processing;
     
    23342332 *
    23352333 *      No thread data.
    2336  *
    2337  *@@added V0.9.12 (2001-04-29) [umoeller]
    2338  *@@changed V0.9.13 (2001-06-14) [umoeller]: removed archive marker file destruction, no longer needed
    2339  *@@changed V0.9.14 (2001-07-28) [umoeller]: added exception handling
    2340  *@@changed V0.9.16 (2002-01-13) [umoeller]: moved this here from xthreads.c
    2341  *@@changed V0.9.19 (2002-04-02) [umoeller]: added startup logging
    2342  *@@changed V1.0.9 (2008-06-18) [pr]: ignore template folders @@fixes 1096
    23432334 */
    23442335
     
    23492340    initLog("Entering " __FUNCTION__"...");
    23502341
    2351     // sleep a little while more
    2352     // V0.9.4 (2000-08-02) [umoeller]
    2353     DosSleep(cmnQuerySetting(sulStartupInitialDelay));
     2342    // non-configurable 1 second delay - the startup folders'
     2343    // initial delay setting takes this into account
     2344    DosSleep(1000);
    23542345
    23552346    TRY_LOUD(excpt1)
    23562347    {
    23572348        ULONG ulSize;
    2358 
    2359         // moved all this to XFldDesktop::wpOpen, there can
    2360         // be a race which causes this to be called before
    2361         // the desktop is open
    2362         // V0.9.19 (2002-04-02) [umoeller]
    2363 
    2364         /*
    2365         HWND hwndDesktop;
    2366 
    2367         if (!(hwndDesktop = cmnQueryActiveDesktopHWND()))
    2368             cmnLog(__FILE__, __LINE__, __FUNCTION__,
    2369                    "cmnQueryActiveDesktopHWND returned NULLHANDLE.");
    2370 
    2371         // notify daemon of WPS desktop window handle
    2372         // V0.9.9 (2001-03-27) [umoeller]: moved this up,
    2373         // we don't have to wait here
    2374         // V0.9.9 (2001-04-08) [umoeller]: wrong, we do
    2375         // need to wait.. apparently, on some systems,
    2376         // this doesn't work otherwise
    2377         krnPostDaemonMsg(XDM_DESKTOPREADY,
    2378                          (MPARAM)hwndDesktop,
    2379                          (MPARAM)0);
    2380         initLog("  posted desktop HWND 0x%lX to daemon", hwndDesktop);
    2381         */
    23822349
    23832350        /*
     
    24192386        // check if startup folder is to be skipped
    24202387        if (!(pKernelGlobals->ulPanicFlags & SUF_SKIPXFLDSTARTUP))
    2421                 // V0.9.3 (2000-04-25) [umoeller]
    24222388        {
    2423             // OK, process startup folder
    2424             WPFolder    *pFolder;
    2425 
    24262389            initLog("  processing startup folders...");
    24272390
     
    24372400            }
    24382401
    2439             // find startup folder(s)
    2440             for (pFolder = _xwpclsQueryXStartupFolder(_XFldStartup, NULL);
    2441                  pFolder;
    2442                  pFolder = _xwpclsQueryXStartupFolder(_XFldStartup, pFolder))
    2443             {
    2444                 // pFolder now has the startup folder to be processed
    2445 
    2446                 PMPF_STARTUP(("found startup folder %s",
    2447                               _wpQueryTitle(pFolder)));
    2448 
    2449                 // skip folders which should only be started on bootup
    2450                 // except if we have specified that we want to start
    2451                 // them again when restarting the WPS
    2452                 if (   (   (_xwpQueryXStartupType(pFolder) != XSTARTUP_REBOOTSONLY)
    2453                         || (krnNeed2ProcessStartupFolder())
    2454                        )
    2455                     && !(_wpQueryStyle(pFolder) & OBJSTYLE_TEMPLATE)  // V1.0.9 (2008-06-18)
    2456                    )
    2457                 {
    2458                     ULONG ulTiming = 0;
    2459 
    2460                     initLog("    processing folder \"%s\"",
    2461                              _wpQueryTitle(pFolder));
    2462 
    2463                     if (_somIsA(pFolder, _XFldStartup))
    2464                         ulTiming = _xwpQueryXStartupObjectDelay(pFolder);
    2465                     else
    2466                         ulTiming  = cmnQuerySetting(sulStartupObjectDelay);
    2467 
    2468                     // start the folder contents synchronously;
    2469                     // this func now displays the progress dialog
    2470                     // and does not return until the folder was
    2471                     // fully processed (this calls another thrRunSync
    2472                     // internally, so the SIQ is not blocked)
    2473                     _xwpStartFolderContents(pFolder,
    2474                                             ulTiming);
    2475                 }
    2476                 else
    2477                    initLog("    skipping folder \"%s\"",
    2478                              _wpQueryTitle(pFolder));
    2479             }
    2480 
     2402            // run each XStartup folder
     2403            _xwpclsRunXStartupFolders(_XFldStartup);
     2404
     2405            // done with startup folders:
     2406            krnSetProcessStartupFolder(FALSE);
    24812407            PMPF_STARTUP(("done with startup folders"));
    2482 
    24832408            initLog("  done with startup folders");
    2484 
    2485             // done with startup folders:
    2486             krnSetProcessStartupFolder(FALSE); //V0.9.9 (2001-03-19) [pr]
    2487         } // if (!(pKernelGlobals->ulPanicFlags & SUF_SKIPXFLDSTARTUP))
     2409        }
    24882410#endif
    24892411
  • TabularUnified branches/branch-1-0/src/startshut/archives.c

    r1353 r1469  
    232232            START_ROW(0),       // row 1 in the root table, required
    233233                // create group on top
    234                 START_GROUP_TABLE(&ArcCriteriaGroup),
     234                START_GROUP_TABLE_EXT(&ArcCriteriaGroup, TABLE_INHERIT_SIZE),
    235235                    START_ROW(ROW_VALIGN_CENTER),
    236236                        CONTROL_DEF(&EnableArchiveCB),
     
    255255                END_TABLE,
    256256            START_ROW(0),       // row 2 in the root table
    257                 START_GROUP_TABLE(&Arc2Group),
     257                START_GROUP_TABLE_EXT(&Arc2Group, TABLE_INHERIT_SIZE),
    258258                    START_ROW(ROW_VALIGN_CENTER),
    259259                        CONTROL_DEF(&ArcNoTxt1),
     
    262262                END_TABLE,
    263263            START_ROW(0),       // row 3 in the root table
    264                 START_GROUP_TABLE(&ArcRestOptions),
     264                START_GROUP_TABLE_EXT(&ArcRestOptions, TABLE_INHERIT_SIZE),
    265265                    START_ROW(ROW_VALIGN_CENTER),
    266266                        CONTROL_DEF(&ArcRestShowAlways),
  • TabularUnified branches/branch-1-0/src/startshut/shutdown.c

    r1431 r1469  
    127127#include "hook\xwphook.h"
    128128
    129 // #include "filesys\fdrmenus.h"           // shared folder menu logic
     129#include "filesys\folder.h"
    130130#include "filesys\object.h"             // XFldObject implementation
    131131#include "filesys\xthreads.h"           // extra XWorkplace threads
     
    29482948                    }
    29492949
    2950                     // now run items in Shutdown folder
    2951                     // but only if we're shutting down, not on restart wps
    2952                     // V0.9.19 (2002-06-18) [umoeller]
    2953                     if (    (pShutdownData->sdParams.ulCloseMode == SHUT_SHUTDOWN)
    2954                                 // not restart Desktop (1), not logoff (2)
    2955                          && (pShutdownFolder = _wpclsQueryFolder(_WPFolder,
    2956                                                                  (PSZ)XFOLDER_SHUTDOWNID,
    2957                                                                  TRUE))
    2958                        )
     2950                    // now run items in Shutdown folder but only if we're shutting down,
     2951                    // not restart Desktop (1), not logoff (2)
     2952                    if (pShutdownData->sdParams.ulCloseMode == SHUT_SHUTDOWN &&
     2953                        (pShutdownFolder = _wpclsQueryFolder(_WPFolder,
     2954                                                             (PSZ)XFOLDER_SHUTDOWNID,
     2955                                                             TRUE)))
    29592956                    {
    29602957                        doshWriteLogEntry(pShutdownData->ShutdownLogFile, "    Processing shutdown folder...");
    29612958
    2962                         // using new implementation V0.9.12 (2001-04-29) [umoeller]
    2963                         if (_xwpStartFolderContents(pShutdownFolder, // V1.0.4 (2005-08-27) [pr]
    2964                                                     0))         // wait mode
     2959                        // run contents serially
     2960                        if (fdrStartFolderContents(pShutdownFolder, 0, 0))
    29652961                        {
    29662962                            WinPostMsg(pShutdownData->SDConsts.hwndMain, WM_COMMAND,
     
    29702966                        }
    29712967
    2972                         doshWriteLogEntry(pShutdownData->ShutdownLogFile, "    Started processing shutdown folder.");
     2968                        doshWriteLogEntry(pShutdownData->ShutdownLogFile, "    Done processing shutdown folder.");
    29732969                    }
    29742970
Note: See TracChangeset for help on using the changeset viewer.