Message 1 of 7
vlr-object-reactor (element modification)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I want to get entity an element on which I made a double-click. I suspect that I have to use the rector 'VLR-Object-Reactor' in combination with ': VLR-MODIFIED'. I tried something below, but I don't mean. Can someone help me how to do it. My English is not very good to seek efficiently in help, hence this request
(defun Reacto ()
(if (= *EndReacto* nil)
(vlr-object-reactor nil '((:vlr-modified . GetHandent)))
)
)
(Reacto)
(defun GetHandent (A)
(setq dadas 1)
)
Jerzy