What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Tooltip/Alt Text

Tooltip/Alt Text
Author: Message:
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. Tooltip/Alt Text
Is there a way to change the alt text when it is a non-unique one?

For example, I've changed it so that when you click on your display picture in the contact list it opens the display picture chooser, rather than the contact card.  I haven't, however, changed this in the chat window, as there is a display picture chooser easily available in there.

The tool-tip text for both of these comes from the same string, reaing "View your contact card".  However, I wish to change the one on the contact list to "Change your display picture" or something like that

Is this possible?

This post was edited on 12-18-2007 at 04:13 PM by djdannyp.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5232 days, 23 hours, 28 minutes, 18 seconds ago
12-18-2007 04:13 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Tooltip/Alt Text
Yes, you can specify what text is used for an element (or whatever you want to give a tooltip) using the AccDesc attribute. :)

Take a look at the style UIFILE for 923, and look for:
code:
usertileview[id=atom(idMainWndUserTile)]
{
AccName:rcstr(46486);
AccDesc:rcstr(44089);
}
The AccName describes the name of it, while the AccDesc is the tooltip. You can change that to:
code:
AccDesc:rcstr(46485);
and it will show something like "Your display picture. Click it to change it." (don't know the exact translation, I'm on a Dutch Messenger version) To look up this number, check "msglang_strings.txt" in the "Strings & Colors" folder of your extractions by Plus! Live. The strings are always preceded by a number, which you can use for anything and you can be assured that it'll work on every Messenger translation. ;)

This post was edited on 12-18-2007 at 05:23 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-18-2007 05:20 PM
Profile E-Mail PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Tooltip/Alt Text
If you want to have your own tooltip instead, it won't be translatable for different languages of Messenger. Do like this:
code:
AccDesc:"Tooltip here";
in the stylesheet.
12-18-2007 06:28 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
O.P. RE: Tooltip/Alt Text
Thanks, that exactly what i'm after.

I was looking in the definition file and WLM was having none of it!

Cheers
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5232 days, 23 hours, 28 minutes, 18 seconds ago
12-18-2007 10:20 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Tooltip/Alt Text
Otherwise create a new string/edit an existing string
12-18-2007 10:56 PM
Profile PM Web Find Quote Report
« 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