I am creating a function that increases the number when I press the button with the cloud DB. However, the automatic storage function works, but it does not go up to more than 2 when the button is pressed.
You need one of these
Pull in a CloudDB DataChanged event to freshen up the Label.Text
Also, use the Click event instead of the GotFocus Event.
(post deleted by author)
Yes, it works well. However, there is a bug that initializes the number when the button is continuously touched while loading.
Describe / Show the problem
If the button is pressed and held down, nothing should happen until it is released.
The score is initialized like this.