[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
window-null-event-handler semiphore
- To: info-mcl@digitool.com
- Subject: window-null-event-handler semiphore
- From: paul_hasse@NSDGATE3.nsd.fmc.com (paul hasse)
- Date: Tue, 21 Mar 95 09:36:23 CDT
- Encoding: 365 Text
- Sender: owner-info-mcl@digitool.com
I have installed an :after method on the window-null-event-handler. I have
noticed that this handler seems to be called at virtually any time. Is this
true? What I need to be able to do is lock out this event handler while I do
some processing, do the processing and then restart the event handler. What I
really need is a semiphore. Any suggestions?