When applying slint.callback() decorator to an async callback with an underscore in the callback's name (in .slint file). RuntimeError: Callback 'async_underscore' cannot be used with a callback ...
Bob Corey ran into issues using python callbacks and provided an example script. Here similar script that works on the 'wave.visit' db. It installs two callbacks: one for pick events & one time slider ...