Page 1 of 1

Smart Client suffering from Amnesia?

PostPosted: Tue Aug 10, 2010 4:47 pm
by mboegem
Hi All,

to format numbers/dates/etc. we use i18n entries.
The standard i18n keys have just 1 entry (default one) saying: '#,##0.00'

Depending on the customers settings we set the key with the number of decimals requested, so this can change to: '#,##0.000' (having 3 decimals displayed)
I've a customer telling me that his solution stops displaying the 3 digits after half an hour of work and is displaying like format '#,##0.00' again.

What can be the problem here? Available memory at the clients PC?

Re: Smart Client suffering from Amnesia?

PostPosted: Tue Aug 10, 2010 5:55 pm
by jcompagner
so in the smart client you do

i18n.setI18NMessage(i18nKey, value)

and then a user doesnt change its locale, there is not a i18n filter set after that ?
Then it should be kept in memory.

Re: Smart Client suffering from Amnesia?

PostPosted: Wed Aug 11, 2010 10:46 am
by mboegem
jcompagner wrote:i18n.setI18NMessage(i18nKey, value)

correct

jcompagner wrote:there is not a i18n filter set after that

we don't use filters

I will check on the locals.
Normally a user won't change that, but you'll never know...

Thnkx so far