--- In [email protected], "Jamie L. Mitchell" <[EMAIL PROTECTED]> wrote: > > Hello all: > > Many of the fly-over hints for my application are created based on the > context of the screen. I held off formatting them because I thought > there was a way to format them on the fly using the Application.OnHint > event and the Application.Hint property. Unfortunately, when I got > ready to write the formatting code, I found that the Application.Hint > property appears to be read-only. Is there an elegant way to format > (mainly line-wrap) hints at run time? Are there any interesting 3rd > party hint VCLs that make it easier to work with hints. > > Thanks in advance. > jamie >
There are far better alternatives than using Delphi's Application.Hint Check out balloon tips examples here: http://www.swissdelphicenter.ch/en/showcode.php?id=1587 and here: http://www.delphipages.com/news/detaildocs.cfm?ID=90 Googling tooltips+Delphi might find you even more info, but the above two examples were enough for me to start using them in my programs. Ian.

