Changeset 771 for trunk/dll/arccnrs.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r766 r771 1351 1351 dcd->hwndObject = hwnd; // pass back hwnd 1352 1352 if (ParentIsDesktop(hwnd, dcd->hwndParent)) 1353 DosSleep( 250);// Avoid race?1353 DosSleep(100); //05 Aug 07 GKY 250 // Avoid race? 1354 1354 } 1355 1355 return 0; … … 1475 1475 if (IsFile(filename) == 1) { 1476 1476 if (fViewChild && fArcStuffVisible) 1477 DosSleep( 100);// Allow unzip session to finish closing 14 Mar 07 SHL1477 DosSleep(50); //05 Aug 07 GKY 100 // Allow unzip session to finish closing 14 Mar 07 SHL 1478 1478 WinSendMsg(dcd->hwndCnr, UM_ENTER, MPFROMP(filename), MPVOID); 1479 1479 } … … 1901 1901 (li->type == IDM_EDITTEXT && *editor) || 1902 1902 (li->type == IDM_EDITBINARY && *bined)) { 1903 DosSleep( 100);1903 DosSleep(50); //05 Aug 07 GKY 100 1904 1904 ExecOnList(hwnd, ((li->type == IDM_VIEWTEXT) ? viewer : 1905 1905 (li->type == IDM_VIEWBINARY) ? binview : … … 1980 1980 WinSendMsg(dcd->hwndCnr, WM_COMMAND, 1981 1981 MPFROM2SHORT(IDM_COLLECTOR, 0), MPVOID); 1982 DosSleep(1 28);1982 DosSleep(100); //05 Aug 07 GKY 128 1983 1983 if (Collector) { 1984 1984 if (!PostMsg(Collector, WM_COMMAND, … … 2005 2005 if (dcd) { 2006 2006 if (*dcd->workdir) { 2007 DosSleep( 33);2007 DosSleep(16); //05 Aug 07 GKY 33 2008 2008 wipeallf("%s\\*", dcd->workdir); 2009 2009 if (rmdir(dcd->workdir)) { 2010 DosSleep( 256);2010 DosSleep(100); //05 Aug 07 GKY 256 2011 2011 wipeallf("%s\\*", dcd->workdir); 2012 2012 rmdir(dcd->workdir); … … 2793 2793 } 2794 2794 WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE); 2795 DosSleep(1 28);2795 DosSleep(100); //05 Aug 07 GKY 128 2796 2796 } 2797 2797 }
Note:
See TracChangeset
for help on using the changeset viewer.