<?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 : Transparent commands don't work with editorinput.getxxxx acad2015 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600858#M40460</link>
    <description>&lt;P&gt;When you can, avoid using the Session flag because it can lead to a ton of problems. And why are you locking your document this way? Why not use the LockDocument method overload which take no argument?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;M.LockDocument()&lt;/PRE&gt;</description>
    <pubDate>Tue, 21 Apr 2015 08:16:07 GMT</pubDate>
    <dc:creator>FRFR1426</dc:creator>
    <dc:date>2015-04-21T08:16:07Z</dc:date>
    <item>
      <title>Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5596850#M40446</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;I have my application that work correctly with acad2014 and now I have installed Acad2015 and I have see that now the transparent command don't work with all editorinput.getxxxx function.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;I have already try to recompile with the new managed library 2015 but it's the same problem.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Someone have already solved?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Dim&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt; ReqPnt &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;As&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointOptions&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointOptions&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;ControlChars&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Lf &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;"Select point : "&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;)&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;********* HERE I GIVE 'OSMODE 512&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt.AllowArbitraryInput = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;True&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt.AllowNone = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;False&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; ValPnt &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointResult&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ValPnt = Ed.GetPoint(ReqPnt)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; ValPnt.Status &amp;lt;&amp;gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptStatus&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.OK &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Return&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 12:42:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5596850#M40446</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-17T12:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597063#M40447</link>
      <description>&lt;P&gt;I can confirm that transparent commands don't work in 2015 with the editor.getxxx functions. In 2014 it does work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't know why, maybe because 2015 works different with documents. And Editor belongs to a Document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The snap codes "end" and the others do work.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:08:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597063#M40447</guid>
      <dc:creator>Anton_Huizinga</dc:creator>
      <dc:date>2015-04-17T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597477#M40448</link>
      <description>&lt;P&gt;May be it's a problem with fiber removal. Try to set&amp;nbsp;the NEXTFIBERWORLD system variable to 0, restart AutoCAD and try your command. If it works, it's a problem with fiber. Don't forget to restore NEXTFIBERWORLD to 1 after you're done.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:26:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597477#M40448</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-17T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597500#M40449</link>
      <description>&lt;P&gt;Just tried, transparent commands are working for me on 2015 with a GetPoint call.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5597500#M40449</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-17T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599261#M40450</link>
      <description>Exactly what happens to me.</description>
      <pubDate>Mon, 20 Apr 2015 06:02:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599261#M40450</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-20T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599265#M40451</link>
      <description>Setting NEXTFIBERWORLD variable to 0 or 1 does not change anything.</description>
      <pubDate>Mon, 20 Apr 2015 06:05:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599265#M40451</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-20T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599273#M40452</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Sorry it's only to understand , do you have try with this code and at the request input point yoy give by hand --&amp;gt;&amp;nbsp; &lt;FONT color="#008000"&gt;'osmode 512&lt;/FONT&gt;&amp;nbsp;? thanks in advance for your help.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Dim&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt; ReqPnt &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;As&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointOptions&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointOptions&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;ControlChars&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Lf &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;"Select point : "&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;)&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;********* HERE I GIVE 'OSMODE 512&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt.AllowArbitraryInput = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;True&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ReqPnt.AllowNone = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;False&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; ValPnt &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptPointResult&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ValPnt = Ed.GetPoint(ReqPnt)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; ValPnt.Status &amp;lt;&amp;gt; AcEd.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;PromptStatus&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.OK &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;Return&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 06:11:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599273#M40452</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-20T06:11:51Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599341#M40453</link>
      <description>&lt;P&gt;This code works for me on AutoCAD 2015:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;CommandMethod("TRANSTEST")&amp;gt;
Public Sub TransparentCommandTest()
    Dim Ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor
    Dim ReqPnt As PromptPointOptions
    ReqPnt = New PromptPointOptions(ControlChars.Lf &amp;amp; "Select point : ")
    ReqPnt.AllowArbitraryInput = True
    ReqPnt.AllowNone = False
    Dim ValPnt As PromptPointResult
    ValPnt = Ed.GetPoint(ReqPnt)
    If ValPnt.Status &amp;lt;&amp;gt; PromptStatus.OK Then
        Return
    End If
    Ed.WriteMessage(ValPnt.Value.ToString())
End Sub&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I'm able to enter 'OSMODE&amp;lt;Return&amp;gt;512&amp;lt;Return&amp;gt; when AutoCAD ask me for the point.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 07:35:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599341#M40453</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-20T07:35:12Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599386#M40454</link>
      <description>&lt;P&gt;A new test here and I am able to use 'Osnap during a Point Prompt. I don't know why it didn't work last week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though I noticed that if you have a floating commandline, entering a ' followed by a space (else it would result in ó with my keyboard), is seen as an Enter. If you have a docked commandline, it is no problem to enter 'osmode. The same will happen with Dynamic Input on.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 08:27:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599386#M40454</guid>
      <dc:creator>Anton_Huizinga</dc:creator>
      <dc:date>2015-04-20T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599657#M40455</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the 2014 version of AutoCAD commands transparent in my application to work fine .&lt;BR /&gt;Using my application in Autocad 2015 do not work .&lt;BR /&gt;Following the suggestion of FRFR1426 I tried the code and it works.&lt;BR /&gt;I realized that to work in my application should I have all the Form displayed with "ShowModalDialog" .&lt;BR /&gt;Form1 call form2 that calls the form3 cascade .&lt;BR /&gt;If I put all the forms in a manner " ShowModalDialog " I can not minimize and interact with Autocad , which in Autocad2014 could do.&lt;BR /&gt;Any idea ? Thank you.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:48:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599657#M40455</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-20T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599659#M40456</link>
      <description>In the 2014 version of AutoCAD commands transparent in my application to work fine .&lt;BR /&gt;Using my application in Autocad 2015 do not work .&lt;BR /&gt;Following the suggestion of FRFR1426 I tried the code and it works.&lt;BR /&gt;I realized that to work in my application should I have all the Form displayed with "ShowModalDialog" .&lt;BR /&gt;Form1 call form2 that calls the form3 cascade .&lt;BR /&gt;If I put all the forms in a manner " ShowModalDialog " I can not minimize and interact with Autocad , which in Autocad2014 could do.&lt;BR /&gt;Any idea ? Thank you.</description>
      <pubDate>Mon, 20 Apr 2015 12:49:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599659#M40456</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-20T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599812#M40457</link>
      <description>&lt;P&gt;You are using Editor.StartUserInteraction?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 14:16:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5599812#M40457</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-20T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600342#M40458</link>
      <description>&lt;P&gt;Are you using Editor.StartUserInteraction?&lt;/P&gt;&lt;P&gt;(presuming you are calling the getxxx function when a form is active)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit:&amp;nbsp;sorry I had not seen the post above.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 20:15:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600342#M40458</guid>
      <dc:creator>Gdiael</dc:creator>
      <dc:date>2015-04-20T20:15:24Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600843#M40459</link>
      <description>&lt;P&gt;I have try to use ed.StartUserInput but i don't&amp;nbsp;solve my problem.&lt;/P&gt;&lt;P&gt;I don't understand why my application work correctly in Acad2014 and not in Acad2015.&lt;/P&gt;&lt;P&gt;What ist changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me there are same changements in getxxx function because also in this simplex command I have problem on getString.&lt;/P&gt;&lt;P&gt;Sometime don't accept enter and I must repeat more time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;AcRt.CommandMethod("GPQ", "HmSolle", AcRt.CommandFlags.Session)&amp;gt; _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Sub cmd_HmSolle()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim M As AcAs.Document = Nothing&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim Ed As AcEd.Editor = Nothing&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim NameFile As String ="c:\cam\pippo.dwg"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If System.IO.File.Exists(NameFile) = False Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit Sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim acDocMgr As AcAs.DocumentCollection = AcAs.Application.DocumentManager&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M = AcAs.DocumentCollectionExtension.Open(acDocMgr, NameFile, False, Nothing)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M.LockDocument(AcAs.DocumentLockMode.AutoWrite, Nothing, Nothing, True)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ed = HmDotNet.HmTool.Editor 'tassativo serve per rileggere doc corrente&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim PrStrOpt As New AcEd.PromptStringOptions("Press ENTER to continue ")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PrStrOpt.AllowSpaces = False&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim PrStrRes As AcEd.PromptResult = Ed.GetString(PrStrOpt)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Catch ex As System.Exception&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ed.WriteMessage(String.Format("{0}", ex.Message))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Finally&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M.LockDocument.Dispose()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AcAs.DocumentExtension.CloseAndDiscard(M)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Try&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 07:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600843#M40459</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-21T07:58:22Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600858#M40460</link>
      <description>&lt;P&gt;When you can, avoid using the Session flag because it can lead to a ton of problems. And why are you locking your document this way? Why not use the LockDocument method overload which take no argument?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;M.LockDocument()&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:16:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600858#M40460</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-21T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600909#M40461</link>
      <description>&lt;P&gt;I remind you that this application is working properly since 2003 is not a new development .&lt;/P&gt;&lt;P&gt;For me have been any changes to the functions of getInput .&lt;/P&gt;&lt;P&gt;I need the Session flag because fro one Dwg I open another and after I press enter return to the original one .&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:09:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5600909#M40461</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-21T09:09:53Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5602779#M40462</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel your issue is related to fiber removal in AutoCAD 2015. This is because you are trying to move from one document to another inside a command wants to take inputs.&lt;/P&gt;
&lt;P&gt;Try below steps in AutoCAD (not through code) in AutoCAD 2015 &amp;amp; 2014. You will identify the difference.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open 2 drawing in AutoCAD.&lt;/LI&gt;
&lt;LI&gt;Start circle command&lt;/LI&gt;
&lt;LI&gt;Make the second drawing as active and start Line command&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now, make the first drawing as active. You will observe that in 2015, the circle command is automatically cancelled but not in 2014.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 11:51:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5602779#M40462</guid>
      <dc:creator>Virupaksha_aithal</dc:creator>
      <dc:date>2015-04-22T11:51:50Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5604709#M40463</link>
      <description>&lt;P&gt;I observed the difference in behavior between version Acd2014 and 2015, but I think it is not my case .&lt;BR /&gt;I launch a command that opens in a cascading series of windows in modeless mode ( modeless because that way I can iconify and interact with autocad giving other commands ) .&lt;BR /&gt;Since the last open window wonder , with the function editor.getpoint , some points and if I use the osnap _end , _near works fine, but if I want to use transparent commands , such as ' OSMODE 512 , does not accept them .&lt;BR /&gt;With the release of Autocad2014 everything worked well .&lt;BR /&gt;To solve the problem I should open all the forms in cascade mode with ModalDialog .&lt;BR /&gt;This will not interrupt my initial command and transparent commands work .&lt;BR /&gt;In this case , however, lose the ability to interact with Acad because the initial command is always active .&lt;/P&gt;&lt;P&gt;I trust in&amp;nbsp;iin your help.&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5604709#M40463</guid>
      <dc:creator>gpq</dc:creator>
      <dc:date>2015-04-23T09:52:36Z</dc:date>
    </item>
    <item>
      <title>Re : Transparent commands don't work with editorinput.getxxxx acad2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5605055#M40464</link>
      <description>When you interact with AutoCAD, always do it in the context of a command and avoid using modeless dialog. I know it worked on 2014, but it smells bad. Does AutoCAD use modeless dialogs? No because AutoCAD does not work this way. Session flag, modeless dialog, application context? -&amp;gt; buggy app</description>
      <pubDate>Thu, 23 Apr 2015 13:34:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/transparent-commands-don-t-work-with-editorinput-getxxxx/m-p/5605055#M40464</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-04-23T13:34:54Z</dc:date>
    </item>
  </channel>
</rss>

