Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 19:30:40 +0000



s_UseTool Tool - Tool.Clear() does not clear Tool.Text

View Count: 397

[2024-02-28 22:59:47]
User719512 - Posts: 263
Hi Sierra Chart Engineering,

See this issue for more context and repro.
Issue with UseTool - PLEASE HELP

Tool.Clear() should also init/reset/clear the Tool.Text property.
[2024-02-29 22:37:39]
Sierra_Chart Engineering - Posts: 17161
We are checking on this.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-03-01 02:43:43]
User719512 - Posts: 263
Verified fixed in v2605 and see the fix in scstructures.h line 701 as well.
[2024-05-10 15:06:04]
User844411 - Posts: 3
still the same problem in 2634 ?
[2024-05-10 15:25:47]
Sierra_Chart Engineering - Posts: 17161
There should not be this problem any longer.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-10 18:09:17]
User844411 - Posts: 3
s_UseTool Draw;
  Draw.LineStyle = LINESTYLE_SOLID;

  //Draw.LineNumber = 2;

  Draw.DrawingType = DRAWING_HORIZONTALLINE;
  Draw.LineWidth = 2;
  Draw.BeginValue = sc.Close[sc.IndexOfLastVisibleBar];
  Draw.Color = COLOR_GREEN;  
  sc.UseTool(Draw);

at the LineNumber is problem.. if you dont define it, green line stay at graph
[2024-05-10 18:09:28]
User844411 - Posts: 3
but anyway thank you

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account