home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / wimpbar / !WimpBar2 / Example < prev   
Text File  |  1998-03-08  |  2KB  |  139 lines

  1. |
  2. | Example WimpBar2 Choices file
  3. |
  4. | © 1998 by Technium 220.
  5. |
  6.  
  7.  
  8. | Show Filer_Action status.
  9. |
  10. #FILER
  11.  
  12. | Sprites on the left.
  13. |
  14. #LEFT
  15.  
  16.  
  17. | Add any apps you want booted here...
  18. | For example:
  19. |
  20. | #BOOT
  21. |   ADFS::Technium.$.DTP.!Printers
  22. |   ADFS::Technium.$.Utilities.Editors.!Zap
  23. |   ADFS::Technium.$.Utilities.Editors.!TemplEd
  24. |   ADFS::Technium.$.Utilities.Misc.!StrongHelp
  25.  
  26.  
  27. | Set up some drag commands...
  28. |
  29. | Dragging a sprite file to the bar will load it, by-passing AddSprites.
  30. |
  31. #DRAG_acs
  32.   ff9
  33.  +AddSprite %0
  34.  
  35. | Dragging a zip-file will attempt to unzip it into it's parent directory.
  36. |
  37. #DRAG_acs
  38.   ddc
  39.  +UnzipIt %*0
  40.  
  41. | Dragging a directory or application to the bar will open it's filer window.
  42. |
  43. #DRAG_acs
  44.   1000,2000
  45.   Filer_OpenDir %0
  46.  
  47. | Shift-dragging an object to the bar sets the CSD to it's parent directory.
  48. |
  49. #DRAG_acS
  50.   2000,1000,-1
  51.   Dir %2
  52.  
  53. | Alt-dragging an Absolute file to the bar will attempt to unsqueeze it.
  54. | (Requires the 'Unsqueeze' utility in your library directory)
  55. |
  56. #DRAG_Acs
  57.   ff8
  58.   Unsqueeze %0 %2.~%1
  59.  
  60. | Ctrl-dragging to the bar will attempt to produce a Zipfile of that object.
  61. | (Requires the 'Zip' executable)
  62. |
  63. #DRAG_aCs
  64.   2000,1000,-1
  65.  +ZipIt %*0
  66.  
  67.  
  68.  
  69. | Now create some buttons...
  70. |
  71. | Note on menu flags:
  72. |
  73. |   ! - item is an application
  74. |   d - item is a directory (and will be expanded when selected)
  75. |   b - boot this application
  76. |   i - just take it's sprite
  77. |   s - display a sprite
  78. |   _ - item has a separator
  79. |
  80.  
  81. #MENU
  82. Apps
  83.  
  84. Zap [!]
  85.   ADFS::Technium.$.Utilities.Editors.!Zap
  86. Printers [!]
  87.   ADFS::Technium.$.DTP.!Printers
  88. StrongHelp [!_]
  89.   ADFS::Technium.$.Utilities.!StrongHlp
  90. Draw [!s]
  91.   Resources:Apps.!Draw
  92. Paint [!s]
  93.   Resources:Apps.!Paint
  94. Alarm [!s]
  95.   Resources:Apps.!Alarm
  96. Chars [!s]
  97.   Resources:Apps.!Chars
  98.  
  99.  
  100. #MENU
  101. Open Dir
  102.  
  103. DTP [d]
  104.   $.DTP
  105. Comms [d]
  106.   $.Comms
  107. Downloads_ [d]
  108.   <Downloads$Dir>
  109. CSD
  110.   @
  111. Library [d]
  112.   <Boot$Dir>.Library
  113. Choices [d]
  114.   <Boot$Dir>.Choices
  115. Resources [d]
  116.   <BootResources$Dir>
  117.  
  118.  
  119. | Sprites on the right, this time
  120. |
  121. #RIGHT
  122.  
  123.  
  124. | A menu with a few macros...
  125. |
  126. #MENU
  127. Misc
  128.  
  129. Show Time
  130.  +Time
  131. Show Date_
  132.  +Date
  133. ReSound [s] sm!alarm
  134.  +ReSound
  135. ReFiler [s_] small_dir
  136.  +ReFiler
  137. Kill Toolbox
  138.  +KillTBox
  139.