home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / SYSTEM / XAAES936 / DOCS / XAAES.ERR < prev   
Text File  |  2000-12-14  |  4KB  |  124 lines

  1. XaAES known errors:
  2.  
  3. july 23
  4.  
  5. - Desk menu:
  6.     The submenu is attache/detached asymmetrically.
  7.     The submenu is collapsed 1 level too deep.
  8.   |
  9.   ---- partly repaired.
  10.  
  11. - Keyboard:
  12.   Somewhere between MiNT, XaAES and the APP, key strokes disappear.
  13.   I think the moose spents too much time.
  14.   |
  15.   ---- partly repaired in v0.9
  16.  
  17. - appl_control:
  18.     Still missing. :-)
  19.  
  20. - objc_sysvar:
  21.     Set functions missing.
  22.  
  23. - It looks like ACC's are not terminating correctly at shutdown.
  24.     (NVDI reports 'incorrect pointer for Free' a couple of times)
  25.     I can imagine that this happens when the physical workstation is
  26.     closed and the ACC's (who are gone) didnt close there virtual
  27.     workstations.
  28.   |
  29.   ---- Some of the above problems were solved when I found correct mint
  30.        bindings for Pure C.
  31.  
  32. september 12
  33.  
  34. - objc_change still not good. Must distinguish between menu and other
  35.   trees. You can read more about this topic in the history.
  36.   search for the strings: tmplen, objc_change.
  37.  
  38. - Accessories are getting far too much memory it seems.
  39.   I have no idee why.  Mshrink is done in the XaAES kernel.
  40.   Wrong ownership?
  41.   |
  42.   ---- Repaired in v0.9: use Pexec(106, ...)
  43.  
  44. september 26
  45.  
  46. - XaAES is incapable of combining events.
  47.   But at least WM_TOPPED is sent now when clicked on a non top workarea.
  48.   This also means that background clicking of Thing is now gone.
  49.  
  50. - The menu bar switching is still a big mess, I tried to improve it,
  51.   but without much success. This needs patience and motivation and ample
  52.   time. :-) Later.
  53.   |
  54.   ---- Almost completely repaired in v0.9
  55.  
  56. - There is a strange error in the moose which prevents mouse up events from
  57.   being reported.
  58.   This must have been there for a very long time, because the kernel
  59.   contains very strange code to compensate this, without much success.
  60.   |
  61.   ---- Repaired in v0.9
  62.  
  63. - There is still a slight problem concerning moving of windows having the
  64.   new windowed listboxes in them, namely: fileselector, taskmanager
  65.   & system(alert) window.
  66.   So I disabled moving them. 
  67.   Reason: No relative window positioning as for objects.
  68.   This will be repaired later.
  69.   |
  70.   ---- Repaired in v0.805
  71.  
  72. - Falcons and the -fvideo parameter when XaAES is run from
  73.   mint.cnf or a commandline shell and no AES already active.
  74.   Open physical workstation using this parameter in workin[0] does not
  75.   work. I dont know why, and I dont know how it should be done.
  76.   I have no Falcon and no doc's about it.
  77.  
  78.   Run MiNT with the ROM AES in the resolution you want, then start XaAES
  79.   from the desktop. That will work.
  80.   |
  81.   ---- Repaired in v0.904
  82.  
  83. - There is a problem with the fileselector and programs writing to
  84.   the screen in background windows. Famous example: lines.app :-)
  85.   |
  86.   ---- Repaired in v0.9
  87.  
  88. - Things desktop isnt always redrawn.
  89.   Topping one of things windows mostly cures it.
  90.   This will be repaired as soon as possible.
  91.   |
  92.   ---- Repaired in v0.9
  93.  
  94. - Colour icons are displayed incorrect in high/true colour.
  95.   This will be repaired later.
  96.  
  97. - The focus handling is better than ever, but still not perfect.
  98.   This is mostly the case when acc's and app's without menu bar are
  99.   involved.
  100.  
  101. - The use of vq_mouse together with the moose sporadicly leads to a button
  102.   up reported although the button is not released.
  103.   Note! I speak of the result of the vq_mouse call.
  104.  
  105.   This could be caused by the fact that both use the VBL queue.  ???
  106.  
  107. - Under very rare conditions XaAES crashes when closing TosWin2 (>= 2.5)
  108.   console window via the closer widget.
  109.  
  110. - Shutdown is not a real and proper shutdown.
  111.   It only sends sigterm or sigkill to the clients and then quits.
  112.  
  113. - Iconified windows do not reuse free positions.
  114.  
  115. - The placement of submenu's can be more intelligent then it is now.
  116.   (Avoid overlap of the outer menu while keeping it inside the screen).
  117.  
  118. - If you start XaAES alone, no desk, no acc's, no run, the moose behaves
  119.   strange and doesnt work at all.
  120.   Have at least 1 acc, it doesnt matter which one.
  121.   This could be related to the (long existing) mouse kludge, which closes
  122.   and reopens the moose everytime a client is started.
  123.  
  124.