View Single Post
Old 12-14-2019, 08:33 PM   #838
D Rocks
Human being with feelings
 
Join Date: Dec 2017
Location: Quebec, Canada
Posts: 550
Default

Quote:
Originally Posted by juliansader View Post
I moved everything to the separate ReaScriptAPI extension, so the custom SWS version is not required any more.
Thx for your reply.

Although I wonder why the script does not work any more?

Code:
-- Move Mixer window (undocked) to the back when shortcut is pressed
MixerWindow = reaper.Window_Find("Mixer", true)
if MixerWindow then reaper.Window_SetZOrder(MixerWindow, "INSERT_AFTER", reaper.GetMainHwnd(), 0x0010) end
reaper.defer(function() end)
How would I make it work since it can't find reaper.Window_Find fonction ?
__________________
Alex | www.drocksrecords.com | Thanks for REAPER
D Rocks is offline   Reply With Quote