Page 1 of 1

Reticules

Posted: Sun Jan 27, 2019 5:56 am
by capella_ben
Hi,

Can anyone please give me an example on how to turn on and off a Reticule?

I could not figure it out using the console.

Many thanks

Re: Reticules

Posted: Sun Jan 27, 2019 9:18 am
by turfpit
capella_ben

See https://docs.sharpcap.co.uk/3.2/#Reticule%20Overlays

On this page https://docs.sharpcap.co.uk/3.2/ there is a link to download a pdf version of the manual. You might find that useful.

From within the SharpCap application select Help > View Help to access the integrated manual.

Dave

Re: Reticules

Posted: Sun Jan 27, 2019 9:31 am
by admin
Hi,

The scripting code you need to select a reticule is along the lines of

Code: Select all

SharpCap.Reticules.SelectedReticule = SharpCap.Reticules[2]
If you want to go back to having no reticule showing use the first reticule in the collection which is the black reticule.

Cheers, Robin

Re: Reticules

Posted: Sun Jan 27, 2019 9:52 am
by turfpit
capella_ben

Oops - missed the scripting bit :(

Dave

Re: Reticules

Posted: Sun Jan 27, 2019 1:03 pm
by capella_ben
cool. thanks guys!