Help on XtAppAddTimeout

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Help on XtAppAddTimeout

Submitted by Anonymous on Fri, 11/24/2000 - 14:28. Developers
Does anybody know to check if a registered timer is still active or not ???
i.e It seems in my application that I`m loosing timer events or they are unregistered by somebody else.

ICS_support

I posted a more substantial answer on comp.windows.*, where you also asked the question. In short, you can`t check whether a timer still has yet to be fired, without tracking that information in the application. At the application level, it is most likely that your timers aren`t firing because of flow errors in the application. Xt assumes that your application correctly keeps registers and unregisters the timers -- of course, to unregister a timer you need all the information about it.