I am having problems with a TStatusBar that is no longer displaying hints.
My Application.OnHint event procedure is firing and executing this code

       StatusBar.panels[0].Text:=Application.Hint;
       StatusBar.Update

but the panel is not displaying anything. The Application.Hint is getting
set with the control's Hint property but it is not displaying on the status
bar.

It used to work but it has stopped working lately for some strange reason.

============================================
Patrick Dunford, Christchurch, NZ
http://patrick.dunford.com/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to