APSIMInitiative / ApsimX

ApsimX is the next generation of APSIM
http://www.apsim.info
Other
132 stars 161 forks source link

Weather downloader can't be closed while it is downloading #7431

Closed hol353 closed 1 year ago

hol353 commented 2 years ago

If SILO is down the user can't cancel or close the dialog box.

zur003 commented 2 years ago

I think that HttpClient will time out after 100 seconds by default, but we probably ought to allow the user to cancel.

Also I just noticed that the message box displayed on a download error isn't very useful: image

I think the problem is that it's trying to display the full URL in the message box, but it's very long with nowhere to break it to wrap.