-
Notifications
You must be signed in to change notification settings - Fork 80
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
JDAT-1222: Blinking/tabbing between images #520
Comments
For now, I suggest the following approach - add a new 'blinking' An alternative is to implement a In the first case the only way to blink is to press b (when the tool is enabled) and in the second case the user can either click the tool or press b. I don't have a strong preference - both are relatively easy to implement. |
UI/UX part of this ticket has been superseded by #604 . The scope of this issue is now strictly to document |
What is the difference between "checkable" and "non-checkable" tools? How about this? Click to continuously blink all active images every N seconds (we can hardcode N for now) and click again to stop. Mouseover to tell people that "b" does manual blinking too. |
A checkable tool is like pan and zoom or the selection tools - once enable you can do something with e.g. the cursor or keyboard. A non-checkable tool is like the home icon - it does an action as you press it and then returns to not being selected. Does this make sense? (how to write these is documented here) As I mentioned yesterday, continuously blinking the images requires some kind of threading because we need to blink while also checking for click events to make sure you can stop the tool (hence my alternative suggestions above). |
I thought we were told not to worry about threading but I guess blocking click event to stop blinking is a deal breaker. 😆 |
I slightly prefer this one. I'll give that a stab today. |
Sounds good! Let me know if you have any questions! |
Blink one or more images in the same viewer.
https://jira.stsci.edu/browse/JDAT-1222
Follow-up of #429
b
will blink unless I watch that video. -- Now a tooltipAlso, willDeferred to JDAT-1392: Enable tabbing of tiled images #528b
be able to blink tabs too?The text was updated successfully, but these errors were encountered: