home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581b.lha / Steal_v1.1 / s / DEMO next >
Text File  |  1991-09-17  |  2KB  |  40 lines

  1. Echo "*N*N*N*N*N*N*N*N*N*NDEMO of Steal 1.1 and accompanying utilities."
  2. Echo "All Public Domain by Rick van Rein."
  3. Echo "*NYou've already got a first demo: The characterset shown here is Condensed 8, and is also"
  4. Echo "a product of Rick van Rein. Feel free to use and spread it!*N"
  5.  
  6. ; Demo of a Gadget
  7. Echo "*N*NThe following Gadget is an icon that I have on my harddisk, and that stands for the directory"
  8. Echo "containing the visual programs. Click upon it and see what it does."
  9. Echo "As this was originally an icon, I had to use Icon2Gadget to get a Gadget, so Steal could pick it up."
  10. Echo "Click in the WINDOWCLOSE Gadget to go on with the rest of the demo."
  11. SYS:bin/Gadget
  12.  
  13. ; Demo of a Menu
  14. Echo "*N*NThe following Menu was taken from PickPacket, a fantastic program that can be found on FishDisk #227."
  15. Echo "Note how even the picture (struct Image) was taken out just right!"
  16. SYS:bin/Menu
  17.  
  18. ; Demo of a Window
  19. Echo "*N*NThe Window presented here is the Window of Steal 1.1; Even that can be stolen with some special"
  20. Echo "actions. Looks elegant, doesn't it? Thanks!*N*N*N*N*N*N*N*N*N*N*N*N*N*N*N"
  21. SYS:bin/Window
  22.  
  23. ; Demo of a Screen
  24. Echo "The last demonstration is also the biggest one: I've stolen a whole Screen, namely the Screen that"
  25. Echo "is used by the font-editor FED, as it can be found on Commodore's Extras disk."
  26. Echo "Note that the rasters are not in the Screen; These seem to have been drawn by calls to the libraries,"
  27. Echo "rather than hanging a struct Border onto some Intuition element. This shows a weakness of Steal:"
  28. Echo "Anything that has to be picked out, should be hanging from IntuitionBase."
  29. Echo "Ceveat: If you're fooled as easy as I am, you'll try to leave this demo by using Quit in FED's menubar!"
  30. Echo "This won't work, as only the *"visible*" data structures are available! Use the special Window with the"
  31. Echo "closing Gadget to leave this part of the demo, just like before.*N*N*N*N*N*N*N*N*N*N*N*N*N*N"
  32. SYS:bin/Screen
  33.  
  34. ; End of the demo
  35. Echo "That's all folks! Thanks for your attention."
  36. Echo "More info: - HowToBuild.doc  describes how to build executables yourself;"
  37. Echo "           - Steal.doc       gives a brief description of Steal 1.1;"
  38. Echo "           - Icon2Gadget.doc describes anything important on Icon2Gadget."
  39. Echo "*N*N*N                                     Rick van Rein.*N"
  40.