On Fri, 2 Mar 2007 13:52:34 -0700
"Jeff Steinkamp" <[EMAIL PROTECTED]> wrote:

> I am having a bit of problem with the following:
> 
> application.HintColor := clYellow;
> 
> It does not change the color of the hint.  I have even gone as far as
> changingthe Default HintColor in the Application.inc file and
> recompiling and I still get that crappy gray color as the hint
> background.
> 
> Application.OnHint := ShowHint;
> 
> With this I get an error message --Error: Wrong number of parameters
> specified.
> 
> Not sure why I am getting this as it should assign the ShowHint
> procedure to the OnHint event of the application.  The ShowHint
> procedure has been defined.  It might be interesting to note that the
> following warning appears after the error message.
> 
> Hint:  Found declaration TForm1.ShowHint.

The background was never painted. I added a FillRect.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to