-
Notifications
You must be signed in to change notification settings - Fork 36
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
Disable Reset button while download is in progress and vice versa. #51
Conversation
Can one of the admins verify this patch? Also need an authorization to run tests. |
runtests |
Thanks for the suggestions @wbrunette , I have implemented some changes and tried to make it more descriptive . |
@Shubhamr837 It is still not very clear what the parameters do just looking at the parameters. Perhaps you could replace the boolean with an enum? |
Thanks for this idea @linl33 , I have implemented the changes . Please review and suggest if any improvement is possible . |
Thanks @linl33 , I have added a method in the enum to simplify this . Please review |
setButtonState() method is added in the IOPanel class .
It is used by both the tabs to toggle the visibility of the buttons of each other .
should fix odk-x/tool-suite-X#219