Select to view content in your preferred language

What is the DAML control id for "Toggle Fixed Cursor Mode"?

136
3
Jump to solution
2 weeks ago
BarbaraSchneider2
Frequent Contributor

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.

Toggle Fixed Cursor Mode is used for stereo mapping.

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

Sorry. it was commented out in daml. Maybe it was implemented in earlier versions.

To handle cursor in stereo mapping you need to use keyboard key '~'.

Tilde (~)

Temporarily turn off fixed pointer mode.

This turns off the fixed pointer mode to allow you to perform other tasks. To return to the fixed pointer mode, press the Tilde key again.

Note:

There is no need to press the Shift key.

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.

 

So, you can try to simulate keyboard pressing.

Stereo map—ArcGIS Pro | Documentation

View solution in original post

3 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

Try "esri_datasourcesraster_stereoCursorModeFixed". Module id="esri_datasourcesraster".

0 Kudos
BarbaraSchneider2
Frequent Contributor

Hi,

thank you for your reply! Unfortunately, this doesn't work. The following method returns null:

FrameworkApplication.GetPlugInWrapper("esri_datasourcesraster_stereoCursorModeFixed");

0 Kudos
GKmieliauskas
Esri Regular Contributor

Sorry. it was commented out in daml. Maybe it was implemented in earlier versions.

To handle cursor in stereo mapping you need to use keyboard key '~'.

Tilde (~)

Temporarily turn off fixed pointer mode.

This turns off the fixed pointer mode to allow you to perform other tasks. To return to the fixed pointer mode, press the Tilde key again.

Note:

There is no need to press the Shift key.

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.

 

So, you can try to simulate keyboard pressing.

Stereo map—ArcGIS Pro | Documentation