View Single Post
Old 01-05-2019, 05:00 PM   #184
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by amagalma View Post
Yeah.. I tried this method but it does not work:
If you're trying to click the pin to change its state the old mouse_event function works, but its not in this API, I did it from windows app.

BTW, to click a button/checkbox just send a bm_click message directly to the control,..
Code:
-- Send button click message, aka "BM_CLICK".
reaper.JS_WindowMessage_Send(hWnd, "0x00F5", 0, 0, 0, 0)
But those pins don't support that message either.

Last edited by Edgemeal; 01-05-2019 at 05:52 PM.
Edgemeal is offline   Reply With Quote