PopUpCommandDoc.tioga
Eric Nickell, May 22, 1986 2:00:00 pm PDT
OVERLOADING THE DOIT BUTTON
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
PopUpCommand
or, A Nice Way to Overload the DoIt Button
Eric Nickell
© Copyright 1986 Xerox Corporation. All rights reserved.
Abstract: Implements a command which provides a pop-up menu allowing the user to select the actual command to execute. Since most users would have little desire to type in n commands, only to mouse select the one they really wished to perform, the application for this command is to provide choice where automated mechanism currently execute a single command — i.e. the ExecHacks DoIt button.
Created by: Eric Nickell
Maintained by: Eric Nickell <Nickell.pasa>
Keywords: ExecHacks, DoIt, CommandTool
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
Command Format
PopUpCommand [-title] cmd1 cmd2 ...
where title and cmd are either single words or quoted strings. Note that bugging outside the block will abort the selection.