View Single Post
Old 12-03-2018, 02:58 AM   #118
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by lb0 View Post
Would the listview functions be any good for getting the command id of the selected item in the action list?
I have uploaded a quick update v0.961, and now you can: if the commandID is visible in the Actions list, you can get it as subitem 3:
Code:
commandID = reaper.JS_ListView_GetItemText(window, index, 3)
juliansader is offline   Reply With Quote