Gianni M Well-Known Member Licensed User Longtime User Mar 17, 2024 #1 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: 113
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
Filippo Expert Licensed User Longtime User Mar 17, 2024 #2 giannimaione said: 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 Click to expand... then you must set to Decimal and intercept and prevent the decimal point.
giannimaione said: 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 Click to expand... then you must set to Decimal and intercept and prevent the decimal point.
Gianni M Well-Known Member Licensed User Longtime User Mar 17, 2024 #3 Filippo said: then you must set to Decimal and intercept and prevent the decimal point. Click to expand... no Filippo! i want enable or disable negative value please see B4XFloatTextField custom properties "Keyboard Type" Decimal
Filippo said: then you must set to Decimal and intercept and prevent the decimal point. Click to expand... no Filippo! i want enable or disable negative value please see B4XFloatTextField custom properties "Keyboard Type" Decimal
Erel B4X founder Staff member Licensed User Longtime User Mar 18, 2024 #4 This is not a bug. Please start a new thread in the questions forum.