home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / HELP / QAB1.SCA < prev    next >
Text File  |  1996-05-14  |  3KB  |  108 lines

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=220;
  8. BoxY.1=5;
  9. BoxX.2=0;
  10. BoxY.2=0;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=380;
  14. BoxH=160;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\qab.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="Configure Quick Access Buttons";
  18. pagedescr="Lets you create, edit, or delete a quick-access button. Before Shift-clicking on a button to do any of these things, verify that the dialog displays the intended path before proceeding.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(460,168,19,25,Style(Norm))),Highlight(Box(460,168,19,25,Style(High))),Select(Box(460,168,19,25,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(180,198,295,25,Style(Norm))),Highlight(Box(180,198,295,25,Style(High))),Select(Box(180,198,295,25,Style(Sel)),Use(nametext)));
  23. Button(Normal(Box(180,226,295,25,Style(Norm))),Highlight(Box(180,226,295,25,Style(High))),Select(Box(180,226,295,25,Style(Sel)),Use(pathtext)));
  24. Button(Normal(Box(180,254,136,25,Style(Norm))),Highlight(Box(180,254,136,25,Style(High))),Select(Box(180,254,136,25,Style(Sel)),Use(global)));
  25. Button(Normal(Box(321,254,154,26,Style(Norm))),Highlight(Box(321,254,154,26,Style(High))),Select(Box(321,254,154,26,Style(Sel)),Use(colors)));
  26. Button(Normal(Box(180,282,95,25,Style(Norm))),Highlight(Box(180,282,95,25,Style(High))),Select(Box(180,282,95,25,Style(Sel)),Use(deletebutton)));
  27. Button(Normal(Box(278,282,97,25,Style(Norm))),Highlight(Box(278,282,97,25,Style(High))),Select(Box(278,282,97,25,Style(Sel)),Use(okbutton)));
  28. Button(Normal(Box(378,282,97,25,Style(Norm))),Highlight(Box(378,282,97,25,Style(High))),Select(Box(378,282,97,25,Style(Sel)),Use(cancelbutton)));
  29. Wait();
  30. Sequence:
  31. Use(SetUp);
  32. Use(DrawBox);
  33. Resources:
  34. :infobutton
  35. {
  36. title="Information button";
  37. text[1]="Switches Scala into Help mode. ";
  38. descr=text[1];
  39. block=1;
  40. max=1;
  41. Use(SetPos);
  42. }
  43. :nametext
  44. {
  45. title="Name>";
  46. text[1]="The name that appears on the button desired. The name does not have to match the actual directory name, and can be any length that physically fits on the button. You can edit the contents of the Name text box.";
  47. descr=text[1];
  48. block=1;
  49. max=1;
  50. Use(SetPos);
  51. }
  52. :pathtext
  53. {
  54. title="Path>";
  55. text[1]="Shows the path to which the button currently leads, or will lead if you are creating a button. You can edit the contents of the Path text box if necessary.";descr=text[1];
  56. block=1;
  57. max=1;
  58. Use(SetPos);
  59. }
  60. :global
  61. {
  62. title="Global?";
  63. text[1]="When on, this button appears in every File menu. When off, this button only appears in this File menu or one like it (an Import File menu, for example).";
  64. descr=text[1];
  65. block=1;
  66. max=1;
  67. Use(SetPos);
  68. }
  69. :colors
  70. {
  71. title="Color buttons";
  72. text[1]="Click on a color button to make the button that color.";
  73. descr=text[1];
  74. block=1;
  75. max=1;
  76. Use(SetPos);
  77. }
  78. :deletebutton
  79. {
  80. title="Delete";
  81. text[1]="Deletes this button and returns to the File menu. If Global? is on, deletes the button from all File menus.";
  82. descr=text[1];
  83. block=1;
  84. max=1;
  85. Use(SetPos);
  86. }
  87. :okbutton
  88. {
  89. title="OK";
  90. text[1]="Accepts the changes you have made and returns to the File menu.";
  91. descr=text[1];
  92. block=1;
  93. max=1;
  94. Use(SetPos);
  95. }
  96. :cancelbutton
  97. {
  98. title="Cancel";
  99. text[1]="Returns to the File menu without making any changes.";
  100. descr=text[1];
  101. block=1;
  102. max=1;
  103. Use(SetPos);
  104. }
  105. }
  106. Resources:
  107. }
  108.