Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 00:54:08 +0000



[Programming Help] - ACSIL - Bring Chart Window to Top

View Count: 134

[2024-03-22 18:17:10]
SavantTrader - Posts: 109
Dear Support:

I am familiar with sc.ChartWindowIsActive and such. Is there any way in ACSIL to make a chart window visible (bring it to the top layer - focused or not does not matter to me) within the active chartbook?

Thank you in advance.
[2024-03-27 16:59:11]
SavantTrader - Posts: 109
Pinging... does anyone have an answer to the above?
[2024-03-27 17:25:12]
User907968 - Posts: 802
Not 100% in ACSIL, but...
You can use the window handle and call the win api.

ACSIL Interface Members - Variables and Arrays: sc.ChartWindowHandle

For example
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-bringwindowtotop
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos
Date Time Of Last Edit: 2024-03-27 17:25:31

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

Login

Login Page - Create Account