Tooltip on Headed List Box

Andrea Zen a.zen at athesiavr.it
Mon Dec 19 11:50:33 EST 2016


Thanks! I cannot use status bars in my particular case as the Headed List is inside a subwindow.

But I've tried to use that code inside the tooltip and it works.
But problem is still not solved, as the tooltip is shown as I move the cursor inside the list border, but it is not redrawn while I move the cursor over the lines; it disappears only when I move the cursor out of the list.

Andrea Zen


> -----Original Message-----
> From: omnisdev-en [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On
> Behalf Of Grant Thiessen bookitinc
> Sent: Monday, December 19, 2016 5:12 PM
> To: OmnisDev List - English <omnisdev-en at lists.omnis-dev.com>
> Subject: Re: Tooltip on Headed List Box
> 
> in the $userinfo of the list, put code like:
> 
> [con(lst([your list name],mouseover(kMLine),[your additional info]))]
> 
> the additional info needs to be in the list definition, even though it is not
> displayed in your list.
> 
> I use this in my application for the same purpose you want to use it for.
> 
> PS sorry, should have explained, this puts the data into a statusbar on my
> window, in which the information is displayed.
> 
> 
> Grant Thiessen
> 
> 
> > On 12-19-2016, at 8:58 AM, Andrea Zen <a.zen at athesiavr.it> wrote:
> >
> > Hello,
> > I have a Headed List Box where I display several rows, and I'd like to
> dynamically change the tooltip while I move (only move, without clicking) the
> mouse cursor over the various rows. Is it possible?
> > (the aim is to show additional row informations as a tooltip).
> >
> > Andrea Zen
> >
> __________________________________________________________
> ___
> > Manage your list subscriptions at http://lists.omnis-dev.com
> 
> 
> __________________________________________________________
> ___
> Manage your list subscriptions at http://lists.omnis-dev.com




More information about the omnisdev-en mailing list