Page 1 of 1

WM_NOTIFY message not occur if comp is placed within TFrame

PostPosted: December 14th, 2011, 5:46 pm
by Alfa000
Sorry for my bad English.

WM_NOTIFY message is often used for in-place "tooltips" (message balloon). For example: http://www.tmssoftware.com/site/asg76.asp.

But if i place control to a TFrame, then WM_NOTIFY message never occur for controls placed within TFrame. I need dynamically create more TFrames within in mainform. But controls placed within TFrame works without WM_NOTIFY functionality.

Any solution?

Re: WM_NOTIFY message not occur if comp is placed within TFr

PostPosted: December 18th, 2011, 3:40 pm
by Kambiz
Maybe using a TPanel as an intermediate control resolves the problem.

Re: WM_NOTIFY message not occur if comp is placed within TFr

PostPosted: January 27th, 2012, 9:57 pm
by lexdean
Go back through you delphi code with mouse events........ and WM_NOTIFY message drives all thouse messages

lex Dean