Announcement

Collapse
No announcement yet.

newdaymaker-vertical lines

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

  • newdaymaker-vertical lines

    is it possible to replace the diamond shape with vertical line ?
    thnx

  • #2
    cassy
    Assuming I am referring to the same efs then replace the current drawShapeRelative() command (should be in lines 60 and 61) with the code enclosed below
    Alex
    PHP Code:
    drawLineRelative(000Infinity*1PS_SOLID1Color.lightgrey"NewDay"+dayCntr); 

    Comment


    • #3
      thanx Alex for your fast reply
      sorry i was not more specific i am reffering to script
      NewDayMarker and do not have line 60 or 61
      (at least I think - sorry if i do - i am little technicaly chalenged )
      i do have line 26 with this text

      drawShapeRelative(0,0,Shape.DIAMOND,'''', Color.blue, Shape.
      RELATIVEBOTTOM, "NewDay + vRawTime) ;

      Comment


      • #4
        cassy
        Replace the two lines you just posted with the one I provided in my prior reply and in my code substitute +dayCntr with +vRawTime
        For future reference you may want to provide either a link to the thread/post that contains the efs or enclose the code/efs itself as there may be more than one version available
        Alex

        Comment


        • #5
          THANKS a bunch for your help and tip

          Comment

          Working...
          X