<?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: Lost IActiveViewEvent.SelectionChanged after close form in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397443#M10619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I wrote above, SelectionChanged is implemented with IActiveView.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can you implement it with Map or PageLayout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with Focus Map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2013 00:08:07 GMT</pubDate>
    <dc:creator>gisCoder</dc:creator>
    <dc:date>2013-02-23T00:08:07Z</dc:date>
    <item>
      <title>Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397439#M10615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got trouble with&amp;nbsp; IActiveViewEvent.SelectionChanged&amp;nbsp; and don't know how to solve this. Maybe, this is a bug of ArcObject&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I registered an event of&amp;nbsp; IActiveViewEvent.SelectionChanged. It's working ok. When user selects an objetc on ActiveView, my applicaiton will show information about that feature on a form. On the form, there is a button which will show Crystal Report document if it's clicked. If user clicks on this button, CrystaL Report is shown ok, but then IActiveViewEvent.SelectionChanged&amp;nbsp; will be lost. This event will not fired any more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how to fix this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 19:59:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397439#M10615</guid>
      <dc:creator>gisCoder</dc:creator>
      <dc:date>2013-02-21T19:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397440#M10616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What kind of form are you opening?&amp;nbsp; Custom windows form?&amp;nbsp; Dockable window?&amp;nbsp; If you pass control to the form, what is going to pass control back to your active view?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397440#M10616</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-02-21T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397441#M10617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Leo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is just a normal Windows Form which is shown in another dialog, not a dockable form, not a custom form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when a feature is selected I new a form then show it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;frmForm1 frm = new frmForm1();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;frm.Show()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on the frmForm1, there is a button, if user click on it I will&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;frmForm2 frm = new&amp;nbsp; frmForm2 ();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;frm.Show()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I close the frmForm2 then IActiveView.SelectionChanged will not fired any more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 00:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397441#M10617</guid>
      <dc:creator>gisCoder</dc:creator>
      <dc:date>2013-02-22T00:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397442#M10618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"SelectionChanged" is implemented on either a Map or a PageLayout.&amp;nbsp; How are you referencing your Map variable, assuming that is what you are using.&amp;nbsp; Are you using MxDocument FocusMap?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397442#M10618</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-02-22T12:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397443#M10619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I wrote above, SelectionChanged is implemented with IActiveView.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can you implement it with Map or PageLayout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with Focus Map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 00:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397443#M10619</guid>
      <dc:creator>gisCoder</dc:creator>
      <dc:date>2013-02-23T00:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lost IActiveViewEvent.SelectionChanged after close form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397444#M10620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm just asking.&amp;nbsp; Without seeing some of your code, I end up guessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/0012/001200000199000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/0012/001200000199000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 21:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/lost-iactiveviewevent-selectionchanged-after-close/m-p/397444#M10620</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-02-23T21:19:53Z</dc:date>
    </item>
  </channel>
</rss>

