home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!flop.ENGR.ORST.EDU!gaia.ucs.orst.edu!umn.edu!csus.edu!netcom.com!gabriel
- From: gabriel@netcom.com (Gabriel Beccar-Varela)
- Newsgroups: comp.lang.pascal,comp.lang.os.msdos.programmer
- Subject: Re: Broadcast messages aren't getting through in Turbo Vision
- Message-ID: <1992Nov21.065029.8517@netcom.com>
- Date: 21 Nov 92 06:50:29 GMT
- Article-I.D.: netcom.1992Nov21.065029.8517
- References: <1992Nov20.051126.23961@oucsace.cs.ohiou.edu>
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Lines: 9
-
- In article <1992Nov20.051126.23961@oucsace.cs.ohiou.edu> tswingle@oucsace.cs.ohiou.edu (Tom Swingle) writes:
- >
- [several lines essentially stating that a broadcasted event gets cleared
- prematurely]
-
- Check to see if the event gets cleared before TWindows.HandleEvent is called.
- If that is the case, go to the last focused view and make sure that you do
- not have a ClearEvent in the wrong place (i.e. outside the scope of an IF
- or a CASE statement) which would clear all events. I happened to me once.
-