Bug? I'm confused or bug?

giannimaione

Well-Known Member
Licensed User
Longtime User
in test there is two B4XFloatTextField:
numbers (accept only positive and integer number); why NOT negative?
decimal (accept positive and negative);

how to set "negative = True / False"
I'm confused
 

Attachments

  • test.zip
    9.3 KB · Views: 19

Filippo

Expert
Licensed User
Longtime User
in test there is two B4XFloatTextField:
numbers (accept only positive and integer number); why NOT negative?
decimal (accept positive and negative);

how to set "negative = True / False"
I'm confused
then you must set to Decimal and intercept and prevent the decimal point.
 

giannimaione

Well-Known Member
Licensed User
Longtime User
then you must set to Decimal and intercept and prevent the decimal point.
no Filippo! i want enable or disable negative value
please see B4XFloatTextField custom properties "Keyboard Type" Decimal
 
Top