Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

try again


devel / comp.os.ms-windows.programmer.win32 / Re: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?

SubjectAuthor
* LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?R.Wieser
`* LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?Paul N
 `- LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?R.Wieser

1
LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?

<tfc9h5$qej$1@gioia.aioe.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1100&group=comp.os.ms-windows.programmer.win32#1100

  copy link   Newsgroups: comp.os.ms-windows.programmer.win32
Path: i2pn2.org!i2pn.org!aioe.org!XakcSTEO51npqVb7OVl71w.user.46.165.242.75.POSTED!not-for-mail
From: address@not.available (R.Wieser)
Newsgroups: comp.os.ms-windows.programmer.win32
Subject: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?
Date: Thu, 8 Sep 2022 10:35:16 +0200
Organization: Aioe.org NNTP Server
Lines: 20
Message-ID: <tfc9h5$qej$1@gioia.aioe.org>
Injection-Info: gioia.aioe.org; logging-data="27091"; posting-host="XakcSTEO51npqVb7OVl71w.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Notice: Filtered by postfilter v. 0.9.2
X-RFC2646: Format=Flowed; Original
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
 by: R.Wieser - Thu, 8 Sep 2022 08:35 UTC

Hello all,

I've got a listview for which I want to display some extra info using an
"infotip".

Altought that works the time I get to read it is rather short and would like
to make it a bit longer (preferrably for as long as the mouse is on the
infotip). Alas, I can't seem to find a LVM_* message which does that.

tl;dr:
Does anyone know how to change the "infotip" visibility time ?

Regards,
Rudy Wieser

P.s.
If anyone knows how to get an LVN_GETINFOTIP for subitems too (XPsp3:
comctl32 v5.82) I would not say no to that either. :-)

Re: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?

<663ffe18-14fd-442b-bb68-60f793a16710n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1101&group=comp.os.ms-windows.programmer.win32#1101

  copy link   Newsgroups: comp.os.ms-windows.programmer.win32
X-Received: by 2002:a0c:aa19:0:b0:4ac:fb0:8a75 with SMTP id d25-20020a0caa19000000b004ac0fb08a75mr5442765qvb.36.1662641030339;
Thu, 08 Sep 2022 05:43:50 -0700 (PDT)
X-Received: by 2002:a05:6871:90:b0:11d:cbad:10f5 with SMTP id
u16-20020a056871009000b0011dcbad10f5mr1699478oaa.295.1662640935213; Thu, 08
Sep 2022 05:42:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.ms-windows.programmer.win32
Date: Thu, 8 Sep 2022 05:42:14 -0700 (PDT)
In-Reply-To: <tfc9h5$qej$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=89.240.151.97; posting-account=0B-afgoAAABP6274zLUJKa8ZpdIdhsYx
NNTP-Posting-Host: 89.240.151.97
References: <tfc9h5$qej$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <663ffe18-14fd-442b-bb68-60f793a16710n@googlegroups.com>
Subject: Re: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?
From: gw7rib@aol.com (Paul N)
Injection-Date: Thu, 08 Sep 2022 12:43:50 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2353
 by: Paul N - Thu, 8 Sep 2022 12:42 UTC

On Thursday, September 8, 2022 at 9:35:54 AM UTC+1, R.Wieser wrote:
> Hello all,
>
> I've got a listview for which I want to display some extra info using an
> "infotip".
>
> Altought that works the time I get to read it is rather short and would like
> to make it a bit longer (preferrably for as long as the mouse is on the
> infotip). Alas, I can't seem to find a LVM_* message which does that.
>
> tl;dr:
> Does anyone know how to change the "infotip" visibility time ?
>
> Regards,
> Rudy Wieser
>
> P.s.
> If anyone knows how to get an LVN_GETINFOTIP for subitems too (XPsp3:
> comctl32 v5.82) I would not say no to that either. :-)

I did a bit of looking (I'm not an expert) and I found https://docs.microsoft.com/en-us/windows/win32/controls/ttm-setdelaytime which tells you how to set that for a tooltip using TTM_SETDELAYTIME and TTDT_AUTOPOP. The snag here presumably is that you are not creating the tooltip yourself, it is sort of buried in the listview. If you could find a way to get the HWND of the tooltip presumably you could do this but it's not clear if it's possible to get that value. Sorry.

Re: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?

<tfcv0v$1fbt$1@gioia.aioe.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1102&group=comp.os.ms-windows.programmer.win32#1102

  copy link   Newsgroups: comp.os.ms-windows.programmer.win32
Path: i2pn2.org!i2pn.org!aioe.org!XakcSTEO51npqVb7OVl71w.user.46.165.242.75.POSTED!not-for-mail
From: address@not.available (R.Wieser)
Newsgroups: comp.os.ms-windows.programmer.win32
Subject: Re: LVN_GETINFOTIP / NMLVGETINFOTIP - set timeout ?
Date: Thu, 8 Sep 2022 16:41:57 +0200
Organization: Aioe.org NNTP Server
Lines: 24
Message-ID: <tfcv0v$1fbt$1@gioia.aioe.org>
References: <tfc9h5$qej$1@gioia.aioe.org> <663ffe18-14fd-442b-bb68-60f793a16710n@googlegroups.com>
Injection-Info: gioia.aioe.org; logging-data="48509"; posting-host="XakcSTEO51npqVb7OVl71w.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Notice: Filtered by postfilter v. 0.9.2
X-MSMail-Priority: Normal
X-Priority: 3
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
 by: R.Wieser - Thu, 8 Sep 2022 14:41 UTC

Paul,

> I did a bit of looking (I'm not an expert) and I found
> https://docs.microsoft.com/en-us/windows/win32/controls/ttm-setdelaytime
> which tells you how to set that for a tooltip using TTM_SETDELAYTIME and
> TTDT_AUTOPOP.

Grumble, grumble ... I was going thru the listview messages, and totally
forgot to take a peek at the tooltips ones. :-|

Thanks for the link.

> you could find a way to get the HWND of the tooltip

*That* one I found : LVM_GETTOOLTIPS.

I just tried both, and it works like a charm. Although there is no "show
until move away from the tooltip" I think that using 0x7FFFFFFF (over 24
days) will do just fine. :-)

Regards,
Rudy Wieser

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor