View Single Post
Old 02-14-2019, 07:46 AM   #114
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,598
Default

Quote:
Originally Posted by Jason Brian Merrill View Post
dopp_fxList.lua:829: bad argument #3 to 'JS_Window_ListAllChild' (number expected, got string)
Replace that whole line with
Code:
local retval, list = reaper.JS_Window_ListAllChild(reaper.GetMainHwnd())
and for statement just bellow it that starts with "for adr" with

Code:
for adr in list:gmatch("%w+") do
Sexan is offline   Reply With Quote