Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 21:51:20 +0000



Post From: Pixels per sc.BaseGraphScaleIncrement

[2014-03-31 18:30:23]
QnReally - Posts: 181
It is outside the sc.SetDefaults block. Message Log shows a new message each time I press the Insert key on the keyboard which I think is reloading the chart. Here is the skeleton of the code:

  if(sc.SetDefaults)
  {
    sc.GraphName="Test";
    sc.StudyDescription="Test";

    //Manual looping
    sc.AutoLoop = 0;

    sc.GraphRegion = 0;


    return;
  }

  SCString Buffer;
  if (sc.UpdateStartIndex == 0) {
    sc.GraphRegion = 0;
    Buffer.Format("TC = %d, BC = %d", sc.StudyRegionTopCoordinate, sc.StudyRegionTopCoordinate); sc.AddMessageToLog(Buffer, 0);

  }