Announcement

Collapse
No announcement yet.

help w/ color Function parameter

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

  • help w/ color Function parameter

    Hi all!

    Wanted to add a color function parameter to a customMa file ( I know there is the ability to change line color in edit) . After adding the function, it doesn't change the ma line color.

    Any help to why it's not working and correction to code is appreciated!

    angelo
    Attached Files
    ang.

  • #2
    angelo

    After adding the function, it doesn't change the ma line color.
    You are not applying the color to the plot in your code.
    Add a setDefaultBarFgColor(Color) inside the bInit statment and you should see the color changes take effect
    Alex

    Comment


    • #3
      Alex,

      Thanks once again for your help. I thought that's what was causing the trouble. I used eval(Color) previously inside bInit, but it didn't work, thinking that since DefaultBarFg was already set in preMain, it would automaticaly paint the MA with the eval(Color) command.

      Your help is, as always, top notch!!!!

      angelo
      ang.

      Comment


      • #4
        angelo
        It is my pleasure as always and thank you for the compliments.
        Alex

        Comment

        Working...
        X