Hello,
Is it strongly required to define functions on events as commands? I mean to define function as (defun c:xxx () (princ))
Question is for my interest at the moment, not for a task.
Yes, event handlers MUST be commands, ie C:blablaBla
Hi, Vaidas, yes otherwise it won't work. I had a quick test with your sample. I have cutted the prefix c: from the events in lsp and odcl. No event worked anymore. But there are exceptions. Please have a look here (http://www.opendcl.com/forum/index.php?topic=1081.msg5677#msg5677).
Fred
Thanks Fred, I did the same and asked when not worked. Not a problem, just testing.
As newcomer, I will let you know about me from time to time :)