Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 09:27:27 +0000



sc.SetACSToolButtonText()

View Count: 754

[2015-07-21 16:44:51]
QnReally - Posts: 181
sc.SetACSToolButtonText() function is not setting the button text in the Control Bar. It just shows the text "CS3", etc. Is this still being developed or is there a replacement function in ACSIL? Thanks.
[2015-07-21 18:10:05]
Sierra Chart Engineering - Posts: 104368
This has not yet been developed in the latest prerelease.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-09-11 03:14:20]
User35525 - Posts: 178
Using 1294; is this still being developed? Thanks.
[2015-09-11 03:16:46]
Sierra Chart Engineering - Posts: 104368
It should definitely be working in version 1294. Is it not working for you?
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-09-11 04:41:12]
User35525 - Posts: 178
It isn't working for me, but was earlier last month. Maybe I have something misconfigured with the new control bar or CTV settings, or it's other user-error; I'll double-check my ACSIL tomorrow to make sure I'm using the correct tool bar. I'm also using wine 1.7 but I doubt it's a wine issue.
Date Time Of Last Edit: 2015-09-11 04:45:11
[2015-09-11 17:20:01]
User35525 - Posts: 178
It was user-error. I had this line in the study:
if (sc.IsFullRecalculation) return;

This aborted the function before setting the button text with SetACSToolButtonText();

I needed to move the check for IsFullRecalculation() later in the study. :-)

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

Login

Login Page - Create Account