From: krux
Subject: AutoLisp Code for "Right Mouse Click"
Date: 
Message-ID: <384E391B.F43F2DC2@lfu.mb.uni-dortmund.de>
Hello,

is there a possibility to automate the "Click on the Right Mouse Button"

with an AutoLisp program?

For example, RETURN can automatted in AutoLisp by: ""

But what is the AutoLisp code for the "Click on the Right Mouse Button"
?

Who can give me help?
Many thanks

Rainer Krux

E-Mail: ····@lfu.mb.uni-dortmund.de

From: Willem Bogaerts
Subject: Re: AutoLisp Code for "Right Mouse Click"
Date: 
Message-ID: <82nnq3$49s$1@porthos.nl.uu.net>
>is there a possibility to automate the "Click on the Right Mouse Button"
>with an AutoLisp program?
>For example, RETURN can automatted in AutoLisp by: ""
>But what is the AutoLisp code for the "Click on the Right Mouse Button"
>?

I do not think it is possible in AutoLisp. It might be possible in Visual
Lisp.

Best regards,
     Willem Bogaerts

   ____                __      ____                 _
  (_   \  ___   ___/__/ /     (  _ \ _____  ___    (_)__
   / /\ \/ _ \ / _ \_  __)    / /_) ) __  )/ _ \  / / __)
 _/ /__) )(_) ) / \ \ (_     / ____/ (_/ // / \ \/ / (_
(_______/\___/_/  /_/\__)   (_/     \____)_/  /_/_/ \__)
E-mail : ···@dds.nl   homepage : http://huizen.dds.nl/~w-p/
From: Harold Smith
Subject: Re: AutoLisp Code for "Right Mouse Click"
Date: 
Message-ID: <38505EB1.39F6D93@cure.com>
--------------98FB97DF30087F8BC5906EC1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Willem Bogaerts wrote:

> >is there a possibility to automate the "Click on the Right Mouse Button"
> >with an AutoLisp program?
> >For example, RETURN can automatted in AutoLisp by: ""
> >But what is the AutoLisp code for the "Click on the Right Mouse Button"
> >?
>
> I do not think it is possible in AutoLisp. It might be possible in Visual
> Lisp.

I haven't figured out how to recreate AUX1 in lisp

To name the "AUX2" entry to "up"
(defun c:up ()(menucmd "p0=*"))

AUX3+
(defun c:up ()(command "whatever comes before the first semi-colon" "whatever
comes before the second semi-colon" etc. ))

ie
(defun c:up ()(command "_.zoom" "w"))


--------------98FB97DF30087F8BC5906EC1
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Willem Bogaerts wrote:
<blockquote TYPE=CITE>>is there a possibility to automate the "Click on
the Right Mouse Button"
<br>>with an AutoLisp program?
<br>>For example, RETURN can automatted in AutoLisp by: ""
<br>>But what is the AutoLisp code for the "Click on the Right Mouse Button"
<br>>?
<p>I do not think it is possible in AutoLisp. It might be possible in Visual
<br>Lisp.</blockquote>
I haven't figured out how to recreate AUX1 in lisp
<p>To name the "AUX2" entry to "up"
<br>(defun c:up ()(menucmd "p0=*"))
<p>AUX3+
<br>(defun c:up ()(command "<b><i>whatever comes before the first semi-colon</i></b>"
"<b><i>whatever comes before the second semi-colon</i></b>" <b><i>etc.</i></b>
))
<p>ie
<br>(defun c:up ()(command "_.zoom" "w"))
<br>&nbsp;</html>

--------------98FB97DF30087F8BC5906EC1--