Skip to content

Fix: progress icon spin in combo box #22

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

Merged
merged 2 commits into from
Jun 23, 2022
Merged

Conversation

fioan89
Copy link
Collaborator

@fioan89 fioan89 commented Jun 22, 2022

fioan89 added 2 commits June 23, 2022 00:11
- the progress icon in the IDE selection combo box was not
  spinning while IDEs were loading.
- there were two reasons:
    1. the combobox did not enable animated icons in the
    renderer
    2. the cell renderer implementation did not repaint
   the icon
- resolves #4
- the IDEs combobox is no longer stuck with the text "Retrieving
  products.." if an exception happens in the code.
- instead, exceptions are handled a new custom combo box renderer
  is installed that tells the user that an error was encountered
  while retrieving the IDEs.
- resolves #10
@fioan89
Copy link
Collaborator Author

fioan89 commented Jun 23, 2022

image

@fioan89 fioan89 merged commit 5ca0790 into main Jun 23, 2022
@fioan89 fioan89 deleted the fix-progress-icon-on-ide-loading branch June 23, 2022 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant