Author |
Message |
28/10/2011 14:06:40
|
ddammann
Power User
Joined: 13/09/2010 09:41:07
Messages: 66
Location: München
Offline
|
Hi,
I config a t:formattedfield with formatmask '#0.00%'. The users has to edit the '%' at the end, if he doesn't do it, a problem massages will be shown.
Why doesn't add the char itself?
Same problem if I use currency-chars. The user has to edit the char.
It is not nice. And sometimes very bad, if we want to display Great Britain Pounds char, it is not on my keyboard.
regards
Dörte
|
|
|
28/10/2011 14:23:54
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
unfortunately the JFormattedField (the base component that is provided by Java library) is very "resolute"... We alredy extended this and pre-convert numbers on our owns before passing it to the original control's processing.
We will check what we can do here... (maybe it's enough to check if a % is in the FORMATMASK and then make sure that we always append a % on our owns if missing...)
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
28/10/2011 14:41:57
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
OK, we added a special rule for "%" at the end (and at the beginning)...
Part of next Monday's update.
Thanks + Regards!
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
28/10/2011 18:31:25
|
ddammann
Power User
Joined: 13/09/2010 09:41:07
Messages: 66
Location: München
Offline
|
Hi,
Not only for %, please
All chars after # or 0, to display currencies.
regards
Dörte
|
|
|
|