This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
IntegerTextBox doesn't seem to let you enter a -ve number. You have to type a +ve one first then go back and add a minus sign! |
|
|
I've committed a fix for this and the fix will be included in nightly builds numbered 20080918 and above, available from about 1800 GMT. Thanks for reporting this! |
|
|
Hi Ivan, Thanks for the quick fix :) Also, the numericTextBox derived controls accepts the enter key and creates a new line in the control, any chance you can fix that in the same build? Many thanks, David |
|
|
Hi David, Unfortunately thanks to the magic of time zones I didn't get this message in time to get the fix into the same build, but it is now fixed and will be available in nightlies numbered 20080919 and above. |
|
|
Just one more thing... you can't start the numeric text box with a leading . for numbers less than one. (maybe consider things like -.04 as well?) Thanks! |
|
|
Fixed and will be in next nightly. We now check whether whatever the user is typing has the potential to become a valid number in future, so this should address any other combination of prefixes permitted by the .NET numeric parser -- please let me know if you see any further cases of this type! Thanks! |
|