Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Allow new auto-call option "on release" #234

Closed
jni opened this issue May 13, 2021 · 1 comment
Closed

Request: Allow new auto-call option "on release" #234

jni opened this issue May 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jni
Copy link
Contributor

jni commented May 13, 2021

Some functions are too slow to compute on each slider increment, but one still wants to be able to move a slider and trigger a computation on release, rather than have to go to a "calculate" button each time. One implementation idea is to have three settings for auto-call: True/on-value-change, on-release, False. Whether this is done with an enum, a union of an enum/bool, or something else... 🤷

xref scikit-image/skimage-tutorials#55

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/how-can-a-napari-plugin-function-know-which-time-point-is-selected-in-the-selected-image-layer/54681/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants