Announcement

Collapse
No announcement yet.

Problems with EFS text display in 10.0

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

  • Problems with EFS text display in 10.0

    1. When the text is drawn by EFS without SetComputeonClose(), the text would blink every tick, a problem not seen with version 8.0. The blinking text is quite distracting.
    2. When the text is drawn by EFS with SetComputeonClose(), the text disappears from time to time and the formula has to be reloaded to get the text back.

  • #2
    Rambo
    If the text is drawn using the drawTextAbsolute() function then this is a known issue (see this post for the details).
    If it is instead drawn using another function then please post the complete efs so that someone can try to replicate the problem you are reporting
    Alex

    Comment


    • #3
      Same issue here ...

      Hello,

      I had/have the same problem. I just moved the plot out a few bars. Not a good solution but worked. The only problem is during the first bars in the am, any plot of text on the left side of chart flashes.
      Attached Files

      Comment


      • #4
        Hello prawles,

        Your code has a couple of drawTextAbsolute() calls. Have you tried replacing them with drawTextRelative() calls?
        Jason K.
        Project Manager
        eSignal - an Interactive Data company

        EFS KnowledgeBase
        JavaScript for EFS Video Series
        EFS Beginner Tutorial Series
        EFS Glossary
        Custom EFS Development Policy

        New User Orientation

        Comment


        • #5
          I thought that I took all those out ... thats the problem.

          Comment

          Working...
          X