Initial commit
[amiga/OpenBoopsi.git] / BUGS
1 Known bugs in the provided classes
2 ==================================
3
4  Common:
5
6  - Some of the demo programs will exit silently when they fail
7    to open any of the required classes. In this case you must
8    copy them to your SYS:Classes/[images|gadgets]/ directory
9    in order to avoid the problem. You can also solve this
10    problem by adding The dist/classes directory to the LIBS:
11    multi-assign:
12    
13      > Assign LIBS: dist/classes/ ADD
14
15    When you are done, you can cleanup by typing:
16    
17      > Assign LIBS: dist/classes/ REMOVE
18
19
20
21  ListViewClass specific:
22
23  - The clipping mode appears to work well with the original
24    layers routines and also with CyberGraphX's "SUPERLAYERS"
25    option. When using Picasso 96, the clipped window will
26    draw incorrectly and scrolling will sometimes hang the system.
27
28  - In some cases the clipped listview with big font size calls
29    Text() with a slightly negative Y coordinate in the RastPort.
30    This shows a OS bug which corrupts the item displayed on the
31    top of the list. This problem would need further investigation.
32    It happens on AGA, CyberGraphX and Picasso96.
33
34
35 Known bugs in Intuition's builtin classes
36 =========================================
37
38  TODO