Changeset 604
- Timestamp:
 - Apr 7, 2007, 12:31:38 AM (19 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 3 edited
 
- 
          
  HISTORY (modified) (1 diff)
 - 
          
  dll/ipf/Trouble.ipf (modified) (1 diff)
 - 
          
  dll/ipf/term.ipf (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/HISTORY
r575 r604 5 5 o Correct FileInfoProc/IconProc race crash (Steven) 6 6 o Convert to WarpIN installer (David, John) 7 o Work around for drag/drop limit in PM Bug 50 (Gregg) 8 o Fix MMPM file scan to not try to play nonmedia files (Gregg) 9 o "Replace" in commands dialog now leave list order intact (Gregg) 10 o Code cleanup (ROT13 compiler warning, removed win class pstrings QWL_USER) (Gregg) 11 o Removed original Readme from distribution package 7 12 8 13 3.05 beta08  - 
      
trunk/dll/ipf/Trouble.ipf
r422 r604 35 35 :p. &endash. Icon display in Directory Container does not always match WPS icons 36 36 :p. &endash. Spurious WPS Objects Handles created during some operations 37 :p. &endash. PM has a 64k draginfo buffer for compatibility with 16 bit programs. 38 This limits each drag operation to a maximum of about 1800 objects, however in some testing 39 we were limited to under 1700. The main problem is PM is happy to over write this buffer. 40 The result is significant corruption of share memory forcing a reboot. We have limited drag 41 operations to a maximum of 1500 objects to prevent this problem.  - 
      
trunk/dll/ipf/term.ipf
r501 r604 83 83 the OS/2 Tutorial. Drag and drop is a superior method for manipulating 84 84 objects, as opposed to keyboard commands, because you choose both the 85 command and the target in one operation. 85 command and the target in one operation. We have set a limit of 1500 objects 86 per drag because drag larger than that can overwrite the draginfo buffer 87 causing the corruption of shared memory and forcing a reboot. 86 88 :p. 87 89 :hp1.Dialog:ehp1. = a specialized input or informational window that's  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  