View Single Post
Old 06-21-2019, 06:07 AM   #507
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Quote:
Originally Posted by MusoBob View Post
Code:
function GUI.elms.scale_choice:onmouseup()
    -- Run the original method
    GUI.Radio.onmouseup(self)

    -- And then your function
    update_chord_buttons() 
end
My first guess would be that it's having trouble because you're still calling GUI.Radio.onmouseup(self) instead of Menubox.

Failing that, I'd have to look at the script myself. Is it not printing out a full stack trace for you?

Quote:
I'm always trying to find this you should put it in you signature https://github.com/jalovatt/Lokasenna_GUI/wiki
Unfortunately there's a limit on signature length and I'm already up against it. There is a link to the repo in the OP of this thread through (under "Development").
__________________
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