Luc Desamore Apr 30, 2012
----- Original Message -----
From: "Laren Dart" <sandman@...>
>
> Bill mentioned Pick somewhere (?). It needs to be added in
> guide.dat. if you want it. PICK_SYMBOL=e0,0,30; adds a white
> circle 30 pixels in diameter. >
Just found Bill's post (1386 - june 8, 2001) :
>>By default, the center cross-hair and the symbol used to
>>indicate picked objects are the same: a simple "plus-mark".
>>However, you can add lines such as the following to GUIDE.DAT:
>>PICK_SYMBOL=e0,0,20;
>>XHAIR_SYMBOL=e0,0,30;m-50,0;l50,0;m0,-50;l0,50;
>>The first line would cause the symbol used to indicate a picked object
>>to be a small circle. The second line would change the symbol used for
>>the central cross-hair to be a circle superimposed on a plus-mark.
With this line adapted from above, the cross-hair is still more visible.
There is one circle more :
XHAIR_SYMBOL=e0,0,30;e0,0,20;m-50,0;l50,0;m0,-50;l0,50;
Luc