home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 August / NETDisc0897.iso / pc / nettools / mbed / int10t.exe / _SETUP.LIB / readme.txt < prev    next >
Encoding:
Text File  |  1997-02-19  |  6.9 KB  |  182 lines

  1. Interactor 1.0 Release Notes
  2. mBED Software
  3. Monday 3 March 1997
  4.  
  5.  
  6. Included:
  7.  
  8. - List of contacts at mBED Software
  9. - Bugs fixed since 1.0b2
  10. - Bugs fixed since 1.0b1
  11. - List of known bugs
  12.  
  13. -------------------------------------------------
  14. Email contacts at mBED Software:
  15. -------------------------------------------------
  16. support@mbed.com: To get help with installation of
  17. Interactor or the Netscape plug-in or to ask general
  18. questions about the functionality  of Interactor.
  19.  
  20. bugs@mbed.com: To report bugs in Interactor (product
  21. or documentation).
  22.  
  23. info@mbed.com: To request general information about
  24. mBED Software and its products. 
  25.  
  26.  
  27. -------------------------------------------------
  28. Changes since 1.0b2
  29. -------------------------------------------------
  30. - Splash screen added.
  31. - Redraw problem that sometimes occured when 
  32. sublets made visible
  33. - Random crash could occur when selectin mbedlet 
  34. in score view.
  35. - Add SHUTDOWN, ACTIVATE and DEACTIVATE handlers 
  36. to the mbedlet.
  37. - Add clear message to audiostream.
  38. - We've upgraded the players to 1.02. For a list 
  39. of those bug fixes, please see 
  40. http://www.mbed.com/noembed/relnotes.html.
  41. - Redraw glitch when switching effect types while
  42. effect preview is running.
  43. - Property dialog now only draws the name of players
  44. in black.
  45. - Path player only takes visible players
  46. - Mbedlet can be lassoed in score view.
  47. - STARTPOINT and ENDPOINT are written correctly for
  48. path players.
  49. - When changing properties of path in layout view,
  50. the property view is updated correctly.
  51. - Remove LOAD from Audiostream because its not 
  52. loadable.
  53. - Remove PLAY as an action for an effect.
  54. - RealAudio plays correctly in runtime window ...
  55. finally.
  56. - Hierarchical popup menus for property setting. Now 
  57. those menu hierarchies parallel the same hierarchy
  58. in the property dialog.
  59. - Property changes did not propagate from prototype,
  60.  to prototype to player.
  61. - Remove DURATION from the audiostream player.
  62. - Made only scrollable things scrollable.
  63. - Added the CALL action to the mbedlet.
  64. - Clicking outside of the layout window deselects 
  65. everything.
  66. - Correctly deal with spin control updates now. 
  67. We're no longer 1 behind.
  68. - Update sprite's duration when FLIPINTERVAL, 
  69. FLIPTYPE, or data changes.
  70. - Fix window menu to always show open windows.
  71. - Fixes to runtime window code for PARALLEL, 
  72. STARTANGLE and TOTALANGLE.
  73. - Sublets with no data that were postable 
  74. would crash.
  75. - Crash when clearing data of a visible sublet.
  76.  
  77.  
  78. -------------------------------------------------
  79. Changes since 1.0b1
  80. -------------------------------------------------
  81. - Added "From Scratch" wizard that steps you 
  82. through building an mbedlet from scratch.
  83. - Fixed slow drawing bugs.
  84. - SHOW/HIDE EFFECT are "duration events" in the 
  85. score window, so you can change the length of an 
  86. effect directly (and also see how long it is). 
  87. - Added "DROPPEDON" to visible players and MBEDLET. 
  88. - Editing a STRING value in the score or handlers 
  89. shows the previous string in the dialog box for editing.
  90. - You can make prototypes of scores. 
  91. - Added PAUSE to RealAudio streams.
  92. - Fixed a bunch of wierd bugs with editing Handlers 
  93. and stuff on prototypes.
  94. - checkboxes are now square in the property view.
  95. - Fixed a crash when you edit a players name and then 
  96. make a prototype of it. 
  97. - Restore the maximize state of the app across runnings. 
  98. - We correctly handle strings with $ and () in the 
  99. value of a text player.   Always take the value of a 
  100. TEXT player as a literal.
  101. - Write REGPOINT and LOCATION in the correct order.  
  102. Always write the REGPOINT first.
  103. - Rename of KEYPRESSED to KEYPRESS.
  104. - When the type of a button changes, we update the 
  105. ONVALUE and POSTNAME correctly.
  106. - Correctly quote the value field of text player when 
  107. we save to the .mbd file.
  108. - We list appropriate effect directions for the effect 
  109. selected.
  110. - Always default the open .mbd file dialog to the 
  111. directory where the last .mbd was opened.
  112. - Making an instance will correctly rename all references 
  113. to the player when the player is changed (like in 
  114. handlers and scores). Undo works too.
  115. - We correctly detect external changes to the file and 
  116. asked to reload.
  117. - Scroll a player into view when it is selected.
  118. - Multiple player copy and paste.
  119. - Fixed the mysterious bug where your asked to save 
  120. even though you have more than 1 window open on the 
  121. document.
  122. - Score view dosn't throw away plain old MBEDLET UNLOCK's 
  123. (without an effect). They now appear in the correct 
  124. place in the mbedlet.
  125. - We only show the three "curve type" buttons when you 
  126. have a curve selected in the layout view. This stops 
  127. confusion over whether hitting the play button play's the 
  128. curve or the mbedlet.
  129. - The window menu now show's all windows that are open.
  130. - The score and layout view allow group selection with a 
  131. "marquee" (lasoo tool). 
  132. - We now have an alignment toolbar. 
  133. - Pasting players is now undoable.
  134. - If the text player is the same color as the window color, 
  135. then draw it in the window text color.
  136. - When you rename a player in the property view, 
  137. the window title changes correctly.
  138. - When you open a document, any unmodified, unsaved documents 
  139. (from the "new" command) are closed.
  140. - When you select a view from the view menu, if it wasn't at 
  141. the front then it is brought to the front. If it is at the 
  142. front then it is closed. If it is closed then it's opened.
  143. - Better error handling while loading in the mbedlet 
  144. (for syntax errors etc). 
  145. - The delete key will do the same as the delete button in 
  146. the handler view. 
  147. - Property view remembers where it was last opened. 
  148. - Effect view has tooltips.
  149. - Right click in the layout window is the same as right 
  150. click in the player window.
  151. - the curve editor is smarter about the way it redraws 
  152. (in general, the redrawing speed in the layout view is 
  153. significanlty better). 
  154. - drawing optimizations in the player view when you 
  155. select and deselect players. 
  156. - Simply clicking on something in the layout window won't 
  157. ask you to save the document.
  158. - more menu accelerators.
  159. - Mbedlets are written with a LF/CR combination at the 
  160. end of each line so they can be read by Notepad.
  161. - Sublets: Remove DURATION, POSTNAME.
  162. - Sublets: Remove DRAGGABLE, DRAGRECT properties because 
  163. the runtime doesn't support these properties.
  164. - Sublets: Removed Playable tab.
  165. - Add support for drawing multiply nested sublets.
  166.  
  167. -------------------------------------------------
  168. Known Interactor bugs:
  169. -------------------------------------------------
  170. - The BROWSER object does not exist as a receiver
  171.   in the handler window.
  172. - The layout window does not scroll.  Because the
  173.   size of the layout equals the size of the mbedlet,
  174.   the window has no scrollbars.
  175. - Sometimes the resizing of a circular path can get
  176.   "jumpy".
  177. - If you choose to type a bogus player name into
  178.   the property of a path, there is no warning
  179.   generated.
  180. - The curve preview doesn't do autoreverse.
  181.  
  182.