Re:Show a HINT window anywhere ?
Actually there is a fairly easy way to control what the hints do. Just
write an OnShowHint event handler for the TApplication . If you have
Delphi 5 then this can be done very easily using the TApplicationEvents
component. The OnShowHint takes in some variables that you can change
before the hint is displayed. So you can change its position, size, what
is says, the time it stays up and some more, before the hint is
displayed.
In article <39E890E3.15C3F...@cnnsimail.com>, Rob Stow
<rob.s...@cnnsimail.com> writes
Quote
>Amen. It is definitely not easy to make the standard hint
>system behave in any way other than in its current default
>behavior. I found it easier to just put a TStaticText on
>my form and programatically decide when, where, and what
>to show.
>Rob
>Hazielponi wrote:
>> You can do that, but not easily.
>> Just catch the OnMouseMove event, and create you own small help window.
--
Ian Dunn I...@polyhedron.com
Polyhedron Software Ltd.
Programs for Programmers - QA, Compilers, Graphics
************ Visit our Web site on http://www.polyhedron.co.uk/ ************