What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Resource] ToolTip Class (Updated: 14/08/07)

Pages: (4): « First « 1 2 3 [ 4 ] Last »
[Resource] ToolTip Class (Updated: 14/08/07)
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [Resource] ToolTip Class (Updated: 14/08/07)
isn't that just how tooltips work?  they disappear after a short time?
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
09-16-2007 08:41 PM
Profile E-Mail PM Web Find Quote Report
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
RE: [Resource] ToolTip Class (Updated: 14/08/07)
i dont know but if desapear automaticaly when i hold my mouse on he not reappear after repass my mouse on i need to upgrade the tooltip

This post was edited on 09-16-2007 at 11:14 PM by Flash.
My script: Psdp
09-16-2007 11:13 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [Resource] ToolTip Class (Updated: 14/08/07)
Hi,

I know it's a bit late, but would it be possible for you to make a "balloon" pop-up, like in Windows Vista? (see screenshot).

[Image: screenzb4.th.jpg]
07-15-2008 06:52 AM
Profile PM Find Quote Report
tribbium
Junior Member
**


Posts: 34
Reputation: 3
– / Male / Flag
Joined: Jul 2008
RE: [Resource] ToolTip Class (Updated: 14/08/07)
Hi,

I know it's a bit late, but it is possible for it to be a ballon pop-up.

In _ToolTip.js replace

code:
var TTS_NOPREFIX = 0x2;

with

code:
var TTS_NOPREFIX = 64;

note that this is definitely a hack but it'll work. If you really feel the need to, make a new variable

code:
var TTS_BALLOON = 64;

and replace every instance of TTS_NOPREFIX with TTS_BALLOON instead.
Are you and your friends trivia enthusiasts? Download Tribbium! http://www.msgpluslive.net/scripts/view/427-Tribb...ia-Gaming-System)/

Download questions for Tribbium here:
http://www.tribbium.tk
07-21-2009 08:36 AM
Profile E-Mail PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [Resource] ToolTip Class (Updated: 14/08/07)
Hi,

Thanks for the answer. I am currently in France though, so I,ll check it out when I am back home.

[offtopic]The weather is bad here so I guess I will be before the end of the week :(

And those AZERTY keyboards are weird![/offtopic]

This post was edited on 07-21-2009 at 03:26 PM by SmokingCookie.
07-21-2009 03:23 PM
Profile PM Find Quote Report
V@no
Full Member
***

Avatar
sexy

Posts: 162
Joined: Mar 2004
RE: [Resource] ToolTip Class (Updated: 14/08/07)
I can't seem to get this working on StaticControl type controls (aka simple text).

Any suggestions?
Thank you.
08-28-2010 10:57 PM
Profile PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Resource] ToolTip Class (Updated: 14/08/07)
quote:
Originally posted by V@no
I can't seem to get this working on StaticControl type controls (aka simple text).

Any suggestions?
Thank you.
Win32 Tooltips can only be attached to controls which expose a HWND. Labels don't have a HWND type property, so you can't pass it in the TOOLINFO structure to TTM_ADDTOOL.

You could cheat though, by listening to WM_MOUSEMOVE on the window and detecting when the mouse hovers the label. When this happens, you'd assign a tooltip to the window instead of the label. When the mouse goes out of the label rectangle again, you'd remove the tooltip from the window. As you may have guessed, this is considered to be a pretty nasty workaround. :P
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-29-2010 06:57 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 2 3 [ 4 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On