B4J Library MoneyEditText (class)

On the Italian forum, I was asked if it was possible to create an editTex similar to the one found on PayPal, or generally the method of entering digits in the cash register.

As you know it starts with the value 0.00 and digtat digits are inserted from the right to the left. The last two digits are always in line with the decimal digits (or cents)

Here is my solution (I hope it can be useful to others)

Video1.gif
 

Attachments

  • MoneyEdit.zip
    3.2 KB · Views: 496

Star-Dust

Expert
Licensed User
Longtime User
Thank's
 

Star-Dust

Expert
Licensed User
Longtime User
There is the source code available, anyone could translate it.
The only change to be made is for the SelectStart that in B4J I used SetSelection.
 
Top