home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / x_tools1.sit / X-Tools1.1 / card_4846.txt < prev    next >
Text File  |  1988-01-27  |  4KB  |  166 lines

  1. -- card: 4846 from stack: in.1
  2. -- bmap block id: 5137
  3. -- flags: 0000
  4. -- background id: 4225
  5. -- name: dolist1
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=347 top=180 right=202 bottom=462
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: result
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=76 top=130 right=152 bottom=176
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Mode 1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   put card field list into theList
  37.   DoList 999,theList,dis
  38.   get the result
  39.   put it into card field result
  40.   put item 1 of it into card field numItems
  41.   put item 2 of it into card field item1
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 8003
  49. -- rect: left=202 top=130 right=152 bottom=302
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Mode 2
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   put card field list into theList
  61.   DoList "Select","Cancel",theList,one
  62.   get the result
  63.   put it into card field result
  64.   put item 1 of it into card field numItems
  65.   put item 2 of it into card field item1
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: 8003
  73. -- rect: left=330 top=130 right=152 bottom=430
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Mode 3
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   put card field list into theList
  85.   DoList "Select","Cancel",theList,one,20,156
  86.   get the result
  87.   put it into card field result
  88.   put item 1 of it into card field numItems
  89.   put item 2 of it into card field item1
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 7 (field)
  95. -- low flags: 01
  96. -- high flags: 2002
  97. -- rect: left=347 top=212 right=234 bottom=462
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 3
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: numItems
  106.  
  107.  
  108. -- part 8 (field)
  109. -- low flags: 01
  110. -- high flags: 2002
  111. -- rect: left=347 top=244 right=266 bottom=462
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 0
  115. -- font id: 3
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Item1
  120.  
  121.  
  122. -- part 9 (field)
  123. -- low flags: 01
  124. -- high flags: 0002
  125. -- rect: left=33 top=180 right=277 bottom=202
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 0
  129. -- font id: 3
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: list
  134.  
  135.  
  136. -- part contents for background part 5
  137. ----- text -----
  138. Mode Examples:
  139.   These buttons contain scripts that are examples of each mode of the DoList command. They each use the same list, which is below. This stack contains a dialog resource, which is used in Mode 1. Note the differences in appearance between each mode.
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. -- part contents for card part 9
  153. ----- text -----
  154. Zebra,Elephant,Squirrel,Horse,Fox,Chicken,Cow,Roadrunner,Rabbit,Cobra,Beaver,Frog,Deer,Spider
  155.  
  156. -- part contents for card part 1
  157. ----- text -----
  158. 1,Chicken
  159.  
  160. -- part contents for card part 7
  161. ----- text -----
  162. 1
  163.  
  164. -- part contents for card part 8
  165. ----- text -----
  166. Chicken