TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: velasquez on February 15, 2019, 02:50:52 PM

Title: "Add Cancel"
Post by: velasquez on February 15, 2019, 02:50:52 PM
The event "Add Cancel" works but nothing that the request then runs.
Code: [Select]
(defun ^C^Cc:dc_MainMenu/cBarMax/Blutop#OnClicked (/)
  (alert "Cancel OK")
)
Has anyone experienced this problem yet?
Title: Re: "Add Cancel"
Post by: roy_043 on February 16, 2019, 11:07:15 AM
See here:
http://opendcl.com/forum/index.php?topic=2647.msg13119
Title: Re: "Add Cancel"
Post by: velasquez on February 18, 2019, 08:04:44 AM
See here:
http://opendcl.com/forum/index.php?topic=2647.msg13119

Thanks Roy