Kalvaitir Posted July 23, 2014 Posted July 23, 2014 I think it must be a bug uniGUI in uniNumberEdit, I can type the letter 'e', causing an error. Quote
Administrators Farshad Mohajeri Posted July 23, 2014 Administrators Posted July 23, 2014 1e6 == 1000000 Quote
Administrators Farshad Mohajeri Posted July 23, 2014 Administrators Posted July 23, 2014 function beforeInit(sender, config) { sender.allowExponential = false; } Quote
rfssilvasp Posted August 9, 2014 Posted August 9, 2014 Please, where I would type this function, can you explain ? Thanks Quote
Sherzod Posted August 9, 2014 Posted August 9, 2014 Please, where I would type this function, can you explain ? Thanks 1 Quote
Administrators Farshad Mohajeri Posted August 9, 2014 Administrators Posted August 9, 2014 function beforeInit(sender, config) { sender.allowExponential = false; } It is already implemented internally in latest build. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.