Alain Wrobel wrote: > Bonjour la liste, > > I'm trying to use a drawer window attached to a floating window; > all works fine until the floating window (drawer opened) is de- > activated then reactivated (button's clicks in the drawer window > are ignored after the reactivation !) > > Any idea ? > > Merci, kWindowActivationScopeIndependent est votre ami. call SetWindowActivationScope( drawer, _kWindowActivationScopeIndependent ) Bernie