Login Page - Create Account

Support Board


Date/Time: Tue, 25 Feb 2025 13:40:02 +0000



does sc.SaveChartImageToFileExtended save the image of a hidden (destroyed) window?

View Count: 630

[2021-04-11 12:38:12]
User735389 - Posts: 189
I assume not but thought i'd ask. I have a seperate computer/server that computes the indicators (which all the charts are hidden/destroyed). And i want it to generate a screenshot when an indicator is found.
Date Time Of Last Edit: 2021-04-11 12:39:19
[2021-04-11 14:47:23]
User735389 - Posts: 189
looks like it doesn't work, as expected. Although i've thought of a possible workaround. What if i "unhide" the chart, take a screenshot, then destroyed the chart again? Problem is i dont see a way to hide/unhide a chart through acsil, must be done through the menu. There are some window functions ShowWindow, DestroyWindow but it doesn't seem to be playing nice. Generally speaking, *should* something like this work? Do you forsee any potential issues given how SC works? If you guys think so i'll keep moving down this path
[2021-04-11 15:22:35]
User735389 - Posts: 189
I guess a better question would be, would i have any way to access a hidden (destoryed) chart window programmatically? Or is it complete inaccessible (and internally managed within SC at that point)? If so sounds like i'll have to manually generate an image from the chart data i have.
Date Time Of Last Edit: 2021-04-11 15:24:17
[2021-04-11 18:44:51]
Sierra Chart Engineering - Posts: 104368
does sc.SaveChartImageToFileExtended save the image of a hidden (destroyed) window?
We will look into why this apparently does not work, we have to verify this, and see if we can solve 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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2021-04-11 18:45:06
[2021-04-11 19:08:00]
Sierra Chart Engineering - Posts: 104368
We checked on this, and a chart image can be taken with this function, when it is hidden. However, there are problems when doing it when it is destroyed. So just work with hidden charts only and not destroyed charts. The option to control this is in Global Settings >> General Settings.
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
[2021-04-12 06:10:20]
User735389 - Posts: 189
unfortunately i have to destory the charts as im running into resource limitations with windows. Is there a way for me to Hide / Unhide windows through acsil? I think i'll be able to work around this issue if i can do this (assuming re-hiding the window will destroy it again)
Date Time Of Last Edit: 2021-04-12 06:11:12
[2021-04-12 09:39:18]
Sierra Chart Engineering - Posts: 104368
Is there a way for me to Hide / Unhide windows through acsil?
No.
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

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

Login

Login Page - Create Account