disable default reactors ???

disable default reactors ???

Anonymous
Not applicable
195 Views
2 Replies
Message 1 of 3

disable default reactors ???

Anonymous
Not applicable
Hi there.

I have writen a vb program that edits the attributes in a block.

I am have trouble with trying to overwrite the default AutoCAD function that
is called up when you
double click a block.

I want to double click my block and run my edit program. not AutoCAD's
attedit one can you help please.

I have already tried a reactor program using Vlisp and writing a double
click event
they do work but not on things already assigned an AutoCAD function.

Do you have any Ideas

Thanks

Regards Stuart.
0 Likes
196 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
just undefine the original command

(command "UNDEFINE" "attedit")

(defun c:attedit()
(command "-VBARUN" "module??.????")
)


???=your command-name
0 Likes
Message 3 of 3

Anonymous
Not applicable
dblclkedit
off
--
Bobby C. Jones
http://www.acadx.com
0 Likes