Announcement

Collapse
No announcement yet.

Pivots Points

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pivots Points

    I just found the PivotPoints.efs formula and was wondering how I could make the PivotPoint default color a different color than the default black (I use a black background).

    I tried changing the color in the formula but no luck.

    Thanks.

    bruce

  • #2
    I just figured it out....needed to removed the stuff after the color.

    Thanks.

    Note added:

    I changed the RGB to BLUE and removed the (255,0,0)
    and that did the trick.

    // S2
    setDefaultBarStyle(PS_DASH, 4);
    setDefaultBarFgColor(Color.RGB(255,0,0), 4);
    setDefaultBarThickness(2, 4);
    Last edited by InvGrp2; 05-18-2003, 08:31 AM.

    Comment

    Working...
    X