home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / utilities / dragme_1 / ReadMe < prev   
Text File  |  1991-08-25  |  1KB  |  33 lines

  1. Dragme 1.0 © G.C.Wraith (25/08/95)
  2.  
  3. The applications !Index and !SetCSD both use Dragme.
  4.  
  5. Dragme puts an icon on the iconbar. When this icon is
  6. dragged into a directory, an action file (called !RunImage
  7. in these examples) is called with the directory's 
  8. pathname as a parameter. In !SetCSD !RunImage is an Obey file. 
  9. In !Index !RunImage is a Basic file.
  10.  
  11. Dragme requires:
  12.  
  13.  # a template file called Templates with a window called info.
  14.  # an action file - !RunImage
  15.  # a sprite to put on the icon bar
  16.  # a sprite to use for dragging
  17.  # a name for the task display
  18.  # a title for the iconbar menu
  19.  
  20. These requirements can be edited, using Zap or Edit, for
  21. example. Look for the -> or <- signs to indicate where they
  22. occur. Remember that the taskname, menu title, and sprite
  23. names must be padded out with ASCII null codes to make up
  24. precisely 12 characters. Similarly, the edited template and 
  25. action file names should be padded with blank spaces so as to 
  26. take up exactly the same space as the previous names. Yes, it is
  27. a lazy way out.
  28.  
  29. I hope you find Dragme useful for your own programs.
  30.  
  31. -- G.C.Wraith    gavinw@sussex.ac.uk
  32.  
  33.