<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ghosting objects when moving in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341741#M98777</link>
    <description>I don't think that there is a way to get the ghosting with the object.move&lt;BR /&gt;
method.  You should be able to see get it with the SendCommand.  Make sure&lt;BR /&gt;
that your dragmode variable is set to Auto (I believe that is the correct&lt;BR /&gt;
setting).&lt;BR /&gt;
&lt;BR /&gt;
Just a suggestion.  You may have better luck using EvalLispExpr within&lt;BR /&gt;
acadunsupp.arx.  I was using the SendCommand to insert a block and I found&lt;BR /&gt;
it very unstable.  Sometimes it would work and sometimes it wouldn't.  I&lt;BR /&gt;
haven't had a problem since going to the EvalLispExpr method.&lt;BR /&gt;
&lt;BR /&gt;
Give it a try.&lt;BR /&gt;
Good Luck&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Mark Smith&lt;BR /&gt;
Air Gage Co.&lt;BR /&gt;
masmith@airgage.com&lt;BR /&gt;
&lt;BR /&gt;
Dennis Campbell &lt;DENNISC&gt; wrote in message&lt;BR /&gt;
news:7us7fe$mhg17@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Is there any way when using VBA to move objects either with the&lt;BR /&gt;
object.move&lt;BR /&gt;
&amp;gt; or the SendCommand that will allow a ghost image of the objects to appear&lt;BR /&gt;
&amp;gt; while&lt;BR /&gt;
&amp;gt; picking the destination point?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Any help would be greatly appreciated!&lt;BR /&gt;
&amp;gt; Dennis&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/DENNISC&gt;</description>
    <pubDate>Sat, 23 Oct 1999 12:25:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>1999-10-23T12:25:55Z</dc:date>
    <item>
      <title>Ghosting objects when moving</title>
      <link>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341740#M98776</link>
      <description>Is there any way when using VBA to move objects either with the object.move&lt;BR /&gt;
or the SendCommand that will allow a ghost image of the objects to appear&lt;BR /&gt;
while&lt;BR /&gt;
picking the destination point?&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly appreciated!&lt;BR /&gt;
Dennis</description>
      <pubDate>Sat, 23 Oct 1999 11:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341740#M98776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-10-23T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ghosting objects when moving</title>
      <link>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341741#M98777</link>
      <description>I don't think that there is a way to get the ghosting with the object.move&lt;BR /&gt;
method.  You should be able to see get it with the SendCommand.  Make sure&lt;BR /&gt;
that your dragmode variable is set to Auto (I believe that is the correct&lt;BR /&gt;
setting).&lt;BR /&gt;
&lt;BR /&gt;
Just a suggestion.  You may have better luck using EvalLispExpr within&lt;BR /&gt;
acadunsupp.arx.  I was using the SendCommand to insert a block and I found&lt;BR /&gt;
it very unstable.  Sometimes it would work and sometimes it wouldn't.  I&lt;BR /&gt;
haven't had a problem since going to the EvalLispExpr method.&lt;BR /&gt;
&lt;BR /&gt;
Give it a try.&lt;BR /&gt;
Good Luck&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Mark Smith&lt;BR /&gt;
Air Gage Co.&lt;BR /&gt;
masmith@airgage.com&lt;BR /&gt;
&lt;BR /&gt;
Dennis Campbell &lt;DENNISC&gt; wrote in message&lt;BR /&gt;
news:7us7fe$mhg17@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Is there any way when using VBA to move objects either with the&lt;BR /&gt;
object.move&lt;BR /&gt;
&amp;gt; or the SendCommand that will allow a ghost image of the objects to appear&lt;BR /&gt;
&amp;gt; while&lt;BR /&gt;
&amp;gt; picking the destination point?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Any help would be greatly appreciated!&lt;BR /&gt;
&amp;gt; Dennis&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/DENNISC&gt;</description>
      <pubDate>Sat, 23 Oct 1999 12:25:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341741#M98777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-10-23T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341742#M98778</link>
      <description>Mark,&lt;BR /&gt;
&lt;BR /&gt;
Your Mixing up SendCommand with SendKeys (or SendMessage). SendCommand is&lt;BR /&gt;
only available in A2K as part of AutoCAD's Object Model  - and it is&lt;BR /&gt;
probably quite a bit more stable than SendKeys or Sendmessage.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Phillip Kenewell&lt;BR /&gt;
CAD Systems Technician&lt;BR /&gt;
Air Gage Company&lt;BR /&gt;
pkenewell@airgage.com&lt;BR /&gt;
===================&lt;BR /&gt;
&amp;gt; Not &amp;lt; a Member of the AutoDESK&lt;BR /&gt;
Discussion Forum Moderator Program&lt;BR /&gt;
&lt;BR /&gt;
Mark Smith &lt;MASMITH&gt; wrote in message&lt;BR /&gt;
news:7us9k4$mhf13@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I don't think that there is a way to get the ghosting with the object.move&lt;BR /&gt;
&amp;gt; method.  You should be able to see get it with the SendCommand.  Make sure&lt;BR /&gt;
&amp;gt; that your dragmode variable is set to Auto (I believe that is the correct&lt;BR /&gt;
&amp;gt; setting).&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Just a suggestion.  You may have better luck using EvalLispExpr within&lt;BR /&gt;
&amp;gt; acadunsupp.arx.  I was using the SendCommand to insert a block and I found&lt;BR /&gt;
&amp;gt; it very unstable.  Sometimes it would work and sometimes it wouldn't.  I&lt;BR /&gt;
&amp;gt; haven't had a problem since going to the EvalLispExpr method.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Give it a try.&lt;BR /&gt;
&amp;gt; Good Luck&lt;/MASMITH&gt;</description>
      <pubDate>Fri, 29 Oct 1999 19:44:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/ghosting-objects-when-moving/m-p/341742#M98778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-10-29T19:44:23Z</dc:date>
    </item>
  </channel>
</rss>

