Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
HI Babynus,
In your code, do you test or pick up some regional settings ? If true, where is it ? because i dont find setlocale()...
The screen shot is not from your code:
-> Im working with differents computers, one in french and the other one in english. the English system doesnt accept the "." when i want enter my 'Real work' in ticket field (see attachment)
Hi,
setLocale() is not used, as it is not multithreading safe (see PHP doc).
Localisation is done thanks to dojo.
Using a dijit.numberTextBox will automatically fix your issue.
ok thanks for your answer
