Started by velasquez ·
2019-02-11 20:28 UTC ·
3 replies · SMF topic #2647
velasquez
2019-02-11 20:28 UTC
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
2019-02-15 12:12 UTC
Please someone has an answer to this problem?
roy_043
2019-02-16 16:05 UTC
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
2019-02-18 13:21 UTC
author=roy_043 link=topic=2647.msg13119#msg13119 date=1550333110 wrote:
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.