ListView component is empty

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
TheMengzor
Newbie
Newbie
Posts: 2
Joined: Tue Jun 29, 2010 7:19 am

ListView component is empty

Post by TheMengzor »

wine-1.2-rc5
I use program (VB6), which uses ListView control. When I try to load items from file, string added to ListView, but there are empty. I can select lines, but can't see anything in them. Trying to change font, size and other options does nothing.

What can I do to see items content?

--
Regards,
Alex aka TheMengzor
James McKenzie

ListView component is empty

Post by James McKenzie »

TheMengzor wrote:
wine-1.2-rc5
I use program (VB6), which uses ListView control. When I try to load items from file, string added to ListView, but there are empty. I can select lines, but can't see anything in them. Trying to change font, size and other options does nothing.

Can you run this program in a terminal window
(http://wiki.winehq.org/FAQ item 7.1)?

If you get a series of
richedit: EM_FORMATRANGE stub! messages see bug 6254 in Wine's Bugzilla
for a series of pending patches that implements this function. Please
also create a Bugzilla login, add a comment and vote for the bug. A
couple of us developers created the patches and they are waiting for the
next development cycle.

James McKenzie
TheMengzor
Newbie
Newbie
Posts: 2
Joined: Tue Jun 29, 2010 7:19 am

Post by TheMengzor »

Only one error in console log:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)

I have already installed comctl32.dll (but it 5.80) and comctl32.ocx. Where can I get comctl32.dll ver 6.0? Which package provide it?
Locked