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

Make progress of async command visible #218

Closed
manuel-mauky opened this issue Apr 25, 2015 · 2 comments
Closed

Make progress of async command visible #218

manuel-mauky opened this issue Apr 25, 2015 · 2 comments
Labels

Comments

@manuel-mauky
Copy link
Collaborator

At the moment the commands have a runningProperty. When using Async commands we can use this to show a loading indicator.
But in some use cases I would like to show the progress of the command with a progress bar. In this case a boolean isn't sufficient. Instead I need a percentage value (double).

@sialcasa
Copy link
Owner

  • first thought: sounds like the Task interface with executable extension ^^
  • second thought: its not like the Task interface, because the valueProperty is not MVVM conform (Value list is in the ViewModel and should not be in the Task)

@manuel-mauky manuel-mauky changed the title Make progress of asyc command visible Make progress of async command visible Apr 26, 2015
@manuel-mauky
Copy link
Collaborator Author

This will be possible with feature #225.
Therefore I'm closing this issue now.

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

No branches or pull requests

2 participants