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

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=139;
  8. BoxY.1=10;
  9. BoxX.2=0;
  10. BoxY.2=0;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=360;
  14. BoxH=165;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\variables.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="Variable Definition dialog";
  18. pagedescr="This dialog allows you to define the variable type for a newly created variable.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(496,172,19,25,Style(Norm))),Highlight(Box(496,172,19,25,Style(High))),Select(Box(496,172,19,25,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(127,278,92,25,Style(Norm))),Highlight(Box(127,278,92,25,Style(High))),Select(Box(127,278,92,25,Style(Sel)),Use(textbutton)));
  23. Button(Normal(Box(224,278,92,25,Style(Norm))),Highlight(Box(224,278,92,25,Style(High))),Select(Box(224,278,92,25,Style(Sel)),Use(numericbutton)));
  24. Button(Normal(Box(321,278,92,25,Style(Norm))),Highlight(Box(321,278,92,25,Style(High))),Select(Box(321,278,92,25,Style(Sel)),Use(logicalbutton)));
  25. Button(Normal(Box(418,278,93,25,Style(Norm))),Highlight(Box(418,278,93,25,Style(High))),Select(Box(418,278,93,25,Style(Sel)),Use(cancelbutton)));
  26. Wait();
  27. Sequence:
  28. Use(SetUp);
  29. Use(DrawBox);
  30. Resources:
  31. :infobutton
  32. {
  33. title="Information button";
  34. text[1]="Switches Scala into Help mode. ";
  35. descr=text[1];
  36. block=1;
  37. max=1;
  38. Use(SetPos);
  39. }
  40. :textbutton
  41. {
  42. title="Text";
  43. text[1]="Indicates that you want the variable to be defined as a text variable.";
  44. descr=text[1];
  45. block=1;
  46. max=1;
  47. Use(SetPos);
  48. }
  49. :numericbutton
  50. {
  51. title="Numeric";
  52. text[1]="Indicates that you want the variable to be defined as a numeric integer variable.";
  53. descr=text[1];
  54. block=1;
  55. max=1;
  56. Use(SetPos);
  57. }
  58. :logicalbutton
  59. {
  60. title="Logical";
  61. text[1]="Indicates that you want the variable to be defined as a logical boolean variable.";
  62. descr=text[1];
  63. block=1;
  64. max=1;
  65. Use(SetPos);
  66. }
  67. :cancelbutton
  68. {
  69. title="Cancel";
  70. text[1]="Closes the Variable Definition dialog and returns you to the Branch menu without defining the variable.";
  71. descr=text[1];
  72. block=1;
  73. max=1;
  74. Use(SetPos);
  75. }
  76. }
  77. Resources:
  78. }
  79.