[futurebasic] drawer in floating window

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2007 : Group Archive : Group : All Groups

From: Bernie <fb.mailing.list@...>
Date: Sat, 24 Mar 2007 07:33:02 +0000
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