Support Board
Date/Time: Fri, 29 Nov 2024 00:34:25 +0000
Post From: Solved within AHK--> was Enhance 'Goto Chart Number' within the 'Windows' on SC main menu
[2020-07-01 19:34:16] |
JohnR - User831573 - Posts: 306 |
I just successfully created a test script to run an AHK using WinExist and WinActivate on 2 SC chart windows. Way, way faster. User907968 - thanks again for sharing. To get it to work in each of the charts, I changed the Adv settings pg 2 Title Bar Name and check box for Use Title Bar Name as Tab Label. Very kewl - thanks again JohnR ;=========== ; ; Win=# + Alt=! + w = brings 2 Sierra Chart windows to the front for Test use. ; >#!w:: if WinExist("JOR_Test_2") WinActivate ; Sleep 200 if WinExist("JOR_Test_1") WinActivate ; return |
SC_Forum_AHK_Settings 2020-07-01_15-11-02.jpg / V - Attached On 2020-07-01 19:13:29 UTC - Size: 27.71 KB - 480 views |