home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / APPBAR41 / RELNOTES.TXT < prev    next >
Text File  |  1994-07-31  |  3KB  |  68 lines

  1. Release Notes of AppBar 4.10 Beta 2
  2.  
  3. AppBar 4.10
  4. ===========
  5.  
  6. New features:
  7. 1. Added support for commandline options "-inifile <inifile>". If this option
  8.    is specified, AppBar will load its settings from <inifile> instead op its
  9.    defualt appbar.ini file in the windows directory. Because AppBar can be
  10.    launched with this option from AppBar itself, AppMore has become obsolete,
  11.    and the development of AppMore has been stopped. AppBar will show
  12.    <inifile> on the StatusBar, if specified.
  13.  
  14. 2. Extended dropfile functionality: Besides the old way, (AppBar starts an instance
  15.    of the button's program on which the files are dropped, for every dropped
  16.    file), AppBar now supports two new ways: starting the program once with
  17.    a list of dropped files as commandline parameters. This list can be space,
  18.    return, or comma delimited. The second new way, is by opening the dropped
  19.    file by DDE. This requires that the button's program is already running,
  20.    otherwise the program is started with the dropped file as commandline
  21.    parameter. Currently, the DDE option only supports one drop file at the
  22.    timme. DDE support is available for MS-Word, MS-Excel, MS-Access,
  23.    MS-FoxPro, MS-Project and CorelDRAW! (I could only test the functionality
  24.    on Word 6.0 and CorelDRAW! 3.0).
  25.  
  26. 3. I read chapter 7 of Petzolds book.
  27.  
  28. 4. Added support for Restricted (mode) option. If this option is enabled,
  29.    many buttons of the system button and the move feature are disabled. This
  30.    option was requested by some of my users to let unexperienced users use
  31.    AppBar.
  32.  
  33. 5. Buttons with Text will display the description field instead of the
  34.    program name, which is still displayed on the StatusBar.
  35.  
  36.  
  37. Fixed Bugs:
  38. 1. Fixed bug with SetStatusBarText() in AppBar_OnMove().
  39. 2. Made AppBar hWndOwner of OkMsgBox() and ErrorMsgBox().
  40. 3. Improved StayInFront functioning (thanks to Bernt Ribbum for noticing).
  41. 4. AppBar will close its helpfile, if active.
  42. 5. Fixed bug with overriding own MessageBoxes.
  43.  
  44.  
  45. AppBar Properties 4.10
  46. ======================
  47.  
  48. New Features:
  49. 1. Quickened the startup, by only loading 10 buttons at start up, the
  50.    others are laoded if needed. 
  51. 2. Added DropMode combobox.
  52. 3. Added support for cmdline option -inifile.
  53. 3. Added menus.
  54. 4. Added support to save and load other inifile supporting the AppBar ini
  55.    file structure.
  56. 5. Added description field.
  57. 6. Redesigned main window, system dialog and sound dialog.
  58. 7. Added Restricted option.
  59.  
  60.  
  61. Fixed bugs:
  62. 1. Fixed bug with overriding messageboxes. 
  63. 2. Help files are closed on exit.
  64.  
  65.  
  66.  
  67.  
  68.