simonkelly1973 / mdpnp

MD PnP OpenICE
https://www.openice.info
1 stars 0 forks source link

4. ICE PO App: Provide a ‘Run’ button for initiating execution as well as to be used to allow a simple click for rerun #7

Open simonkelly1973 opened 6 years ago

simonkelly1973 commented 6 years ago

a. Clicking on the run button a second time will keep the graph in a different color. b. Changing the Average and clicking the run button will keep the graph in a different color. c. Selecting a file (even if it is the same file already selected) will clear the graph.

simonkelly1973 commented 6 years ago

Add a "Selected File" text field to store the name of the file, as the file name is used later, because of the addition of the "Run" button. With that, selecting the file just posts the name of the file in the text box. It is referred to later by the Run button.

The "startSequence" method is essentially what the setInputFile method was before.

Done in https://github.com/simonkelly1973/mdpnp/commit/fb44a375e7837b242cca95dee7721b4ac820bc61

(original commit was a line ending mess)