home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / kolekcje / stanislaw_weslawski / ulubione_share / mcp / docs / bughints < prev    next >
Text File  |  1997-12-12  |  3KB  |  63 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.                If you have activated the MemPatch function of MCP, please
  25.                deactivate this function if you print graphics with
  26.                FinalWriter, because it seems that Finalwriter needs ChipMem
  27.                for this.
  28.  
  29. ArtStudio:   The teamwork between the normal cyclegadget and MCPs Cycle2Menu
  30.              doesn't work. This bug appears, because this program sets the
  31.              active entry always to zero.
  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.  
  42. HDOff:   This program doesn't work, because the OpenLibrary() Patch from MCP
  43.          uses 8 (eight !!!) bytes stack and this isn't available with HDOff.
  44.          Although HDOff opens the dos.library which needs at least 4096 Bytes
  45.          stack it gives only 256 Bytes. Too bad...
  46.          HDOff Version >V1.39 shouldn't have this problem anymore.
  47.  
  48. ADPro:   MCP's Cycle2Menu doesn't work with the Palette window of ADPro. The
  49.          attributes of the cyclegadgets are not made correctly. MCP uses on
  50.          Kick3.x a new function and these function gets false results with
  51.          ADPro.
  52.  
  53. DOpus5:  If you want enable the ChangeWBTitle function from MCP you have to
  54.          type the following lines:
  55.                setenv dopus/WorkbenchTitle "Workbench Screen"
  56.                copy env:dopus/WorkbenchTitle TO envarc:dopus
  57.  
  58.          You have to set the parameters of PatchControl to the following:
  59.          "C:PatchControl DO_LAUNCHER".
  60.          That's because the DOpus function never calls the function from the
  61.          operating system back and therefore the APPChange option doesn't
  62.          work. PatchControl changes the order of the patches to fix this.
  63.