<?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 What is the DAML control id for &amp;quot;Toggle Fixed Cursor Mode&amp;quot;? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573071#M12466</link>
    <description>&lt;P&gt;As this command is not in the ribbon, I don't know how I can get the id. I assumed that it is "esri_datasourcesraster_toggleFixedCursorModeButton", but it isn't.&lt;/P&gt;&lt;P&gt;Toggle Fixed Cursor Mode is used for stereo mapping.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 12:42:25 GMT</pubDate>
    <dc:creator>BarbaraSchneider2</dc:creator>
    <dc:date>2025-01-07T12:42:25Z</dc:date>
    <item>
      <title>What is the DAML control id for "Toggle Fixed Cursor Mode"?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573071#M12466</link>
      <description>&lt;P&gt;As this command is not in the ribbon, I don't know how I can get the id. I assumed that it is "esri_datasourcesraster_toggleFixedCursorModeButton", but it isn't.&lt;/P&gt;&lt;P&gt;Toggle Fixed Cursor Mode is used for stereo mapping.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 12:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573071#M12466</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2025-01-07T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the DAML control id for "Toggle Fixed Cursor Mode"?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573085#M12468</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try "esri_datasourcesraster_stereoCursorModeFixed".&amp;nbsp;Module id="esri_datasourcesraster".&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 14:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573085#M12468</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-01-07T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the DAML control id for "Toggle Fixed Cursor Mode"?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573451#M12480</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your reply! Unfortunately, this doesn't work. The following method returns null:&lt;/P&gt;&lt;P&gt;FrameworkApplication.GetPlugInWrapper("esri_datasourcesraster_stereoCursorModeFixed");&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573451#M12480</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2025-01-08T08:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the DAML control id for "Toggle Fixed Cursor Mode"?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573463#M12481</link>
      <description>&lt;P&gt;Sorry. it was commented out in daml. Maybe it was implemented in earlier versions.&lt;/P&gt;&lt;P&gt;To handle cursor in stereo mapping you need to use keyboard key '~'.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class=""&gt;Tilde (~)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Temporarily turn off fixed pointer mode.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;This turns off the fixed pointer mode to allow you to perform other tasks. To return to the fixed pointer mode, press the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Tilde&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;key again.&lt;/P&gt;&lt;DIV class=""&gt;&lt;H5&gt;Note:&lt;/H5&gt;&lt;P&gt;There is no need to press the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Shift&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;key.&lt;/P&gt;&lt;P&gt;This shortcut applies to United States standard keyboards. Other types of keyboards may have a different character on the key. For detailed information, verify which key the VK_OEM_3 (Microsoft virtual key code) is mapped to for your keyboard.&lt;/P&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, you can try to simulate keyboard pressing.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/stereo-map.htm" target="_blank" rel="noopener"&gt;Stereo map—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 09:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-daml-control-id-for-quot-toggle-fixed/m-p/1573463#M12481</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-01-08T09:05:16Z</dc:date>
    </item>
  </channel>
</rss>

