e-thereal / gapputils

Graphical rapid application prototyping environment and visualization network.
1 stars 0 forks source link

Revise ETA method #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ETA display is updated by main window.
Each workflow updates its current nodes ETA timer.
Main windows listens for changes of ETA timers and display ETA time of current 
workflow.
Also, subworkflows emit progress events. Allows the workflow to show progress 
of a subworkflow (while iterating a collection).

Original issue reported on code.google.com by brosch....@gmail.com on 16 Jan 2013 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by brosch....@gmail.com on 20 Jul 2013 at 12:23

GoogleCodeExporter commented 9 years ago
- Nodes get a progress property. Allows to show proper progress when opening 
in-progress subworkflows.

- Reduce the amount of visual updates when many updates are reported. E.g. a 
timer is used to read the current progress value of a nodes and updates the 
ToolItem's progress bar.

Original comment by brosch....@gmail.com on 11 Feb 2014 at 1:13

GoogleCodeExporter commented 9 years ago
ETA is updated by the WorkbenchWindow that started the node update. Still no 
ETA of workflows.

Original comment by brosch....@gmail.com on 2 Sep 2014 at 6:38