Re: signal handlers



Rolf Schaeuble <mail rschaeuble de> writes:

> Hi,
> 
> I have a problem with a signal handling function.
> 
> This function gets called on a draw event. Then it does some things which
> cause a new draw event, which makes the function getting called again,
> which does some things which cause a new draw event.... and so on.
> Does anyone know a way to solve that problem?

Well, the basic answer is "don't do that!". You should never
do anything in response draw event that causes another draw
event...

Can you be more specific about what you are trying to achieve?

Regards,
                                        Owen




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