• progeCAD in French Language
  • progeCAD in Spanish Language
  • progeCAD in English Language

action

action

action = "(string)";


Execute this LISP function.


This attribute is a callback that executes a LISP function when the user clicks a given tile.

For string, specify the name of a LISP function.

Example

action = "(function)";

NOTE

    • Note that the tile action, known as a callback function, is more usually specified by the controlling program using the action_tile function. If an action is defined by the calling program, the DCL-specifed action is ignored.
    • The action attribute cannot call an SDS function.
    • A tile can have only one action assigned to it, and action_tile overrides action if assigned by the program.
    • Do not include the sds_command function in the action function.

Valid Tiles

button

popup_list

edit_box

multi_edit_box

radio_button

image_button

slider

list_box

toggle

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes

Programming Overview of LISP (LISt Processing) Language

 
DWG is the native file format for Autodesk AutoCAD®. Autodesk and AutoCAD are registered trademarks or trademarks of Autodesk, Inc. in the USA and/or other countries. progeSOFT and progeCAD are registered trademarks or trademarks of progeCAD s.r.l. in the USA and/or other countries.