Announcement

Collapse
No announcement yet.

Error hang up

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

  • Error hang up

    Keep getting this error below, not sure what I am overlooking here?



    Fibbgann
    Attached Files
    Last edited by FibbGann; 05-05-2004, 02:11 PM.
    Excellent book on JavaScript for beginners

  • #2
    FibbGann
    Seems to be working fine here.
    Alex

    Comment


    • #3
      Arrrrgh, figures! All i had to do is remove and reload it. Tried to just reload it and that would'nt cut it.

      The simple things...

      Fibbgann
      Excellent book on JavaScript for beginners

      Comment


      • #4
        Alex try loading that efs and then change through some windows. For some reason after one changes to another symbol our through a few symbols the error starts popping up.

        ???

        This is a new one for me, never seen an efs do this before.

        Fibbgann
        Attached Files
        Excellent book on JavaScript for beginners

        Comment


        • #5
          FibbGann
          Seems to happen only if you click the chart while the bars are still being loaded.
          Try adding the following in function onLButtonDown and function onLButtonDblClk
          if(getBarState()==BARSTATE_ALLBARS){
          return null;
          }

          That seems to take care of the issue
          Alex

          Comment

          Working...
          X