action_tile


(action_tile  dclKey  expression)

This function defines the Lisp expression string to be evaluated for a DCL dialog tile, specified by the dclKey string.

Arguments

dclKey  the "key" string of the DCL dialog tile, as specified in the DCL dialog definition

expression  a string with a Lisp expression, defines the code to be evaluated when the DCL dialog tile dclKey is trigged or clicked

Return

always T

Example

(action_tile "ed_box_1" "(setq res (doHandleKey $KEY))")  calls the (doHandleKey) function to process editing the "ed_box_1", passed as default argument $KEY

Remarks




©  Bricsys NV. All rights reserved.