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

User-initiated argument changes #267

Open
JMCanning78 opened this issue Sep 14, 2021 · 0 comments
Open

User-initiated argument changes #267

JMCanning78 opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JMCanning78
Copy link
Owner

The text entry boxes for VisualizationApp arguments are created with handlers that call argumentChanged() with the entry widget as an argument when users type values in the box. Various other methods call argumentChanged() without an entry widget to initiate a check of the argument status for enabling buttons of operations requiring arguments. Perhaps argumentChanged() should only change button status to enabled when an entry widget is passed, signaling that a user's update has possibly enabled the operation. That would prevent spurious button enabling from program-initiated argument changes. I think we want to maintain that buttons can be disabled when program-initiated argument changes clear needed arguments.

@JMCanning78 JMCanning78 added the enhancement New feature or request label Sep 14, 2021
@JMCanning78 JMCanning78 self-assigned this Sep 14, 2021
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

1 participant