I have a customview with a seekbar and edittext field. I am trying to take the value of the seekbar and populate the edittext field. It doesn't seem to populate. I ran it through debug and there is a value that is being passed to the sub routine below. But the value is not showing up in the editext field. Any thoughts? If I prepopulate the editext field with a value, it does show up. But never changes even if the seekbar value changes.
Sub ChangeDecimalPlaces_ValueChanged (Value As Int, UserChanged As Boolean)
NumberDecimalPlaces.Text = Value
End Sub
Sub ChangeDecimalPlaces_ValueChanged (Value As Int, UserChanged As Boolean)
NumberDecimalPlaces.Text = Value
End Sub
Last edited: