1. Dave: Subclassed behavior
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 totally NULLS the double-clicks and right-clicks for the
sections list in IniEdit. Maybe you should route normal events to controls
as well as handling tool-tips.
Thanks for listening,
Matt
2. Re: Dave: Subclassed behavior
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