<?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: Collection Widget Images Not Updating When Switching Entries extremely Quickly in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043690#M70938</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/709891"&gt;@MA8731174&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're running an old, unsupported release, so it's difficult to provide support on this, but this issue can arise due to overlapping service calls that do not complete in the expected order. &amp;nbsp;Here are some possible strategies for resolving the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Force Refresh&lt;/STRONG&gt;: After changing the selected entry, explicitly trigger a refresh of the Collection widget. This can be done by calling a refresh function or reloading the data source associated with the widget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Debounce Input&lt;/STRONG&gt;: Introduce a debounce mechanism that limits how quickly the entry selection can change. This can help prevent multiple rapid service calls from overlapping and ensure that the widget has time to update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Loading Indicators&lt;/STRONG&gt;: Use loading indicators to signal when data is being fetched. This can help manage user expectations and prevent them from switching entries too quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Service Call Management&lt;/STRONG&gt;: Ensure that service calls are managed effectively. You might want to cancel any ongoing service calls when a new entry is selected, or implement logic to handle the responses in the order they were initiated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sharon&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 15:32:42 GMT</pubDate>
    <dc:creator>slangley</dc:creator>
    <dc:date>2025-11-17T15:32:42Z</dc:date>
    <item>
      <title>Collection Widget Images Not Updating When Switching Entries extremely Quickly</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043019#M70904</link>
      <description>&lt;P data-start="191" data-end="205"&gt;Hi everyone,&lt;/P&gt;
&lt;P data-start="191" data-end="205"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="207" data-end="435"&gt;I have a DataTable with several entries. When I click an entry, a service runs and loads the images from the &lt;CODE data-start="316" data-end="327"&gt;imagePath&lt;/CODE&gt; stored in that entry. Everything works fine normally — the Collection widget displays the correct images.&lt;/P&gt;
&lt;P data-start="207" data-end="435"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="437" data-end="722"&gt;However, when I &lt;STRONG data-start="453" data-end="489"&gt;switch between entries very very fast&lt;/STRONG&gt;, sometimes the images from a previous entry stay visible and do not update, even though the selected entry has changed. It looks like the Collection widget doesn’t refresh properly when service calls overlap or happen too quickly.&lt;/P&gt;
&lt;P data-start="437" data-end="722"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="724" data-end="856"&gt;Has anyone experienced this behavior or found a reliable way to force-refresh the Collection widget when rapidly changing entries?&lt;/P&gt;
&lt;P data-start="724" data-end="856"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="858" data-end="875"&gt;Thanks,&lt;BR data-start="865" data-end="868" /&gt;Jamal&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 11:26:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043019#M70904</guid>
      <dc:creator>MA8731174</dc:creator>
      <dc:date>2025-11-12T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Widget Images Not Updating When Switching Entries extremely Quickly</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043490#M70934</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/709891"&gt;@MA8731174&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of ThingWorx are you running? &amp;nbsp;There have been several changes to the Collection widget over the years. &amp;nbsp;Also, do you see the same behavior across different browsers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 19:21:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043490#M70934</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2025-11-14T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Widget Images Not Updating When Switching Entries extremely Quickly</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043639#M70936</link>
      <description>&lt;P&gt;Hi, Thingworx version 9.3.7&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 05:57:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043639#M70936</guid>
      <dc:creator>MA8731174</dc:creator>
      <dc:date>2025-11-17T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Widget Images Not Updating When Switching Entries extremely Quickly</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043690#M70938</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/709891"&gt;@MA8731174&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're running an old, unsupported release, so it's difficult to provide support on this, but this issue can arise due to overlapping service calls that do not complete in the expected order. &amp;nbsp;Here are some possible strategies for resolving the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Force Refresh&lt;/STRONG&gt;: After changing the selected entry, explicitly trigger a refresh of the Collection widget. This can be done by calling a refresh function or reloading the data source associated with the widget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Debounce Input&lt;/STRONG&gt;: Introduce a debounce mechanism that limits how quickly the entry selection can change. This can help prevent multiple rapid service calls from overlapping and ensure that the widget has time to update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Loading Indicators&lt;/STRONG&gt;: Use loading indicators to signal when data is being fetched. This can help manage user expectations and prevent them from switching entries too quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Service Call Management&lt;/STRONG&gt;: Ensure that service calls are managed effectively. You might want to cancel any ongoing service calls when a new entry is selected, or implement logic to handle the responses in the order they were initiated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 15:32:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1043690#M70938</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2025-11-17T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Widget Images Not Updating When Switching Entries extremely Quickly</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1045607#M71007</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/709891"&gt;@MA8731174&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel your question has been answered, please mark the appropriate response as the Accepted Solution. &amp;nbsp;If you still need assistance, please provide further details of your scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 20:37:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Collection-Widget-Images-Not-Updating-When-Switching-Entries/m-p/1045607#M71007</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2025-12-01T20:37:26Z</dc:date>
    </item>
  </channel>
</rss>

