Re: Dave: Subclassed behavior
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Sep 13, 1999
- 720 views
Matt wrote: > I'm very impressed with your implementation of tool-tips, > but I have just one problem with them. Controls can no > longer receive the same events as windows. This is an unrelated bug; it will be fixed in the next release. It occurs because I'm trapping mouse events in subclassed() and then exiting before they have a chance to be passed to the default window procedure. Sorry about that. Thanks! -- David Cuny

