<?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: Disable User Interface ACAD in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3147632#M59404</link>
    <description>&lt;P&gt;&lt;A target="_blank" href="http://forums.autodesk.com/t5/NET/ScreenUpdating/m-p/3074316#M24142"&gt;http://forums.autodesk.com/t5/NET/ScreenUpdating/m-p/3074316#M24142&lt;/A&gt;﻿&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2011 14:03:03 GMT</pubDate>
    <dc:creator>arcticad</dc:creator>
    <dc:date>2011-09-06T14:03:03Z</dc:date>
    <item>
      <title>Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3147272#M59403</link>
      <description>&lt;P&gt;I want make impossible user iteraction with ACAD during my code is running. My application has one user form and manipulate with couple of dwg files. Modal form is a good idea, but brings other problems with opening files, manipulate plot preview etc. Modeless form works good, except user iteraction possibility with ACAD.&lt;/P&gt;&lt;P&gt;Is there any possibility to disable it?&lt;/P&gt;&lt;P&gt;Thanks for any idea.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 08:05:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3147272#M59403</guid>
      <dc:creator>aales</dc:creator>
      <dc:date>2011-09-06T08:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3147632#M59404</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://forums.autodesk.com/t5/NET/ScreenUpdating/m-p/3074316#M24142"&gt;http://forums.autodesk.com/t5/NET/ScreenUpdating/m-p/3074316#M24142&lt;/A&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:03:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3147632#M59404</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2011-09-06T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3148640#M59405</link>
      <description>&lt;P&gt;Thanks for reply. I read topics in the link, but I'm afraid that it isn't exactly what I'm looking for. The problems in the link could be solved wrapping commands with a single transaction and then commiting it - if I understand well.&lt;/P&gt;&lt;P&gt;On the other hand I want disable ACAD's user interface (ribbons, menus, main edit window, command line, etc.) to prevent user interaction with main (ACAD) application and run commands, which could cause unexpected behavior in my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;Is it possible by coding in .NET invoke the same behavior of the main ACAD window in the same way as I display a&amp;nbsp;modal form in front of it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: Something like UserInterfaceManager.UserInteractionDisabled property in Inventor&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 06:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3148640#M59405</guid>
      <dc:creator>aales</dc:creator>
      <dc:date>2011-09-07T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3149124#M59406</link>
      <description>&lt;P&gt;Not that I'm aware of.&amp;nbsp; It may be possible but likely requires some serious programmatic gymnastics.&amp;nbsp; It may be time to revisit your methodology to avoid the problem in the first place.&amp;nbsp; What is it you are trying to accomplish by locking out the user?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:37:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3149124#M59406</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2011-09-07T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3150004#M59407</link>
      <description>&lt;P&gt;Seems like your executing code woulld hold up the UI anyways,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want the exact functionality as a modal form in AutoCAD have you tried adding a Windows Form and making it invisible then when your code is done close it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could probably create a interface that the Form implements or add a method that takes the Interface to work with your code.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 01:07:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3150004#M59407</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2011-09-08T01:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable User Interface ACAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3150154#M59408</link>
      <description>&lt;P&gt;Thanks for suggestions.&lt;/P&gt;&lt;P&gt;My application manipulates with files - Open, extract or write data to them and Close. And it was originally written in VBA. VBA and ACAD didn't have the problem with displaying a modal form and open dwg file behind the modal form, but in .NET it is impossible due to the ACAD application context and so on. In this case I need a modal form behavior without a modal form:) It would be the easiest way for me, that application could do the same with the minimal effort.&lt;/P&gt;&lt;P&gt;I don't want, that user could e.g. open another file when application is running and so on...&lt;/P&gt;&lt;P&gt;I have a list of files in ListView and go through it with For Each loop. In this loop I open, do something, close and take next. With modal form I have to close the modal form&amp;nbsp;before opening file, but in this case the loop breaks and brings other problems too. So it would result in huge changes in hiearchy of coding.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 07:27:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/disable-user-interface-acad/m-p/3150154#M59408</guid>
      <dc:creator>aales</dc:creator>
      <dc:date>2011-09-08T07:27:08Z</dc:date>
    </item>
  </channel>
</rss>

