Re: I/O Window vs Progress (of long running processes)
Ivan Soleimanipour <[email protected]> Tue, 14 Apr 2009 15:47:36 -0700
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Wade Chandler wrote: > I don't really see the correlation. I don't see I/O and Progress as being linked. They can be, but they are not meant to always be used in a tandem fashion. > > I would think there may be some actions one runs from the shell which show up as progress actions, but I would not expect a shell window itself to show up as a progress icon, and I'm failing to see how that is necessary as those APIs are completely separate things. > Thanks for trying to grok my complex question ... Here's the crux of the question: What would you expect to happen when you close the TC (or the tab within the TC) hosting a shell? a) you expect it to terminate the shell and go away w/o ability to re-open the window. b) you expect it to close the window which you can bring back up again later. If you expect (b) then we have a problem because the only way to bring (accidentally closed) io windows back up is via the progress bar. But that forces you to see a progress bar for a shell which we seem to agree is undesirable.