Changeset 604


Ignore:
Timestamp:
Apr 7, 2007, 12:31:38 AM (19 years ago)
Author:
Gregg Young
Message:

Help file and history update for drag drop work around

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r575 r604  
    55 o Correct FileInfoProc/IconProc race crash (Steven)
    66 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
    712
    8133.05 beta08
  • trunk/dll/ipf/Trouble.ipf

    r422 r604  
    3535:p. &endash. Icon display in Directory Container does not always match WPS icons
    3636: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.
     38This limits each drag operation to a maximum of about 1800 objects, however in some testing
     39we were limited to under 1700. The main problem is PM is happy to over write this buffer.
     40The result is significant corruption of share memory forcing a reboot. We have limited drag
     41operations to a maximum of 1500 objects to prevent this problem.
  • trunk/dll/ipf/term.ipf

    r501 r604  
    8383the OS/2 Tutorial. Drag and drop is a superior method for manipulating
    8484objects, as opposed to keyboard commands, because you choose both the
    85 command and the target in one operation.
     85command and the target in one operation. We have set a limit of 1500 objects
     86per drag because drag larger than that can overwrite the draginfo buffer
     87causing the corruption of shared memory and forcing a reboot.
    8688:p.
    8789:hp1.Dialog:ehp1. = a specialized input or informational window that's
Note: See TracChangeset for help on using the changeset viewer.