View Single Post
Old 08-04-2018, 12:11 PM   #92
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

- Wrong thread. :P

- You could have the right-click method call the left-click method at the end, I think. Haven't tried.

Code:
function GUI.elms.my_listbox:onr_mouseup() -- or whatever the method is called, I forget

    ... do stuff...

    self:onmouseup()

end
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote