X
3497

How to change the look of the cursor in ENVI

This topic discusses how you can change the look of the cursor crosshairs in ENVI.

You can use IDL's CURSOR command to do this. See the CURSOR_* keywords to DEVICE in the IDL Help.

The following example will change the cursor to the up-arrow from the Windows OS:

    IDL> device, cursor_standard=32516

You can also send in your own bitmap with CURSOR_IMAGE


Review on 12/31/2013 MM