This patch made the search result listview of emule work. The one I sent to Dimitrie was based on that msdn page : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla...
and on the source code of emule.
I am wondering if this patch broke something or triggered a new bug ? However I am sure that this code was needed because the CDDS_ITEMPREPAINT message was never sent.
Dimitrie, what's your viewpoint ?
Max
On Tue, 2003-05-06 at 19:51, Rein Klazes wrote:
On Tue, 29 Apr 2003 19:49:44 -0500, you wrote:
Modified files: dlls/comctl32 : listview.c
Log message: Dimitrie O. Paun dpaun@rogers.com Generate custom draw notifications for ownerdraw listviews (based on a patch by Maxime Bellengé). Reorganize the custom draw code for better reuse.
Dimitrie,
This causes a regression in Newsbin. Normally when retrieving new headers they are displayed with a green background (showing that they are "new"). With the patch, I notice two things:
- the first line is lacking the green the green background completely
(so it is white);
- following lines only the first column is painted correctly. The text
in the other columns lacks the green background.
Does this give you an idea what might be wrong?
Rein.