You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Reported by @bb30994 on 10 Sep 2010 21:36 UTC
The UPDATING indicator covers a small fraction of the times when the GUI is unable to manage a new request. e.g.- choosing Pause or Finish takds several seconds during which time it's not clear that the mouse-click has been accepted. Selecting some other function during this time often leads to a GUI hang.
When a click is accepted IMMEDIATELY turn on some kind of (red?) BUSY or WAIT indicator and reset it (to a neutral color) once the client has delivered a COMPLETED status to the GUI.
The GUI-CLIENT interface (and AFAICT the Client) is not designed to deal with multiple simultaneous requests. Unlke other GUIs, it's also much slower than other methods of doing things so the user expectations mus be managed -- perhaps by informing him that further input is (temporarily) not acceptable.
The text was updated successfully, but these errors were encountered:
Reported by @bb30994 on 10 Sep 2010 21:36 UTC
The UPDATING indicator covers a small fraction of the times when the GUI is unable to manage a new request. e.g.- choosing Pause or Finish takds several seconds during which time it's not clear that the mouse-click has been accepted. Selecting some other function during this time often leads to a GUI hang.
When a click is accepted IMMEDIATELY turn on some kind of (red?) BUSY or WAIT indicator and reset it (to a neutral color) once the client has delivered a COMPLETED status to the GUI.
The GUI-CLIENT interface (and AFAICT the Client) is not designed to deal with multiple simultaneous requests. Unlke other GUIs, it's also much slower than other methods of doing things so the user expectations mus be managed -- perhaps by informing him that further input is (temporarily) not acceptable.
The text was updated successfully, but these errors were encountered: