Re: [lazarus] Problem with Application.OnHint

2007-03-08 Thread Mattias Gaertner
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

[lazarus] Problem with Application.OnHint

2007-03-02 Thread Jeff Steinkamp
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. A