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 >
Wrap
Text File
|
1991-09-17
|
2KB
|
40 lines
Echo "*N*N*N*N*N*N*N*N*N*NDEMO of Steal 1.1 and accompanying utilities."
Echo "All Public Domain by Rick van Rein."
Echo "*NYou've already got a first demo: The characterset shown here is Condensed 8, and is also"
Echo "a product of Rick van Rein. Feel free to use and spread it!*N"
; Demo of a Gadget
Echo "*N*NThe following Gadget is an icon that I have on my harddisk, and that stands for the directory"
Echo "containing the visual programs. Click upon it and see what it does."
Echo "As this was originally an icon, I had to use Icon2Gadget to get a Gadget, so Steal could pick it up."
Echo "Click in the WINDOWCLOSE Gadget to go on with the rest of the demo."
SYS:bin/Gadget
; Demo of a Menu
Echo "*N*NThe following Menu was taken from PickPacket, a fantastic program that can be found on FishDisk #227."
Echo "Note how even the picture (struct Image) was taken out just right!"
SYS:bin/Menu
; Demo of a Window
Echo "*N*NThe Window presented here is the Window of Steal 1.1; Even that can be stolen with some special"
Echo "actions. Looks elegant, doesn't it? Thanks!*N*N*N*N*N*N*N*N*N*N*N*N*N*N*N"
SYS:bin/Window
; Demo of a Screen
Echo "The last demonstration is also the biggest one: I've stolen a whole Screen, namely the Screen that"
Echo "is used by the font-editor FED, as it can be found on Commodore's Extras disk."
Echo "Note that the rasters are not in the Screen; These seem to have been drawn by calls to the libraries,"
Echo "rather than hanging a struct Border onto some Intuition element. This shows a weakness of Steal:"
Echo "Anything that has to be picked out, should be hanging from IntuitionBase."
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!"
Echo "This won't work, as only the *"visible*" data structures are available! Use the special Window with the"
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"
SYS:bin/Screen
; End of the demo
Echo "That's all folks! Thanks for your attention."
Echo "More info: - HowToBuild.doc describes how to build executables yourself;"
Echo " - Steal.doc gives a brief description of Steal 1.1;"
Echo " - Icon2Gadget.doc describes anything important on Icon2Gadget."
Echo "*N*N*N Rick van Rein.*N"