<?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: Attribute window sometimes freezes and doesn't let me enter data in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628775#M16166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of the API are you using? Can you share us some code and steps to reproduce the issue? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 04:27:23 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-09-26T04:27:23Z</dc:date>
    <item>
      <title>Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628764#M16155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the editor widget and my editor template is pretty big, its got a date picker and 4 drop down choosers and a bunch of empty fields for text only, if I tab through it it works pretty nicely, but if i click each box sometimes it just freezes up and doesn't let me enter any data and it wont let me do anything for like a minute or too, then it lets me click the close only. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone experienced anything like this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it could be a internet connection problem, cuz when I work on it from my office that is VPNed into the gis server it would happen whenever the vpn looses connection temporarily it freezes like that. But it did the same thing when i was at the server's domian and not using the VPN, so im not sure whats going on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 22:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628764#M16155</guid>
      <dc:creator>MattMiley</dc:creator>
      <dc:date>2011-04-12T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628765#M16156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not seen this happen. If it were network-related issue, you can check for NetworkInterface.GetIsNetworkAvailable() &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface.getisnetworkavailable%28v=vs.95%29.aspx#Y518"&gt;http://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface.getisnetworkavailable%28v=vs.95%29.aspx#Y518&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 04:31:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628765#M16156</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-17T04:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628766#M16157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting this same behavior.&amp;nbsp; The Attribute Editor for my EditorWidget is freezing up on me and locking down the application.&amp;nbsp; This tends to happen when I try to edit attributes quickly, but that's not always the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Attribute Window isn't very large, but I do have several fields that are connected to large domains. (i.e. a list of all valid street names in the city)&amp;nbsp; However, it still freezes sometimes when I'm not editing those fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my basic setup:&amp;nbsp; I've got a tiled basemap, the Infrastructure Map Service (Dynamic), and a Feature Layer for every feature class in the Infrastructure Map Service (there are 15 total).&amp;nbsp; The Feature Layers default Where Clause is "OBJECTID = 0" to prevent them from all drawing while zoomed out.&amp;nbsp; Instead, the Map Service is used to show the features.&amp;nbsp; After zooming in close enough, (in this case, a resolution of 5.0) the Map Service turns off and the Feature Layers turn on.&amp;nbsp; I also have a ComboBox that contains a list of the Feature Layers.&amp;nbsp; None of the Feature Layers are visible until I select one from the ComboBox, then that FeatureLayer's Where Clause is set to "REMOVED IS NULL" (REMOVED is an attribute that we populate instead of deleting so we can recover accidentally 'deleted' data).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that, it's pretty much exactly the same as the first sample for the EditorWidget.&amp;nbsp; I've checked the log files and added every event handler I could find and none of them can explain what's going on or why the Attribute Editor is freezing up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628766#M16157</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-05-12T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628767#M16158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been able to narrow down how the FeatureDataForm freezes when trying to edit attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a user clicks on the FeatureDataForm outside of the textboxes/datepickers/comboboxes (i.e. clicking on the labels or the whitespace) the GotFocus event fires and sets the focus on the first attribute in the form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the trick.&amp;nbsp; If the first attribute has a domain attached to it (so it's a combobox in the form), the freeze occurs.&amp;nbsp; It doesn't matter how many values are in the domain (i've gotten the freeze to occur with 2 values in a domain).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, any ideas/suggestions/comments on how to get around this?&amp;nbsp; My current idea is to rearrange the attributes order so that the first attribute is not a domained attribute, but changing the order of attributes is not the easiest thing to do.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help? Anybody?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 15:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628767#M16158</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-05-20T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628768#M16159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Wkimrey &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this still the case when working with the EditorWidget and FeatureDataForm or were you able to produce this error with just the FeatureDataForm?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 20:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628768#M16159</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-05-23T20:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628769#M16160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of the API are you using? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I understand, you are using this SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;with a FeatureLayer which first field is a coded-value domain, such as this service: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to reproduce the issue with this service? Can you share with us the steps to reproduce? Did you show the FeatureDataForm as a result of adding a new feature or by clicking on DisplayAttributes button and then selecting a feature? How was your FeatureLayer set up ?(Mode, AutoSave, etc.) If you had only FeatureDataForm, without going through EditorWidget, do you still have this issue (like in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm&lt;/A&gt;&lt;SPAN&gt;)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize I have more questions.. I could not reproduce it and maybe I am missing steps. I have tried selecting label of the first field but I form does not freeze on me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 20:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628769#M16160</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-05-23T20:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628770#M16161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is just with the FeatureDataForm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found that this is a known bug with the FeatureDataForm. (NIM063509)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, when the FeatureDataForm tries to edit an attribute that is both a domain value and is the value that the layer uses for rendering different symbologies, the freeze occurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also learned that this bug has been fixed in the Silverlight API 2.2 Beta, but sadly, that is not an acceptable solution for me since I can't install a Beta product onto our web server.&amp;nbsp; Unless there's something else that comes up, I'll have to wait for the official 2.2 release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 20:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628770#M16161</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-05-23T20:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628771#M16162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jenniferdnery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I"m using 2.1 version of the API (build 446)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been able to reproduce this error both when I add a new feature and when I select an existing one.&amp;nbsp; I'm not using the "DisplayAttributes" button.&amp;nbsp; Instead, I'm getting the graphic and setting the GraphicSource of the FeatureDataForm in the code-behind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the setup for my FeatureLayers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DiableClientCaching = true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AutoSave = false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OutFields = "*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mode = OnDemand&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 21:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628771#M16162</guid>
      <dc:creator>WilliamKimrey</dc:creator>
      <dc:date>2011-05-23T21:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628772#M16163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any indicators from ESRI when this issue (NIM063509) will be fixed?&amp;nbsp; Brad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628772#M16163</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-13T09:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628773#M16164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This bug has been marked fixed prior to v2.2 release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 19:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628773#M16164</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-09-13T19:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628774#M16165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if I am having the same problem, but this is the closest string I have seen so far.&amp;nbsp; I am having an issue entering data into the attributes fields.&amp;nbsp; I want to edit attributes, and so I click in the field, begin typing, nothing happens.&amp;nbsp; I feel that it isn't a keyboard or mouse issue, as it never happens when entering data into the find window, only the attribute window.&amp;nbsp; I have fully removed and reinstalled Arc 10, recreated my profile, and even logged in as another user, and it still does it.&amp;nbsp; It is really hindering my job, as I have to try up to three times to enter data before it will take it, for each field.&amp;nbsp; No other users at my office are having this issue.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tiffany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 15:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628774#M16165</guid>
      <dc:creator>TiffanyTuro</dc:creator>
      <dc:date>2011-09-23T15:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628775#M16166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of the API are you using? Can you share us some code and steps to reproduce the issue? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 04:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628775#M16166</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-09-26T04:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628776#M16167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer, according to its status, NIM063509 is still open.&amp;nbsp; I confirmed this with support as i had also read it was fixed prior to 2.2 but this does not appear to be case.&amp;nbsp; This is a bug that really needs fixing (if it does still exist).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running v.2.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something of interest to you is:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://betacommunity.esri.com/project/forum/thread.html?cap=bfacf472571e4f15aa5392af865a1aba&amp;amp;forid={F12D30F6-A3BB-4511-9E9F-51213FB69BD8}&amp;amp;topid={921CC71F-45C8-4C03-AA26-6DB921EEB96F}"&gt;Home &amp;gt; ArcGIS Viewer for Microsoft Silverlight &amp;gt; User Forums &amp;gt; ArcGIS Viewer for ... &amp;gt; Edit Trouble&lt;/A&gt;&lt;SPAN&gt; as it provides some insight into the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies for delay in following this up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 09:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628776#M16167</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-10-04T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute window sometimes freezes and doesn't let me enter data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628777#M16168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brad,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After doing some research, the bug NIM063509 was verified fixed in the Silverlight API v2.2 release. However, in the v2.2 release new functionality was added for types/sub-types which also uses coded value domains and a new �??similar�?� bug got introduced: NIM070962. Both are different issues with almost identical use-cases and this has caused some confusion among the users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Status: both issues are now fixed at v3.0 beta1 and the forthcoming v2.3 release.&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>Fri, 04 Nov 2011 18:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/attribute-window-sometimes-freezes-and-doesn-t-let/m-p/628777#M16168</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-11-04T18:40:46Z</dc:date>
    </item>
  </channel>
</rss>

