Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER General Discussion Forum

Reply
 
Thread Tools Display Modes
Old 08-23-2020, 08:56 AM   #1
MarkinDetroit
Human being with feelings
 
Join Date: Feb 2016
Location: Detroit area
Posts: 1
Default Unable to close the "ReaScript console output" window

My issue is that the ReaScript Console Output window continually opens and displays a Scan #?
Scan # 1
Scan # 2
Scan # 3
...
I've searched this forum for anything related to the inability to close the console window. The only thing I could find to try was to disable the ReaKontrol via ReaPack, which I did and I still had the issue.
I figured if I knew which script was causing the issue I could probably go from there?

So... what is causing the console output window to continually open and display a Scan #?

Thanks for any help!
MarkinDetroit is offline   Reply With Quote
Old 08-23-2020, 09:14 AM   #2
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,107
Default

Hi,

if you click on 'Actions' menu item, at the bottom all currently running scripts are listed (preceeded by 'Running script: '.).
If you click those entries you can quit them one by one.

If that doesn't help it's probably a Reaper extension causing it.
nofish is offline   Reply With Quote
Old 10-22-2021, 06:45 PM   #3
MAVL7
Human being with feelings
 
Join Date: Jan 2018
Posts: 9
Default Close ReaScript console output window

With the JS API commands installed, this simple LUA script will do the trick:

-- Close "ReaScript console output" window
if reaper.APIExists("JS_Window_Find") == true then
local hwnd = reaper.JS_Window_Find("ReaScript console output", true)
if hwnd then reaper.JS_Window_Destroy(hwnd) end
end
MAVL7 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:42 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.