<?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: Unable to update caption in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415226#M11429</link>
    <description>Did you run Build or Rebuild?&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Apr 2024 10:50:34 GMT</pubDate>
    <dc:creator>EricPfirman</dc:creator>
    <dc:date>2024-04-25T10:50:34Z</dc:date>
    <item>
      <title>Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415225#M11428</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to update the caption on a group control but nothing is happening in the UI from within my code in my C# module:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pocalipse_0-1714041831750.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102119iC08A95A1A6E52DEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pocalipse_0-1714041831750.png" alt="pocalipse_0-1714041831750.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The caption value is updated and has the correct value when ever I run this code but the UI doesn't reflect this value - why?&lt;/P&gt;&lt;P&gt;I've tried using a label in my group on the ribbon as well but that doesn't update either.&lt;/P&gt;&lt;P&gt;What to do ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415225#M11428</guid>
      <dc:creator>pocalipse</dc:creator>
      <dc:date>2024-04-25T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415226#M11429</link>
      <description>Did you run Build or Rebuild?&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415226#M11429</guid>
      <dc:creator>EricPfirman</dc:creator>
      <dc:date>2024-04-25T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415462#M11435</link>
      <description>&lt;P&gt;What do you mean ?&lt;/P&gt;&lt;P&gt;I'm trying to update the caption at runtime from my C# code in&amp;nbsp; a module.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 18:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415462#M11435</guid>
      <dc:creator>pocalipse</dc:creator>
      <dc:date>2024-04-25T18:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415593#M11436</link>
      <description>&lt;P&gt;As far as I know, you can't update the caption of a ribbon item at runtime. However, you can create multiple group controls in your DAML file that have different captions and show/hide them at runtime via conditions.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 21:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415593#M11436</guid>
      <dc:creator>tempStephenRhea_NV5</dc:creator>
      <dc:date>2024-04-25T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415709#M11439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415371"&gt;@tempStephenRhea_NV5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I don't like your answer but it is actually a great idea creating multiple groups.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 06:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1415709#M11439</guid>
      <dc:creator>pocalipse</dc:creator>
      <dc:date>2024-04-26T06:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to update caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1660885#M13224</link>
      <description>&lt;P&gt;You can also create a button that does nothing. Janky, but better than managing the visibility state of a bunch of labels if you need to show more dynamic text (eg "1 of 666").&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 02:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/unable-to-update-caption/m-p/1660885#M13224</guid>
      <dc:creator>quillaja</dc:creator>
      <dc:date>2025-10-27T02:56:39Z</dc:date>
    </item>
  </channel>
</rss>

