View Single Post
Old 12-03-2018, 03:35 PM   #373
tXShooter
Human being with feelings
 
tXShooter's Avatar
 
Join Date: Aug 2017
Posts: 336
Default

Quote:
Originally Posted by tompad View Post
Is it possible to dock a script made with Lokasenna GUI?

Cant do it on linux.....

Regards
TompaD
I'm not sure if this is the 'right' way to do it, but here's how I am docking it on start up for Windows 10 / 7:

Code:
local function Init()
	reaper.Main_OnCommand(41172) -- Dock/undock currently focused window
end
__________________
"But be ye doers of the word, and not hearers only, deceiving your own selves."

Last edited by tXShooter; 12-03-2018 at 03:36 PM. Reason: Typo
tXShooter is offline   Reply With Quote