<?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: Moving vertext of callout make my application crash in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351462#M9261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. I can only hope that the bug can be fixed in arcgis 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Good news and bad.&amp;nbsp; I know this problem well, and have ESRI admitting its a bug ( no bug number yet).&amp;nbsp; They are working on fixing it.&amp;nbsp; But at this time there is no way to correct the problem.&amp;nbsp; The only way this will work is if you place esri toolbar on your application and use the pointer off there tool bar.&amp;nbsp; You can not reference the pointer tool in code and move the vertext.&amp;nbsp; I hate this solution too, hope they fix this soon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS. the toc control when dragging layers down in the toc control also move down 2 positions also a confirmed bug.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2010 00:15:37 GMT</pubDate>
    <dc:creator>feizhao</dc:creator>
    <dc:date>2010-06-04T00:15:37Z</dc:date>
    <item>
      <title>Moving vertext of callout make my application crash</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351459#M9258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a simple callout in my map. I use the below C# codes to select the callout element and move it. It's no problem to move the text. But when I move the vertex, the application crash. The exception is "AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory has been corrupted. "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both moving text and vertex work well in arcmap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My environments: windows xp sp2, .net framework2.0, arcgis engine9.3 sp1, arcgis desktop 9.3 sp1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the attachments are my application with code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;ICommand command = new ControlsSelectToolClass();
command.OnCreate(this.axMapControl1.Object);
if (command.Enabled == true)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axMapControl1.CurrentTool = (ITool)command;
}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;flying&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 02:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351459#M9258</guid>
      <dc:creator>feizhao</dc:creator>
      <dc:date>2010-06-01T02:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Moving vertext of callout make my application crash</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351460#M9259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there anybody face the same problem? Is there any error in my codes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;flying&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 05:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351460#M9259</guid>
      <dc:creator>feizhao</dc:creator>
      <dc:date>2010-06-03T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Moving vertext of callout make my application crash</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351461#M9260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good news and bad.&amp;nbsp; I know this problem well, and have ESRI admitting its a bug ( no bug number yet).&amp;nbsp; They are working on fixing it.&amp;nbsp; But at this time there is no way to correct the problem.&amp;nbsp; The only way this will work is if you place esri toolbar on your application and use the pointer off there tool bar.&amp;nbsp; You can not reference the pointer tool in code and move the vertext.&amp;nbsp; I hate this solution too, hope they fix this soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. the toc control when dragging layers down in the toc control also move down 2 positions also a confirmed bug.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 13:18:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351461#M9260</guid>
      <dc:creator>grahamwood</dc:creator>
      <dc:date>2010-06-03T13:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Moving vertext of callout make my application crash</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351462#M9261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. I can only hope that the bug can be fixed in arcgis 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Good news and bad.&amp;nbsp; I know this problem well, and have ESRI admitting its a bug ( no bug number yet).&amp;nbsp; They are working on fixing it.&amp;nbsp; But at this time there is no way to correct the problem.&amp;nbsp; The only way this will work is if you place esri toolbar on your application and use the pointer off there tool bar.&amp;nbsp; You can not reference the pointer tool in code and move the vertext.&amp;nbsp; I hate this solution too, hope they fix this soon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS. the toc control when dragging layers down in the toc control also move down 2 positions also a confirmed bug.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 00:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351462#M9261</guid>
      <dc:creator>feizhao</dc:creator>
      <dc:date>2010-06-04T00:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Moving vertext of callout make my application crash</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351463#M9262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They now tell me they will have it fix in arcmap 10 sp1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 11:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/moving-vertext-of-callout-make-my-application/m-p/351463#M9262</guid>
      <dc:creator>grahamwood</dc:creator>
      <dc:date>2010-06-15T11:53:59Z</dc:date>
    </item>
  </channel>
</rss>

