<?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: Creating toolbar text inputs to auto populate fields on feature creation in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618305#M16593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then maybe you could do a small dockable form with a text inputs for those values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 21:09:02 GMT</pubDate>
    <dc:creator>LeoDonahue</dc:creator>
    <dc:date>2013-06-06T21:09:02Z</dc:date>
    <item>
      <title>Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618300#M16588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to setup a toolbar that users can input the common details about a particular edit session, such as install date, as built document reference, etc etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then have these values auto populate the corresponding fields across the range of features created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems like the place to start &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000391000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000391000000&lt;/A&gt;&lt;SPAN&gt; (Building editor extensions using add-ins)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I get the impression that simple text inputs are difficult to put in the toolbars?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not worked with ArcObjects before but if someone could outline if it's A. possible and B. a general approach then it would be a great start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is this something that could potentially be acheived with python add-ins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 18:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618300#M16588</guid>
      <dc:creator>StevenHaslemore</dc:creator>
      <dc:date>2013-06-06T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618301#M16589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And then have these values auto populate the corresponding fields across the range of features created.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;What event would trigger this?&amp;nbsp; A button?&amp;nbsp; A stop editing event?&amp;nbsp; You could read in a properties file instead of using a text field in a toolbar - maybe?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 18:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618301#M16589</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-06-06T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618302#M16590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The linked walkthrough talks of the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;OnCreateFeature edit events during an edit session&lt;/SPAN&gt;&lt;SPAN&gt; which was one option, or if the overall approach was simplified to a python add-in then a workflow of selecting the required features and clicking a button would also be considered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 19:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618302#M16590</guid>
      <dc:creator>StevenHaslemore</dc:creator>
      <dc:date>2013-06-06T19:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618303#M16591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so then it becomes more of a mass field calculate tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 20:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618303#M16591</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-06-06T20:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618304#M16592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suppose you could simplify it down to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A key part is not wanting to put a dialog box box between the button press and the action on the features, and that the values could persist across multiple runs of the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will also be required to fetch an id value for each feature from a webservice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 20:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618304#M16592</guid>
      <dc:creator>StevenHaslemore</dc:creator>
      <dc:date>2013-06-06T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618305#M16593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then maybe you could do a small dockable form with a text inputs for those values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618305#M16593</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-06-06T21:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618306#M16594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that sounds like it could fit the bill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still not sure where I would start with this approach.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618306#M16594</guid>
      <dc:creator>StevenHaslemore</dc:creator>
      <dc:date>2013-06-06T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618307#M16595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find the .NET equivalent of this:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualHelp/engine/0001/000100000350000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualHelp/engine/0001/000100000350000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 22:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618307#M16595</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-06-06T22:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating toolbar text inputs to auto populate fields on feature creation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618308#M16596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your thoughts Leo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a starting spot to investigate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This posting seems to cover some similar ground too on further poking around&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/30280-ArcGIS-10-Addins-write-to-a-form"&gt;http://forums.arcgis.com/threads/30280-ArcGIS-10-Addins-write-to-a-form&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 22:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-toolbar-text-inputs-to-auto-populate/m-p/618308#M16596</guid>
      <dc:creator>StevenHaslemore</dc:creator>
      <dc:date>2013-06-06T22:15:39Z</dc:date>
    </item>
  </channel>
</rss>

