•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-File                                                             Appendix H
                        The Drag & Drop Protocol


The drag and drop protocol provides a simple method of data transmission
between applications that support it. Because this protocol relies on the
use of named pipes, the use of the drag and drop protocol is only possible
under MultiTOS.

A drag and drop operation involves the user selecting a piece of program
data (or perhaps several pieces) in the 'originator' application and
dragging that piece of data with the mouse to the window of a 'recipient'
application. This appendix will detail the drag and drop protocol from the
perspective of the originator and the recipient.

You should note that during a drag and drop operation, neither application
should lock the screen with wind_update().


The Originator
The Recipient