wine 1.2 and number handling

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
janezk
Level 2
Level 2
Posts: 11
Joined: Thu Jul 02, 2009 5:35 am

wine 1.2 and number handling

Post by janezk »

Hi,
I am trying to install an application under wine 1.2 on centos 5.5.
The application is running almost withoit problems. The only problem are the form where i put in numbers.
Here is the description of the problem:
When i write 1,1 and the click to the next field, the field changes to 1,10000.

First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same.

And since this is a business application this is quite a serious problem.
Frédéric Delanoy

wine 1.2 and number handling

Post by Frédéric Delanoy »

On Thu, Jul 22, 2010 at 10:47, janezk <[email protected]> wrote:
Hi,
I am trying to install an application under wine 1.2 on centos 5.5.
The application is running almost withoit problems. The only problem are the form where i put in numbers.
Here is the description of the problem:
When i write 1,1 and the click to the next field, the field changes to 1,10000.

First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same.

And since this is a business application this is quite a serious problem.
Did it work with a previous version of wine?
Are you using the same locales?
Can you provide a debugging log of the app running [from the startup
to the point where you've a problem]
(http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4)?

Is there a demo version of this application available?
janezk
Level 2
Level 2
Posts: 11
Joined: Thu Jul 02, 2009 5:35 am

Post by janezk »

Hi, in previous versions of wine, the application didn't even come to the point where i could put in numbers.
The developer of the application assures me, that it is working for him in wine 1.1.34, but i cant confirm that, because i can't get it to work with that version, it has even worse problems.

As for the locale,s i am using the Slovenian (Sl_si) locales.

As for the debugging log and the demo. I will look into the debugging log, but the demo version could be a little difficult. It exists, but the demo is in Croatian language.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine 1.2 and number handling

Post by vitamin »

janezk wrote:When i write 1,1 and the click to the next field, the field changes to 1,10000.
Try native oleaut32.dll and/or msvcrt.dll.
janezk
Level 2
Level 2
Posts: 11
Joined: Thu Jul 02, 2009 5:35 am

Re: wine 1.2 and number handling

Post by janezk »

vitamin wrote:
janezk wrote:When i write 1,1 and the click to the next field, the field changes to 1,10000.
Try native oleaut32.dll and/or msvcrt.dll.
Thanx for hte help. native oleout seems to be the answer.
Locked