Close this Window Print this Article EasyCopy
Remove buttons and menu commands from EasyCopy


You can remove buttons and menu commands from EasyCopy's graphical user interface by editing the X resource file that defines the layout of the user interface. If the label of the button or command is an empty string the item will disappear.

The resource file is placed in your easycopy directory (where you have installed EasyCopy) and is called Ecx.

Example:

Remove the Printers... command from the File menu.

  1. Open Ecx in a text editor.

  2. Locate the definition of the command:

    Ecx*printersButton.labelString: Printers ...

  3. Change this line into a comment:

    ! Ecx*printersButton.labelString: Printers ...

  4. Add a new line that redefines the label:

    Ecx*printersButton.labelString:

  5. Save the update Ecx ressource file


Copyright © 1995-2005, AGI (autoGraph international). All rights reserved. www.augrin.com