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:
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)
quote:
Originally posted by Mattike
You're doing it wrong. :P
code:
var MyToolTip = new Tooltip(...) //Just to make sure you know that MyToolTip is a ToolTip class. :P
//MyToolTip::Text is a property of the type String, so you don't need the brackets there. Besides, you can't place function calls on the left side anyway!!!
//So here are 2 ways to do it, a "long" method and a "short" one. :)

MyToolTip.Text = MyToolTip.Text + "\n" + Text; //Method 1
MyToolTip.Text += "\n" + Text; //Method 2
//And finally, you need to call UpdateToolTip to update the tooltip. ;)
MyToolTip.UpdateToolTip();
//That's it! :P


ok thx that work fine now, but u see my little bug?
My script: Psdp
09-14-2007 09:46 AM
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