Opened 9 years ago
Closed 9 years ago
#540 closed enhancement (fixed)
Make file fetch give progress messages in status bar
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Currently fetching files (all types) gives no progress messages. It should be pretty easy to add progress messages uses response.read(num_bytes) where response is returned by urlopen() to read a chunk at a time and report status messages.
Note:
See TracTickets
for help on using tickets.
Done.