Add Cancel

Started by velasquez, February 11, 2019, 12:28:33 PM

Previous topic - Next topic

velasquez

69/5000
The "Add Cancel" option works but nothing that the request then runs.


(defun ^C^Cc:dc_MainMenu/cBarMax/Blutop#OnClicked (/)
  (alert "Cancel OK")
)

velasquez

Please someone has an answer to this problem?

roy_043

You should not add '^C^C' to the function name. '^C^C' should be added in the 'AutoLISP Function to Call On Event' box. Using the 'Add Cancel' button will do this for you.

velasquez

Quote from: roy_043 on February 16, 2019, 08:05:10 AM
You should not add '^C^C' to the function name. '^C^C' should be added in the 'AutoLISP Function to Call On Event' box. Using the 'Add Cancel' button will do this for you.

Many thanks Roy
Everything worked well now.