<?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 Exposing AutoCAD's Properties Palette functionality to .NET in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3081830#M60248</link>
    <description>&lt;P&gt;This &lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-2.html#tp"&gt;link&lt;/A&gt;&amp;nbsp;shows how to Expose AutoCAD's Properties Palette functionality to .NET&lt;/P&gt;&lt;P&gt;Can a property be added to the properties palette when there are no entities selected/commands active? In my instance, I would like to a combo box, with populated data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if this is possible?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2011 01:16:46 GMT</pubDate>
    <dc:creator>BrentBurgess1980</dc:creator>
    <dc:date>2011-07-06T01:16:46Z</dc:date>
    <item>
      <title>Exposing AutoCAD's Properties Palette functionality to .NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3081830#M60248</link>
      <description>&lt;P&gt;This &lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-2.html#tp"&gt;link&lt;/A&gt;&amp;nbsp;shows how to Expose AutoCAD's Properties Palette functionality to .NET&lt;/P&gt;&lt;P&gt;Can a property be added to the properties palette when there are no entities selected/commands active? In my instance, I would like to a combo box, with populated data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if this is possible?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 01:16:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3081830#M60248</guid>
      <dc:creator>BrentBurgess1980</dc:creator>
      <dc:date>2011-07-06T01:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exposing AutoCAD's Properties Palette functionality to .NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3086066#M60249</link>
      <description>Why not make your own toolpalette with a combobox?</description>
      <pubDate>Sat, 09 Jul 2011 04:00:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3086066#M60249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-09T04:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exposing AutoCAD's Properties Palette functionality to .NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3086654#M60250</link>
      <description>&lt;P&gt;The main reason for going down the path of the Properties palette was that I only have 1 combo box (where the user can change the project number).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2011 05:27:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3086654#M60250</guid>
      <dc:creator>BrentBurgess1980</dc:creator>
      <dc:date>2011-07-11T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exposing AutoCAD's Properties Palette functionality to .NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3087522#M60251</link>
      <description>&lt;P&gt;Question of workflow here:&lt;/P&gt;&lt;P&gt;-It's eaiser to make a form dialog just pop up when you want...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then with the the form display a combobox.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-or your own acad toolpalette window,&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Similiar to the Tool Palettes but with any control you can think of on it).&lt;/P&gt;&lt;P&gt;Which can pop up upon command or Drawing opened.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then give the user a single dropdown/combobox to select the project number. It can accomplish the same function&amp;nbsp;&lt;/P&gt;&lt;P&gt;but through different means.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See PDF for Demonstration&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://augiru.augidev.com/content/library/au07/data/paper/CP205-2.pdf"&gt;http://augiru.augidev.com/content/library/au07/data/paper/CP205-2.pdf&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now if you have your heart set on using the Properties window... then keep looking and asking.&lt;/P&gt;&lt;P&gt;I'm sure it's possible. Sorry If I didn't answer you're question there. And Please post what you find...&lt;/P&gt;&lt;P&gt;I'd like to know how that's done.&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;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2011 18:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/exposing-autocad-s-properties-palette-functionality-to-net/m-p/3087522#M60251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-11T18:38:25Z</dc:date>
    </item>
  </channel>
</rss>

