home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / eventshel1 / Docs / !BUGS130 < prev    next >
Encoding:
Text File  |  1994-02-07  |  1.1 KB  |  25 lines

  1.  
  2.  
  3.  
  4.       The EvntShell BUGLIST V1.30
  5.     
  6.       - PROCshell_DrawRenderFile is not working correctly when the file
  7.         contains fonted lines or outline fonts (in some cases). Colours
  8.         are not rendered correctly in 16 colour modes. WORKAROUND -    
  9.         None, although I am trying to get hold of better code.
  10.     
  11.       - The routines for correcting the auto redraw window flag (used
  12.         by PROCshell_AttachUserRedraw) is not working, causing a 'not a
  13.         heap block' error. WORKAROUND - Ensure the window flag is set  
  14.         appropriately using a template editor (i.e. 'Auto-Redraw' must 
  15.         be off)
  16.     
  17.       - FNshell_PrinterOnLine is not working on systems that have
  18.         Computer Concepts' Turbo Driver lead attached when the         
  19.         TurboSupport module is not loaded. WORKAROUND - Ensure that the
  20.         TurboSupport module is loaded by your system boot file.
  21.     
  22.       - Scrolling a window which has panes attached can cause the pane
  23.         to flicker. Actually the library should check if the pane is
  24.         already on top and not open it again if it is. WORKAROUND - None
  25.