-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
wxGUI/locdownload: show progress of downloading new location as Data Catalog info bar message #3287
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely, thanks for improvement. @tmszi Some notes below:
- would be nice to avoid blinking
Abort
button when progress is updated (minor issue) - when download process is finished
Abort
button does nothing - it should be automatically removed (major issue)
Thank for review and suggestions. Both issues are fixed with commit no. cfb83a5. |
Great, I tested updated PR and I can confirm that both issues are fixed. |
@tmszi Small note: It make sense to me to show the dialog for selecting location to be downloaded when process of downloading is aborted. I am just not sure whether it make sense to show the dialog on successful download. |
When testing multiple times I am getting error:
|
I wasn't successfull to reproduce it. |
I tested again with the same result: @tmszi It seems to be related to multiple GRASS data dirs (databases). I tried to removed second data dir and download was successful then |
I was not able to reproduce this bug in the |
I can' reproduce it (I tried with 2 and 3 GRASS GIS database directories added). Could you send me exact follow steps to reproduce it, please? Tested with Python/wxPython version:
|
…Catalog info bar message And hide Download Location dialog during progress of downloading.
This reverts commit 9951436.
cf24276
to
1b9482c
Compare
Implementing/close feature #3278.
wxgui_locdownload_dialog_as_bg.mp4