Re: listview expert required (again)

2003-09-02 Thread Dimitrie O. Paun
On September 1, 2003 03:46 pm, Eric Pouech wrote: configuration : - a listview in autoarrange mode - adding item one after the other - say the first item is created with the selection (LVIS_SELECTED) - some more items are inserted without the selection - in some cases, the selection will

listview expert required (again)

2003-09-01 Thread Eric Pouech
another bug description for listview (native listview works as expected here) configuration : - a listview in autoarrange mode - adding item one after the other - say the first item is created with the selection (LVIS_SELECTED) - some more items are inserted without the selection - in some

Re: listview expert required

2003-08-30 Thread Rein Klazes
On Fri, 29 Aug 2003 16:15:17 -0400 (EDT), you wrote: On Fri, 29 Aug 2003, Rein Klazes wrote: Hi Dimitrie, This is causing a regression in newsbin pro. New postings are highlighted by a green background colour. With the patch the text in the second and higher columns is painted

Re: listview expert required

2003-08-29 Thread Rein Klazes
On Sun, 24 Aug 2003 19:34:36 -0400, you wrote: On August 24, 2003 05:44 pm, Dimitrie O. Paun wrote: Yes, this patch broke selection drawing: http://www.winehq.org/hypermail/wine-cvs/2003/04/0243.html blushIt's my patch, mea culpa/blush. Yeah, at a second look, it was rather

Re: listview expert required

2003-08-29 Thread Dimitrie O. Paun
On Fri, 29 Aug 2003, Rein Klazes wrote: New postings are highlighted by a green background colour. With the patch the text in the second and higher columns is painted with a normal backgound colour instead of green. Selected rows are OK. OK, I think I know what the problem is, I'll fix it

Re: listview expert required

2003-08-29 Thread Dimitrie O. Paun
On Fri, 29 Aug 2003, Rein Klazes wrote: Hi Dimitrie, This is causing a regression in newsbin pro. New postings are highlighted by a green background colour. With the patch the text in the second and higher columns is painted with a normal backgound colour instead of green. Selected

Re: listview expert required

2003-08-25 Thread Dimitrie O. Paun
On August 24, 2003 05:44 pm, Dimitrie O. Paun wrote: Yes, this patch broke selection drawing: http://www.winehq.org/hypermail/wine-cvs/2003/04/0243.html blushIt's my patch, mea culpa/blush. Yeah, at a second look, it was rather obvious what went wrong. ChangeLog Always setup the

Re: listview expert required

2003-08-24 Thread Dimitrie O. Paun
On August 23, 2003 11:37 am, Eric Pouech wrote: thanks... works like a charm now impressive turn around time btw!! Oh, thank you, you are too kind. I just happened to have a few moments free in the morning (thanks to my g/f who did not complain too loudly about me being late for breakfast :)).

Re: listview expert required

2003-08-24 Thread Dimitrie O. Paun
On August 23, 2003 04:32 am, Eric Pouech wrote: also, as a noted difference, in selection. Wine's only draws a dotted rect around the selected item (or row in full row select mode). In native, the rect interior is grayed if the control doesn't have the focus, and filled in blue if control has

Re: listview expert required

2003-08-23 Thread Eric Pouech
Dimitrie O. Paun wrote: On Fri, 22 Aug 2003, Eric Pouech wrote: some apps of mine needs this to get going: can someone with good listview knowledge confirm ? (or find the correct fix) -if (uView == LVS_REPORT (infoPtr-dwLvExStyle LVS_EX_FULLROWSELECT)) +if (uView == LVS_REPORT /*

Re: listview expert required

2003-08-23 Thread Dimitrie O. Paun
On August 23, 2003 04:32 am, Eric Pouech wrote: listview: multicolumn, in report mode, without LVS_EX_FULLROWSELECT extended style message concerned: NM_CLICK notification for left click in LV (mainly in a column for any subitem) native: iItem: always set to -1 iSubItem: set to the

Re: listview expert required

2003-08-23 Thread Eric Pouech
implements what you described. thanks... works like a charm now impressive turn around time btw!! A+ -- Eric Pouech

listview expert required

2003-08-22 Thread Eric Pouech
some apps of mine needs this to get going: can someone with good listview knowledge confirm ? (or find the correct fix) TIA -- Eric Pouech Index: dlls/comctl32/listview.c === RCS file:

Re: listview expert required

2003-08-22 Thread Dimitrie O. Paun
On Fri, 22 Aug 2003, Eric Pouech wrote: some apps of mine needs this to get going: can someone with good listview knowledge confirm ? (or find the correct fix) -if (uView == LVS_REPORT (infoPtr-dwLvExStyle LVS_EX_FULLROWSELECT)) +if (uView == LVS_REPORT /* (infoPtr-dwLvExStyle