; Install script for NList.mcc, NListview.mcc, NFloattext.mcc, NListviews.mcp ; ; Copyright by Gilles Masson, 1998 (message "\nNList / NListview / NFloattext\n" "Custom classes for MUI\n" "© Gilles Masson, 1998\n\n" "This script will install only\n" "NList.mcc, NListview.mcc, NFloattext.mcc\n" "and NListviews.mcp classes files.\n\n" "You'll have to install other files by hand\n" "if you need them.\n\n" "They should work with MUI 3.6+\n" "and V37+ (OS2.x or more).\n" ) (copylib (prompt #prompt_copy "\n\nNList.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NList.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNListview.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NListview.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNFloattext.mcc" ) (help @copylib-help) (confirm "average") (source "libs/mui/NFloattext.mcc") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (copylib (prompt #prompt_copy "\n\nNListviews.mcp" ) (help @copylib-help) (confirm "average") (source "libs/mui/NListviews.mcp") (dest "MUI:Libs/MUI") (optional "oknodelete" "force") ) (message "\n !!! IMPORTANT !!!\n" "\n" "\nSome important changes exist in the way NListviews" "\nsave the prefs since NList0.85." "\nBecause of that it's better to start general MUI" "\nprefs, then go to NListviews, control all is ok" "\nand click on 'Default All Keys' in keys pref, then" "\nsave." "\nGoing in MUI prefs, then in NListviews and save" "\nshould probably be done for all programs using" "\nNList, at least test that for any program with" "\nwhich you find some problem." ) (message "\nYou can use the NList Floattext.mui replacement\n" "which permit to do copy to clipboard. You have to\n" "install it by hand (save the originalclass !).\n\n" "\n" "\n" "Note for programmers :\n\n\n" "Remember that you *HAVE TO* send me a copy of your\n" "commercial product or a registered key of your\n" "shareware product if it use NList or any 3rd party\n" "program or class which use it.\n" ) (exit (quiet) )