Forum Archive

Slider lags when continuous mode is on

JadedTuna

The code is here: https://github.com/Vik2015/appbug/tree/master/colorpicker

First slider lags when you drag it (it has continuous mode on). Any ideas why and how to fix it? Thanks

JonB

See
https://omz-forums.appspot.com/pythonista/post/6171715868557312
Try calling wait_modal from ui.in_background.

JadedTuna

@JonB, works perfectly, thanks :)