<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
<title>COMMAND AND MOUSE REACTOR</title>
<link>http://www.zwsoft.com/forum/viewthread.php?tid=2431</link>
<description>Hai

Command and Mouse reactor in autolisp not working in ZWCAD. Even sample code given in the help also have not work.

Please give me the workable code with user guideline for how to run and test it.</description>
<author>sathiyanathan</author>
<pubDate>2012-09-13 15:20:17</pubDate>
<item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2431&amp;pid=15987</link>
<description>Hai Seav735587 

         Excellent job, It's work fine. Thanks.....</description>
<author>sathiyanathan</author>
<pubDate>2012-09-15 11:26:24</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2431&amp;pid=15981</link>
<description>; This code runs once after loading 

(if (not $vlrloaded)
  (progn
     (defun CmdEndFun (robj cmd)
       (princ &quot;\nCmdEndFun ! :&quot;)
       (princ cmd)
     )
     (defun RClickFun (robj plist)
       (princ &quot;\nRClick !&quot;)
     )
     (defun CleanReactors (robj plist)
       (vlr-remove-all)
     )

     (vl-load-com)
     (vlr-remove-all)
     (vlr-command-reactor nil (list (cons :vlr-commandEnded 'CmdEndFun)))
     (vlr-mouse-reactor nil (list (cons :vlr-beginRightClick 'RClickFun)))
     (vlr-dwg-reactor nil (list (cons :vlr-beginClose 'CleanReactors)))
     (setq $vlrloaded T)
  )
)</description>
<author>seav735587</author>
<pubDate>2012-09-14 17:28:43</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2431&amp;pid=15978</link>
<description>Thanks for your replay.

Please give me a sample code and user guideline for how to run it</description>
<author>sathiyanathan</author>
<pubDate>2012-09-14 16:10:25</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=2431&amp;pid=15977</link>
<description>I don't know about Zwcad.

Just tested our lisp code in Zwcad+.
Command and mouse reactor working correctly.</description>
<author>seav735587</author>
<pubDate>2012-09-14 15:19:31</pubDate>
</item>  </channel>
</rss>