home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / splsh2.exe / README.1ST < prev    next >
Text File  |  1995-06-07  |  3KB  |  78 lines

  1. Official Patch for AppWare version 1.22
  2. =======================================
  3.  
  4. IMPORTANT:
  5. ==========
  6. This patch will only work for AppWare version 1.2 and the first patch
  7. for 1.2 which enabled splash screen capability in derivative apps.
  8.  
  9. Overview:
  10. =========
  11. This patch will allow applications produced with appware to incorporate
  12. a splash screen capability.  Through a menu pick in the project menu of 
  13. AppWare, you can bring up a dialog box  which will allow you to load or 
  14. paste in a bitmap which can then be used for the splash screen.  The splash 
  15. screen will appear immediately upon starting the application, and will be 
  16. centered on the screen.  The splash screen will remain until the application 
  17. file is read in, or until a minimum specified time has been reached - 
  18. whichever occurs last.
  19.  
  20. This patch will also allow users to specify if there produced executables
  21. should be limited to only one running instance.  This feature can be selected
  22. through a menu pick in the project menu.  
  23.  
  24. In order to add the above capabilities, you must have both the patched
  25. appware.exe and almkrnl.dll files in your appware/bin directory.  The new
  26. almkrnl.dll can be used with existing applications which were created with
  27. AppWare 1.2.  However, you should not mix and match the new almkrnl.dll
  28. with the old appware.exe, or the old almkrnl.dll with the new appware.exe as 
  29. a crash may result.
  30.  
  31. Installation:
  32. =============
  33. You can run the patch program from either the dos prompt, or from the Run 
  34. option under the File menu in Program Manager.
  35.  
  36. From the DOS prompt:
  37. -------------------
  38. 1.  Insert the patch disk into your drive:
  39.  
  40.  
  41. 2.  Change your current directory to the drive where you inserted the disk.
  42.     For example, if you put the disk in drive A, type a:\ to make a:\ your
  43.     current directory.
  44.  
  45.  
  46. 3.  For the patch to work, you will need to tell the patch program where your
  47.     AppWare files are.  
  48.     
  49.     To do this, run the patch program by typing PATCH followed by the 
  50.     location of your AppWare\bin directory.  
  51.     
  52.     For example, if you have AppWare installed at c:\AppWare and your bin 
  53.     directory is c:\AppWare\bin, you would type PATCH c:\AppWare\bin.
  54.  
  55.  
  56. From Windows:
  57. 1.  Insert the patch disk into your drive:
  58.  
  59. 2.  Select the Run menu option under the File menu in Program Manager.
  60.  
  61.  
  62. 3.  For the patch to work, you will need to tell the patch program where your
  63.     AppWare files are.  
  64.     
  65.     To do this, run the patch program by typing a:\PATCH followed by the 
  66.     location of your AppWare\bin directory into the Command Line box. (Note:
  67.     if your disk is in a different drive than A:, type that drive letter 
  68.     instead of a:).  
  69.     
  70.     For example, if you have AppWare installed at c:\AppWare and your bin 
  71.     directory is c:\AppWare\bin, you would type PATCH c:\AppWare\bin into the
  72.     Command Line box.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.