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)

[Resource] ToolTip Class (Updated: 14/08/07)
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. [Resource] ToolTip Class (Updated: 14/08/07)
ToolTip Class 2.0
Now: Without a dll!

Well, I finally got around to updating this, with a little nagging from Mattike :P


Change log:

Only two noticable differences from the first version:
  • No more _ToolTip.dll! - Thanks to Patchou changing the number of parameters allowed with Interop.Call from 9 to 12, I no longer need to use a dll to create the tooltip window!
  • ToolTip.Destroy(); - Just a new function that "does what it says on the tin", destroys the tooltip!

Example Usage:
code:
// Create your window.
var MyWindow = MsgPlus.CreateWnd('MyWindow.xml', 'MyWindow');
// Get a handle to the button
var MyButton = MyWindow.GetControlHandle("ExampleButton");
// Create the ToolTip window
var MyToolTip = new ToolTip(MyButton, "Text on tooltip", "ToolTip Title", TTI_INFO);

// Update the title of the tooltip
MyToolTip.Title = "New ToolTip Title";
MyToolTip.UpdateToolTip();


[Image: ToolTipExample.gif]


List of icon constants:
  • TTI_NONE
  • TTI_INFO
  • TTI_WARNING
  • TTI_ERROR
  • TTI_INFO_LARGE
  • TTI_WARNING_LARGE
  • TTI_ERROR_LARGE
  • Any HICON aquired through LoadIcon

Download ToolTip Class now!

.zip File Attachment: _ToolTip.zip (1.44 KB)
This file has been downloaded 374 time(s).

This post was edited on 08-14-2007 at 04:04 PM by Eljay.
01-06-2007 06:18 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Resource] ToolTip Class (Updated: 14/08/07) - by Eljay on 01-06-2007 at 06:18 PM
RE: [Resource] ToolTip Class - by hmaster on 01-06-2007 at 06:25 PM
RE: [Resource] ToolTip Class - by Thor on 01-06-2007 at 06:25 PM
RE: [Resource] ToolTip Class - by matty on 01-06-2007 at 06:26 PM
RE: [Resource] ToolTip Class - by Dempsey on 01-06-2007 at 06:32 PM
RE: [Resource] ToolTip Class - by the andyman on 01-06-2007 at 06:49 PM
RE: [Resource] ToolTip Class - by hmaster on 01-06-2007 at 07:33 PM
RE: [Resource] ToolTip Class - by deAd on 01-06-2007 at 10:03 PM
RE: [Resource] ToolTip Class - by Chestah on 01-06-2007 at 10:46 PM
RE: [Resource] ToolTip Class - by Matti on 01-07-2007 at 08:34 AM
RE: [Resource] ToolTip Class - by Felu on 01-07-2007 at 08:41 AM
RE: [Resource] ToolTip Class - by Eljay on 01-07-2007 at 08:47 AM
RE: [Resource] ToolTip Class - by Matti on 01-07-2007 at 09:41 AM
RE: [Resource] ToolTip Class - by the andyman on 01-08-2007 at 05:05 PM
RE: [Resource] ToolTip Class - by Eljay on 01-08-2007 at 05:09 PM
RE: [Resource] ToolTip Class - by Matti on 01-08-2007 at 05:10 PM
RE: [Resource] ToolTip Class - by CookieRevised on 01-08-2007 at 05:12 PM
RE: [Resource] ToolTip Class - by Matti on 01-08-2007 at 05:26 PM
RE: [Resource] ToolTip Class - by Flash on 02-24-2007 at 10:51 PM
RE: [Resource] ToolTip Class - by Flash on 03-18-2007 at 05:59 PM
RE: [Resource] ToolTip Class - by Eljay on 03-18-2007 at 09:00 PM
RE: [Resource] ToolTip Class - by Matti on 08-10-2007 at 04:48 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Eljay on 08-14-2007 at 04:06 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Matti on 08-14-2007 at 04:15 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Flash on 09-13-2007 at 02:43 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Matti on 09-13-2007 at 03:26 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Flash on 09-14-2007 at 09:46 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by matty on 09-14-2007 at 11:16 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Flash on 09-14-2007 at 10:52 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Flash on 09-16-2007 at 12:11 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Dempsey on 09-16-2007 at 08:41 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Flash on 09-16-2007 at 11:13 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by SmokingCookie on 07-15-2008 at 06:52 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by tribbium on 07-21-2009 at 08:36 AM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by SmokingCookie on 07-21-2009 at 03:23 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by V@no on 08-28-2010 at 10:57 PM
RE: [Resource] ToolTip Class (Updated: 14/08/07) - by Matti on 08-29-2010 at 06:57 PM


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