PDA

View Full Version : Ref line default colour setting


Ivan Rogers
03-09-2004, 01:36 AM
I want to add the default color setting for Ref line in my am_customize file. how do I do this?

(AM_REFL_SETTINGS :REF_COLOR ........... then whats next?

For instance I want to add the color yellow

Thom Ivancso
03-09-2004, 09:13 AM
Hello Ivan

The command syntax that you are looking for is as follows:

(AM_REFL_SETTINGS :REF_COLOR :COLOR 16776960 : DONE)

The color setting is for yellow. The easiest way to find out what the color numbers are is to use the recorder function and record a color change function.

The space between the : and the "D" is not needed in your code but it is needed here as to not create a smiley face icon.


Hope this helps

Ivan Rogers
03-09-2004, 11:20 PM
Thankyou Thom

Regards

Ivan