Skip to content
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

Move status bar to separate thread #9

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments
Open

Move status bar to separate thread #9

GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

For saving, and mosaic generation, we should have some status indicator (ala 
blue progress bar, 
maybe status messages emitted at certain key points in execution) to show the 
user that the 
application is doing work, and to indicate when it has finished.



Original issue reported on code.google.com by [email protected] on 14 Dec 2007 at 4:47

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

The initial status bars are up, however, they run in the same thread as the UI 
code.  This makes them appear less 
responsive, since they have to compete with the MosaicPane for painting time.  
Next step should be to separate 
the status bar from the UI thread.

Original comment by [email protected] on 2 Feb 2008 at 9:52

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Change issue name to represent current status

Original comment by [email protected] on 27 Feb 2008 at 4:40

  • Changed title: Move status bar to separate thread
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant