JadedTuna
Sep 09, 2014 - 05:53
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
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
See
https://omz-forums.appspot.com/pythonista/post/6171715868557312
Try calling wait_modal from ui.in_background.
@JonB, works perfectly, thanks :)