home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 105 / ac105b.adf / mcp121.lzx / MCP / Docs / BUGHints < prev    next >
Text File  |  1994-05-31  |  2KB  |  41 lines

  1.  
  2. If you get incorrect colors with NewGadTools, then please check if you have
  3. used MagicWB-Colors on non-MWB-Screens. Certainly you can select this colors
  4. if you edit the prefs on the WB-Screen, but these colors are not available
  5. on a non-MWB-Screen !!!!
  6.  
  7.  
  8.  
  9. These are incompatibility problems with other programs:
  10.  
  11.  
  12. ReOrg:    Please deactivate the 'NoBootWrite' option in the 'FormatProtect'
  13.           function, because ReOrg will write to the BootBlock of the speci-
  14.           fied device. This will fail if you have activated 'NoBootWrite'
  15.           and the optimisation will fail.
  16.           Some other Commodities which do the same could work (like MultiCX)
  17.           but because they only patch the exec functions they are not so
  18.           effective and slower (because they must compare the calling task
  19.           with the given task).
  20.  
  21. FinalWriter:   Please write the FinalWriter task to the enable patternstring
  22.                for SizeWindow. It's not a bug of MCP...
  23.  
  24. ArtStudio:   The teamwork between the normal cyclegadget and MCPs Cycle2Menu
  25.              doesn't work. This bug appears, because this program set the
  26.              active entry always to zero.
  27.  
  28. CybergraphX:   The Radiobuttons don't get the right color if you have switched
  29.                on the environment variable PLANESTOFAST. The Flood() function
  30.                from the operating system isn't patched from CyberGraphX and
  31.                it doesn't work.
  32.  
  33. Ponder, Aniso:   These two programs from the Aminet change the text in the
  34.                  buttons which are patched from NewGadTools. Because it's not
  35.                  possible to change the text in a button without reopen them,
  36.                  both programs pokes the new text over the old text and call
  37.                  the RefreshWindow() function from the operating system.
  38.                  It's impossible to update the text on refresh, because MCP
  39.                  uses an own BOOPSI-class and this class can only change the
  40.                  text if the program uses the operating system.
  41.