http://bugs.winehq.org/show_bug.cgi?id=8915
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dmitry(a)codeweavers.com 2007-11-07 01:10 -------
It's a user's responsibility to set locale environment to a desired value.
As such this is an invalid bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8915
------- Additional Comments From wy6688(a)hotmail.com 2007-11-07 00:02 -------
thank very much.
I think the wine internal locale and Lang parameters can be set using wine
config tools or set as environment .
I should state this as feature request rather bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8865
------- Additional Comments From wine(a)deimos.ca 2007-10-07 23:53 -------
Yes, even with dll override for comctl set to "native" the bug still occurs. I
also tried a few other that seemed video/gui/ddraw related.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8703
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:34 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8703
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:34 -------
A fix for this bug has been committed, 0.9.40 includes the fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8916
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:23 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7512
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmda(a)yandex.ru
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:23 -------
*** Bug 8916 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8916
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:23 -------
> SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle,
> GWL_WNDPROC));
The bug is in the above line of code, GetWindowLong(EditHandle, GWL_WNDPROC)
should be GetWindowLongW(EditHandle, GWL_WNDPROC). Yes, this somehow works
under Windows, we have a bug report for this already. What is more important
we already have a test case for this "functionality".
Marking as duplicate.
*** This bug has been marked as a duplicate of 7512 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8915
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:16 -------
Wine sets its internal locale based on the locale settings in the underlying
system. So, if your locale is not set to chinese this bug is invalid.
Try for intance running your app using command line below:
LANG=zh_CN wine program.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8914
------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:01 -------
Yes, a test case would be nice, especially since Wine already is supposed to
handle HTTRANSPARENT properly (dlls/user32/winpos.c,WINPOS_WindowFromPoint).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.