I have a scroll list that contains three objects, an edittext called Qty, and two labels for price and extended price defined locally within a subroutine. On the textchanged event of the Qty field I need to update the extended price label. I know of the "sender" variable which gets me a reference to the qty object in the textchanged event but how do I update the proper extended price label? Each row is defined in a panel of the scrolling list.
Here is what the screen looks like to provide a point of reference:
Qty SRP Total
2 $9.50 $19.00
3 $1.50 $4.50
1 $7.95 $7.95
Here is what the screen looks like to provide a point of reference:
Qty SRP Total
2 $9.50 $19.00
3 $1.50 $4.50
1 $7.95 $7.95