home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / twitcher / !Twitcher / !SetUp < prev    next >
Text File  |  1997-05-23  |  2KB  |  56 lines

  1. | > !Twitcher.!Setup
  2. |
  3. | Below are the options for Twitcher.
  4. |
  5. | What application to start when the user clicks on Display help.
  6. | Could be a file. Whatever it is, it is *Filer_Runned 
  7.  
  8. Set Twitcher$HelpApp Resources:$.Apps.!Help
  9.  
  10. | Should Twitcher move the icon bar, to the top od the window stack,
  11. | when the mouse gets to bottom of the desktop.  -1 = YES   0 = NO
  12.  
  13. Set Twitcher$IconBarToggle "0"
  14.  
  15. | Should Twitcher ask for confirmation when the desktop is shutdown.
  16. | -1 = YES   0 = NO
  17.  
  18. Set Twitcher$QuestionEnd "0"
  19.  
  20. |  MOUSE CLICKS
  21. |  ============
  22. |
  23. | There are 6 internal commands.
  24. |
  25. |    ic_toggle  - Toggles the icon bar from front to back
  26. |    open_menu  - Opens up Twitcher's alternative menu.
  27. |    pass_on    - Passes on the mouse click to the Taskmanager so that
  28. |                 the normal action can be used
  29. |    button1    - passes on an ADJUST click to the Taskmanager 
  30. |    button2    - passes on an MENU click to the Taskmanager
  31. |    button4    - passes on an SELECT click to the Taskmanager 
  32. |
  33. | They are case sensitive and if a command is not recognised then it
  34. | is assumed to be a star command and is sent to the command line.
  35. |
  36. | Adjust click is : Twitcher$Button_1
  37. | Menu click is   : Twitcher$Button_2
  38. | Select click is : Twitcher$Button_4
  39.  
  40. Set Twitcher$Button_1 ic_toggle
  41. Set Twitcher$Button_2 open_menu
  42. Set Twitcher$Button_4 pass_on
  43.  
  44. | Below are the star commands to be issused when an item is dragged on
  45. | to the Twitcher icon. They are all star commands. %%*0 is used in
  46. | place of the file name of the item.
  47.  
  48. Set Twitcher$Command_c85 "ADFS::4.$.Utilities.!ChangeFSI.ChangeFSI -wimp %%*0"
  49. Set Twitcher$Command_FF9  "Iconsprites %%*0"
  50. Set Twitcher$Command_1000 "Filer_OpenDir %%*0"
  51. Set Twitcher$Command_2000 "Filer_OpenDir %%*0"
  52.  
  53. | Star command to be executed if no other command is found.
  54. |
  55. Set Twitcher$Command_None "Error No command has been defined for files of this type when dragged on the Twitcher icon."
  56.