View Single Post
Old 12-11-2019, 06:02 PM   #826
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,900
Default

@edgemeal
Many thanks !!
What do you think of that ? :P




(edit: just noticed SWS window dont refresh but I found a way)

(subtitle workflow)


Note to get the SWS notes window I simply use


Code:
local sws_notes_hwnd = reaper.JS_Window_Find( "Notes", true )
if sws_notes_hwnd then
  local sws_notes_edit_hwnd = reaper.JS_Window_FindChildByID(sws_notes_hwnd, 1096)
  if not sws_notes_edit_hwnd then return end

Do you think it is enough or that I should use a more solid solution ?
X-Raym is offline   Reply With Quote