paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] hidden widget event processing


From: Alexander Pipelka
Subject: Re: [paragui-users] hidden widget event processing
Date: 14 Jun 2002 21:08:22 +0200

Am Fre, 2002-06-14 um 20.42 schrieb Keith Swyer:
> if a widget is currently hidden, is there a way to disable events from being
> processed.?? the only way i see is reimplementing the AcceptEvent in the
> widget and asking if that widget is hidden or not before checking if it can
> accept event types.  am i correct ? or is there a simpler way?

Just do:
mywidget.EnableReceiver(false);

and your widget won't respond to any messages any more.

Alex






reply via email to

[Prev in Thread] Current Thread [Next in Thread]