Home » Archimedes archive » Archimedes World » AW-1995-01-Disc2.adf » Disk2Jan95 » !AWJan95/Goodies/Event/Docs/!BUGS130

!AWJan95/Goodies/Event/Docs/!BUGS130

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1995-01-Disc2.adf » Disk2Jan95
Filename: !AWJan95/Goodies/Event/Docs/!BUGS130
Read OK:
File size: 0465 bytes
Load address: 0000
Exec address: 0000
File contents


      The EvntShell BUGLIST V1.30
    
      - PROCshell_DrawRenderFile is not working correctly when the file
        contains fonted lines or outline fonts (in some cases). Colours
        are not rendered correctly in 16 colour modes. WORKAROUND -    
        None, although I am trying to get hold of better code.
    
      - The routines for correcting the auto redraw window flag (used
        by PROCshell_AttachUserRedraw) is not working, causing a 'not a
        heap block' error. WORKAROUND - Ensure the window flag is set  
        appropriately using a template editor (i.e. 'Auto-Redraw' must 
        be off)
    
      - FNshell_PrinterOnLine is not working on systems that have
        Computer Concepts' Turbo Driver lead attached when the         
        TurboSupport module is not loaded. WORKAROUND - Ensure that the
        TurboSupport module is loaded by your system boot file.
    
      - Scrolling a window which has panes attached can cause the pane
        to flicker. Actually the library should check if the pane is
        already on top and not open it again if it is. WORKAROUND - None
00000000  0a 0a 0a 20 20 20 20 20  20 54 68 65 20 45 76 6e  |...      The Evn|
00000010  74 53 68 65 6c 6c 20 42  55 47 4c 49 53 54 20 56  |tShell BUGLIST V|
00000020  31 2e 33 30 0a 20 20 20  20 0a 20 20 20 20 20 20  |1.30.    .      |
00000030  2d 20 50 52 4f 43 73 68  65 6c 6c 5f 44 72 61 77  |- PROCshell_Draw|
00000040  52 65 6e 64 65 72 46 69  6c 65 20 69 73 20 6e 6f  |RenderFile is no|
00000050  74 20 77 6f 72 6b 69 6e  67 20 63 6f 72 72 65 63  |t working correc|
00000060  74 6c 79 20 77 68 65 6e  20 74 68 65 20 66 69 6c  |tly when the fil|
00000070  65 0a 20 20 20 20 20 20  20 20 63 6f 6e 74 61 69  |e.        contai|
00000080  6e 73 20 66 6f 6e 74 65  64 20 6c 69 6e 65 73 20  |ns fonted lines |
00000090  6f 72 20 6f 75 74 6c 69  6e 65 20 66 6f 6e 74 73  |or outline fonts|
000000a0  20 28 69 6e 20 73 6f 6d  65 20 63 61 73 65 73 29  | (in some cases)|
000000b0  2e 20 43 6f 6c 6f 75 72  73 0a 20 20 20 20 20 20  |. Colours.      |
000000c0  20 20 61 72 65 20 6e 6f  74 20 72 65 6e 64 65 72  |  are not render|
000000d0  65 64 20 63 6f 72 72 65  63 74 6c 79 20 69 6e 20  |ed correctly in |
000000e0  31 36 20 63 6f 6c 6f 75  72 20 6d 6f 64 65 73 2e  |16 colour modes.|
000000f0  20 57 4f 52 4b 41 52 4f  55 4e 44 20 2d 20 20 20  | WORKAROUND -   |
00000100  20 0a 20 20 20 20 20 20  20 20 4e 6f 6e 65 2c 20  | .        None, |
00000110  61 6c 74 68 6f 75 67 68  20 49 20 61 6d 20 74 72  |although I am tr|
00000120  79 69 6e 67 20 74 6f 20  67 65 74 20 68 6f 6c 64  |ying to get hold|
00000130  20 6f 66 20 62 65 74 74  65 72 20 63 6f 64 65 2e  | of better code.|
00000140  0a 20 20 20 20 0a 20 20  20 20 20 20 2d 20 54 68  |.    .      - Th|
00000150  65 20 72 6f 75 74 69 6e  65 73 20 66 6f 72 20 63  |e routines for c|
00000160  6f 72 72 65 63 74 69 6e  67 20 74 68 65 20 61 75  |orrecting the au|
00000170  74 6f 20 72 65 64 72 61  77 20 77 69 6e 64 6f 77  |to redraw window|
00000180  20 66 6c 61 67 20 28 75  73 65 64 0a 20 20 20 20  | flag (used.    |
00000190  20 20 20 20 62 79 20 50  52 4f 43 73 68 65 6c 6c  |    by PROCshell|
000001a0  5f 41 74 74 61 63 68 55  73 65 72 52 65 64 72 61  |_AttachUserRedra|
000001b0  77 29 20 69 73 20 6e 6f  74 20 77 6f 72 6b 69 6e  |w) is not workin|
000001c0  67 2c 20 63 61 75 73 69  6e 67 20 61 20 27 6e 6f  |g, causing a 'no|
000001d0  74 20 61 0a 20 20 20 20  20 20 20 20 68 65 61 70  |t a.        heap|
000001e0  20 62 6c 6f 63 6b 27 20  65 72 72 6f 72 2e 20 57  | block' error. W|
000001f0  4f 52 4b 41 52 4f 55 4e  44 20 2d 20 45 6e 73 75  |ORKAROUND - Ensu|
00000200  72 65 20 74 68 65 20 77  69 6e 64 6f 77 20 66 6c  |re the window fl|
00000210  61 67 20 69 73 20 73 65  74 20 20 0a 20 20 20 20  |ag is set  .    |
00000220  20 20 20 20 61 70 70 72  6f 70 72 69 61 74 65 6c  |    appropriatel|
00000230  79 20 75 73 69 6e 67 20  61 20 74 65 6d 70 6c 61  |y using a templa|
00000240  74 65 20 65 64 69 74 6f  72 20 28 69 2e 65 2e 20  |te editor (i.e. |
00000250  27 41 75 74 6f 2d 52 65  64 72 61 77 27 20 6d 75  |'Auto-Redraw' mu|
00000260  73 74 20 0a 20 20 20 20  20 20 20 20 62 65 20 6f  |st .        be o|
00000270  66 66 29 0a 20 20 20 20  0a 20 20 20 20 20 20 2d  |ff).    .      -|
00000280  20 46 4e 73 68 65 6c 6c  5f 50 72 69 6e 74 65 72  | FNshell_Printer|
00000290  4f 6e 4c 69 6e 65 20 69  73 20 6e 6f 74 20 77 6f  |OnLine is not wo|
000002a0  72 6b 69 6e 67 20 6f 6e  20 73 79 73 74 65 6d 73  |rking on systems|
000002b0  20 74 68 61 74 20 68 61  76 65 0a 20 20 20 20 20  | that have.     |
000002c0  20 20 20 43 6f 6d 70 75  74 65 72 20 43 6f 6e 63  |   Computer Conc|
000002d0  65 70 74 73 27 20 54 75  72 62 6f 20 44 72 69 76  |epts' Turbo Driv|
000002e0  65 72 20 6c 65 61 64 20  61 74 74 61 63 68 65 64  |er lead attached|
000002f0  20 77 68 65 6e 20 74 68  65 20 20 20 20 20 20 20  | when the       |
00000300  20 20 0a 20 20 20 20 20  20 20 20 54 75 72 62 6f  |  .        Turbo|
00000310  53 75 70 70 6f 72 74 20  6d 6f 64 75 6c 65 20 69  |Support module i|
00000320  73 20 6e 6f 74 20 6c 6f  61 64 65 64 2e 20 57 4f  |s not loaded. WO|
00000330  52 4b 41 52 4f 55 4e 44  20 2d 20 45 6e 73 75 72  |RKAROUND - Ensur|
00000340  65 20 74 68 61 74 20 74  68 65 0a 20 20 20 20 20  |e that the.     |
00000350  20 20 20 54 75 72 62 6f  53 75 70 70 6f 72 74 20  |   TurboSupport |
00000360  6d 6f 64 75 6c 65 20 69  73 20 6c 6f 61 64 65 64  |module is loaded|
00000370  20 62 79 20 79 6f 75 72  20 73 79 73 74 65 6d 20  | by your system |
00000380  62 6f 6f 74 20 66 69 6c  65 2e 0a 20 20 20 20 0a  |boot file..    .|
00000390  20 20 20 20 20 20 2d 20  53 63 72 6f 6c 6c 69 6e  |      - Scrollin|
000003a0  67 20 61 20 77 69 6e 64  6f 77 20 77 68 69 63 68  |g a window which|
000003b0  20 68 61 73 20 70 61 6e  65 73 20 61 74 74 61 63  | has panes attac|
000003c0  68 65 64 20 63 61 6e 20  63 61 75 73 65 20 74 68  |hed can cause th|
000003d0  65 20 70 61 6e 65 0a 20  20 20 20 20 20 20 20 74  |e pane.        t|
000003e0  6f 20 66 6c 69 63 6b 65  72 2e 20 41 63 74 75 61  |o flicker. Actua|
000003f0  6c 6c 79 20 74 68 65 20  6c 69 62 72 61 72 79 20  |lly the library |
00000400  73 68 6f 75 6c 64 20 63  68 65 63 6b 20 69 66 20  |should check if |
00000410  74 68 65 20 70 61 6e 65  20 69 73 0a 20 20 20 20  |the pane is.    |
00000420  20 20 20 20 61 6c 72 65  61 64 79 20 6f 6e 20 74  |    already on t|
00000430  6f 70 20 61 6e 64 20 6e  6f 74 20 6f 70 65 6e 20  |op and not open |
00000440  69 74 20 61 67 61 69 6e  20 69 66 20 69 74 20 69  |it again if it i|
00000450  73 2e 20 57 4f 52 4b 41  52 4f 55 4e 44 20 2d 20  |s. WORKAROUND - |
00000460  4e 6f 6e 65 0a                                    |None.|
00000465