Subject | Re: [IBO] TIB_LookupList Hints |
---|---|
Author | sdbeames <s.beames@mailbox.gu.edu.au> |
Post date | 2003-01-21T23:31:34Z |
Great, thank you.
Steve
--- In IBObjects@yahoogroups.com, Markus Ostenried <chef_007@g...>
wrote:
Steve
--- In IBObjects@yahoogroups.com, Markus Ostenried <chef_007@g...>
wrote:
> At 20:41 Tuesday, 21.01.2003 +0000, Steve wrote:
> >How do I display a TIB_LookupList pop-up Hint? The long hint will
> >appear in the status bar, but there is no sign of the short pop-up
> >hint. ShowHint is true, Hint = "Short Hint|Long Hint".
> >
> >Alternatively, how can I remove the fixed row & column from a
> >TIB_Grid, where the hints do work?
>
> set IB_Grid1.IndicateTitles := false;
> and IB_Grid1.IndicateRow := false;
>
> HTH,
> Markus