Announcement

Collapse
No announcement yet.

EFS2 Toolbox Boolean Syntax Error

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

  • EFS2 Toolbox Boolean Syntax Error

    you might already be aware of the following Typo errors in the EFS2 Toolbox.

    when using EFS2 Toolbox / Premain Functions / SetColorPriceBars, it has a default Value of (True) this gives a Syntax error : ReferenceError: True is not defined,

    setColorPriceBars(True)
    (True) needs changing to (true).


    also the following need to be corrected,

    setShowCursorLabel(False)
    setShowTitleParameters(False)

    and the following do not give syntax errors as they do not insert the boolean but might need correcting,

    setPriceStudy()
    setIntervalsBackfill()
    Last edited by shogun; 03-21-2005, 04:02 AM.

  • #2
    Hello Shogun,

    Thanks for catching these errors. These boolean parameters will be corrected in the next installer.
    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

    Working...
    X