Section name | Time (min) |
---------------------------|
Warehouse | 04:10 |
---------------------------|
Shipping | Not started|
---------------------------|
Receiving | 15:70 |
---------------------------|
I am trying to add a time elapsed column into the listview where they all start at "0:00"
For them to start they will need to press the corresponding button:
That will then fire the start timer to tick up for warehouse because the warehouse button was selected, the listview is populated by all the buttons name property.
Then this is the final goal to have multiple rows all counting different times when triggered by the button click of that specific button. I do intercept all clicks but I pass the button name when I do this.
I do have pictures but I am not allowed to post them yet.