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

Add Task to Load and Store Operations #18

Closed
bekwam opened this issue Jul 18, 2018 · 0 comments
Closed

Add Task to Load and Store Operations #18

bekwam opened this issue Jul 18, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bekwam
Copy link
Owner

bekwam commented Jul 18, 2018

Add an HBox containing a ProgressBar and a Label. These will be bound to Task properties supporting the Tasks for the load and store operations.

The load method should handle both the success and failure causes. This means implementing the ui and the fail functions.

fun load() {  // and store()
  runAsync {
    updateMessage("loading components")
    updateProgress(4.0, 1.0)
    loadComponents()
  } ui {
    updateJavaFXProperties()
  }  fail {
    // show dialog
  }
@bekwam bekwam added the enhancement New feature or request label Jul 18, 2018
@bekwam bekwam closed this as completed Aug 2, 2018
@bekwam bekwam added this to To do in Lab Assistant Aug 2, 2018
@rwalker9997 rwalker9997 moved this from To do to In progress in Lab Assistant Aug 2, 2018
@rwalker9997 rwalker9997 moved this from In progress to Done in Lab Assistant Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Lab Assistant
  
Done
Development

No branches or pull requests

2 participants