<?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: normal.gxt file Change ArcSDE Datasources in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701401#M18774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Normal.gxt will retain certan chages you have made such as chages to the location of toolbars or what tools are present on a toolbar. If a file with the name Normal.gxt doesn't exist at this location on the startup of ArcCatalog it will recreate this file with all of the default settings as if opening ArcCatalog for the first time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest that you rename your current Normal.gxt and then move the new one over. That way you could always go back to the previous one if necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Optionally you could open ArcCatalog with the gxt provided with the ArcScript and export the forms and then delete the provided gxt. Then open ArcCatalog with your old gxt and add 2 new UI button controls to handle the showing of the forms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you open ArcCatalog with the ArcScripts gxt and then open the VBA editor you'll notice code in 2 locations:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Normal.gxt &amp;gt; ArcCatalog Objects &amp;gt; ThisDocument &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - this is the current UI controls click event handler code to show the forms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Normal.gxt &amp;gt; Forms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - this is the forms and associated code behind&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 17:25:46 GMT</pubDate>
    <dc:creator>JohnHauck</dc:creator>
    <dc:date>2011-01-19T17:25:46Z</dc:date>
    <item>
      <title>normal.gxt file Change ArcSDE Datasources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701400#M18773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found this code from &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14632"&gt;http://arcscripts.esri.com/details.asp?dbid=14632&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; an ArcScript titled Change ArcSDE Datasources.&amp;nbsp; However it comes to the user in a normal.gxt file.&amp;nbsp;&amp;nbsp; I found the location of the normal.gxt file on my computer within the ArcCatalog application folder.&amp;nbsp; My question is, how safe is is to replace it to test this application?&amp;nbsp; and is there another way to gain access to this tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 14:09:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701400#M18773</guid>
      <dc:creator>AllisonBergman</dc:creator>
      <dc:date>2011-01-18T14:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: normal.gxt file Change ArcSDE Datasources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701401#M18774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Normal.gxt will retain certan chages you have made such as chages to the location of toolbars or what tools are present on a toolbar. If a file with the name Normal.gxt doesn't exist at this location on the startup of ArcCatalog it will recreate this file with all of the default settings as if opening ArcCatalog for the first time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest that you rename your current Normal.gxt and then move the new one over. That way you could always go back to the previous one if necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Optionally you could open ArcCatalog with the gxt provided with the ArcScript and export the forms and then delete the provided gxt. Then open ArcCatalog with your old gxt and add 2 new UI button controls to handle the showing of the forms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you open ArcCatalog with the ArcScripts gxt and then open the VBA editor you'll notice code in 2 locations:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Normal.gxt &amp;gt; ArcCatalog Objects &amp;gt; ThisDocument &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - this is the current UI controls click event handler code to show the forms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Normal.gxt &amp;gt; Forms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - this is the forms and associated code behind&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 17:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701401#M18774</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2011-01-19T17:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: normal.gxt file Change ArcSDE Datasources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701402#M18775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for answering my question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 11:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/normal-gxt-file-change-arcsde-datasources/m-p/701402#M18775</guid>
      <dc:creator>AllisonBergman</dc:creator>
      <dc:date>2011-01-21T11:24:34Z</dc:date>
    </item>
  </channel>
</rss>

