Bug #816
Mis à jour par Matthieu Decorde il y a presque 11 ans
It is impossible to set a value over 999 999.
This produces partial results for the lexicon of the q property on the BFM2013 corpus (over 1000000 results for q="0" and for q="1").
For 4 000 000 occ. we need at least FMax= 10 000 000 (8 digits)
For 120 000 000 occ. we need at least FMax= 1 000 000 000 (10 digits)
*Solution*:
Set the FMax field max value to "1 000 000 000"
Set the FMax field widget to a compatible size
Notes:
* MD: SmartGwt failed to manage Number format. When a Number Formatter is set the Spinner control controls can't
increment the field value
* SH: what is a SmartGwt Number format?
This produces partial results for the lexicon of the q property on the BFM2013 corpus (over 1000000 results for q="0" and for q="1").
For 4 000 000 occ. we need at least FMax= 10 000 000 (8 digits)
For 120 000 000 occ. we need at least FMax= 1 000 000 000 (10 digits)
*Solution*:
Set the FMax field max value to "1 000 000 000"
Set the FMax field widget to a compatible size
Notes:
* MD: SmartGwt failed to manage Number format. When a Number Formatter is set the Spinner control controls can't
increment the field value
* SH: what is a SmartGwt Number format?