Re: comctl32: [Bug 17251] cchTextMax needs to be set for LVS_OWNERDATA as it uses LVN_GETDISPINFO notifications

2010-03-13 Thread Alexandru Balut
On Sat, Mar 13, 2010 at 10:30, Nikolay Sivov  wrote:
> Also I'm not sure what you mean here
> ---
> textlenT(pszText, isW)+2
> ---
> pszText is Edit control text at this point (or NULL). How it's related to
> LISTVIEW_GetItemW? And what this +2 adding mean?

The +2 appears because cchTextMax "includes the terminating NULL". I
think it should be 1 if not isW.

Thanks,
Alex




Re: WineHQ redesign

2008-12-09 Thread Alexandru Balut
On Mon, Dec 8, 2008 at 6:57 PM, Jeremy Newman <[EMAIL PROTECTED]> wrote:
> http://wine.codeweavers.com/winehq_new/

The images which appear when hovering the main links have some white
pixels in the upper left part, between the bright red border and the
srinked original image.

It would be nice if you could introduce some effect without the shrinking.

Thanks,
Alex