Re: comctl32: toolbar: create tooltip window with WS_POPUP style

2006-10-20 Thread Dmitry Timoshkov
"Oleg Krylov" <[EMAIL PROTECTED]> wrote: That really shouldn't make any difference, and the tooltips code forces the WS_POPUP style anyway. -- Alexandre Julliard [EMAIL PROTECTED] Unfortunately it's not true. If tooltip is created without WS_POPUP style weird things start to happen. I've just

Re: comctl32: toolbar: create tooltip window with WS_POPUP style

2006-10-20 Thread Oleg Krylov
On 10/19/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: Oleg Krylov <[EMAIL PROTECTED]> writes: > Toolbar tooltips can sometimes steal focus from application window (I > think it's window manager issue, I experience it on > Metacity). Creating tooltip control with WS_POPUP style prevents > it

Re: comctl32: toolbar: create tooltip window with WS_POPUP style

2006-10-19 Thread Alexandre Julliard
Oleg Krylov <[EMAIL PROTECTED]> writes: > Toolbar tooltips can sometimes steal focus from application window (I > think it's window manager issue, I experience it on > Metacity). Creating tooltip control with WS_POPUP style prevents > it. Native toolbar control uses same style for toolbar tooltips