http://bugs.winehq.org/show_bug.cgi?id=6232
Summary: CListCtrl: Control in the first column does not resize
Product: Wine
Version: 0.9.20.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renu.rajput(a)gmail.com
CC: dank(a)kegel.com
In my application, I have a List Control. It is derived from CListCtrl, and
the columns are added at run time to the list using the function InsertColumn()
The first column has a combo control and is inserted as:
InsertColumn(nPos++, CBO_CTRL,
ARRAY_KEY,
pParent, "Array", LVCFMT_LEFT,
nWidth = rect.Width() * 0.05f);
Under Wine, when the column is resized, the control does not get resized.
Attachments:
ListCtrl - Windows.bmp -- This shows the control under Windows
ListCtrl - Linux.bmp -- This shows the control under Linux
--
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=3666
andrewz(a)springsrescuemission.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From andrewz(a)springsrescuemission.org 2006-19-09 19:22 -------
close
--
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=3666
andrewz(a)springsrescuemission.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From andrewz(a)springsrescuemission.org 2006-19-09 19:22 -------
Two 16-bit programs run on this particular system in 0.9.20 and 0.9.21, so
marking fixed.
--
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=6205
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ryanbach(a)adelphia.net
------- Additional Comments From ryanbach(a)adelphia.net 2006-19-09 17:59 -------
*** Bug 6229 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=6229
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From ryanbach(a)adelphia.net 2006-19-09 17:59 -------
Actually it is there in the "another log, for ATI's Bubbles.exe demo, a directX
app" attachment. Resolving duplicate...
*** This bug has been marked as a duplicate of 6205 ***
--
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=6229
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|On "start" of Sonic DX a D3D|On "start" of Sonic DX game
|bug causes app not to run |a D3D bug causes app not to
| |run
--
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=6229
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|On start of Sonic DX a D3D |On "start" of Sonic DX a D3D
|bug causes it to crash |bug causes app not to run
------- Additional Comments From ryanbach(a)adelphia.net 2006-19-09 17:56 -------
Changing summary to correct misinformation.
Vitaliy Margolen: That might be it but I haven't seen the bug logfile with the
error: "err:d3d:IWineD3DImpl_FillGLCaps GL_Extensions returns NULL
" as of yet.
Let me recheck and see if that has changed.
--
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=6151
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |jacek(a)codeweavers.com
------- Additional Comments From jacek(a)codeweavers.com 2006-19-09 17:24 -------
Sorry, I didn't have enough time to look at this yet. The patch that caused
regression may be considered as a rewrite of the HTML stuff and it was known
that there will be some regressions... Also it would be great if you could
attach mshtml,shdocvw,shell,urlmon log.
--
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.