View Single Post
Old 12-03-2018, 03:06 AM   #119
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by juliansader View Post
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)
Fantastic - thank you!

EDIT: Tested it out - absolutely perfect - so much neater than having to manually copy and paste the command id into my scripts. Also being able to grab the action description is really great too! No more cryptic command id's for descriptions!
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website

Last edited by lb0; 12-03-2018 at 03:56 AM.
lb0 is offline   Reply With Quote