Worker thread does not run

2017-11-07 Thread jiteshks
Hi, I am trying to do a simple POC for my application to show that multi-threading can be implemented in our code. Basically, I am just calling worker.start() and expecting worker to start at some point of time after that. But it seems all executions are happening in main thread only. *When is

Re: British date doesn't look like the French one

2017-11-07 Thread mark goldin
Your sample code is working fine when I am compiling it with compiler option - en_GB. However my application is still not working. I am trying trouble shooting it. Here is what I have. First of all, the app gets its resource file as a parameter that being injected when the app is starting. I have

Re: British date doesn't look like the French one

2017-11-07 Thread mark goldin
Actually I found the problem. The legacy application has its own local formater that needed to be updated. As always, debugging one thing helps to find a problem in another. Thanks to you guys for all the help. On Tue, Nov 7, 2017 at 3:54 AM mark goldin wrote: > Your