home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17934 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.6 KB

  1. Path: sparky!uunet!portal!cup.portal.com!Lee_Robert_Willis
  2. From: Lee_Robert_Willis@cup.portal.com
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Icon dragging fun (Hmm?)
  5. Message-ID: <72563@cup.portal.com>
  6. Date: Tue, 29 Dec 92 15:50:47 PST
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. References:  <C017xr.48z@csugrad.cs.vt.edu>
  10. Lines: 28
  11.  
  12. >Hello out there in programmation land...
  13. >
  14. >...does anyone know if it's possible to have your program become a *source*
  15. >for draggable icons (ala NeXT apps), and if so how to pass different types
  16. >of information between apps this way?  It would be extremely user-friendly
  17. >and neat-o-keen if this were possible, but as far as I can tell CBM's only
  18. >set things up so that the Workbench is the only source of draggable icons,
  19. >and an app can only be a destination, and the only type of information that
  20. >can be passed is file info.  This is kind of restrictive!  Is there any OS
  21. >support for custom draggable "stuff"?  Thanks!
  22. >-- 
  23. >::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  24. >Jake Rose               :: Every cloud has a silver lining.
  25. >jaker@csugrad.cs.vt.edu :: Every silver lining has a cloud inside it.
  26. >::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  27. >
  28.  
  29. Hi Jake,
  30.  
  31. As far as I know, you can't put icons onto the Workbench screen. But you can
  32. create your own drag & drop interface on a custom screen. AmigaVision does
  33. this for its icons. I've also done this in my FreeWare program
  34. 'Precognition'.
  35.  
  36. Check out the 'Bobs' section of the RKMs.  I could probably dig up
  37. some sample code if your interested.
  38.  
  39. Lee      Lee_Robert_Willis@cup.portal.com
  40.