I would like to have a label that when tapped once will increment by 1 (+1) or when double tapped will decrement by 1 (-1).
Suggestions? Ideas?
Thanks
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I would like to create a label that is the sum of multiple stepper functions.
I have 15 steppers in total to sum into a single label.
Looking for a solution. I am Ok with using each stepper into a label or each stepper into a text box, then creating sum of each.
Stepper1 -- TextBox1
Stepper2 -- Text Box2
Stepper3 -- Text Box3
....
Stepper15 -- Text Box15
LabelTotal = sum of textbox1 through textbox15
OR
Stepper1 -- Label1
Stepper2 -- Label2
Stepper3 -- Label3
....
Stepper15 -- Label15
LabelTotal = sum of label1 through label15
As each individual stepper is incremented or decremented the label should follow.
No stepper should be below 0. Max is 5.
Label should not go below 0. Max is 75.
Maybe an array for all stepper labels/textboxes?
Thanks