What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Contact singout script, need some advice

Contact singout script, need some advice
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Contact singout script, need some advice
You cannot show an image on the window.
You can check the length of the contacts Name property and see how long it is then you can resize and add "...".
code:
if (name.length > 10 /* change to whatever you want */) name = name.substr(0, 10/* change to whatever you want */) + '...';

This post was edited on 08-20-2007 at 01:54 PM by matty.
08-17-2007 01:07 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Contact singout script, need some advice - by scutterman on 08-17-2007 at 12:19 PM
RE: Contact singout script, need some advice - by matty on 08-17-2007 at 01:07 PM
RE: Contact singout script, need some advice - by scutterman on 08-17-2007 at 03:27 PM
RE: Contact singout script, need some advice - by scutterman on 08-20-2007 at 01:02 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