What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Buttons

Buttons
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Buttons
The code I wrote you just need to delete these 2 lines:

Javascript code:
    if (Messenger.MyName !== '')        Wnd.Combo_AddItem('NamePm', 'Name');
    if (Messenger.MyPersonalMessage !== '')        Wnd.Combo_AddItem('NamePm', 'Personal Message');

Change to :
Javascript code:
    Wnd.Combo_AddItem('NamePm', 'Name');
    Wnd.Combo_AddItem('NamePm', 'Personal Message');


quote:
Originally posted by c_clarky_89
and when i want to change the letters or symbols i dont know how to change them :(
You dont need to do anything aside from add another button that follows the name of BtnChar.

As for your question:

Don't assign the variable of the window to the same name as a parameter passed...
Meaning create another variable to store the windows object in. Or the window has an error and wont create...

This post was edited on 01-26-2010 at 07:58 PM by matty.
01-26-2010 07:50 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Buttons - by c_clarky_89 on 01-25-2010 at 05:45 AM
RE: Buttons - by matty on 01-25-2010 at 02:06 PM
RE: Buttons - by c_clarky_89 on 01-26-2010 at 01:48 AM
RE: Buttons - by matty on 01-26-2010 at 02:19 AM
RE: Buttons - by c_clarky_89 on 01-26-2010 at 02:33 AM
RE: Buttons - by matty on 01-26-2010 at 03:53 AM
RE: Buttons - by c_clarky_89 on 01-26-2010 at 03:57 AM
RE: Buttons - by matty on 01-26-2010 at 12:42 PM
RE: Buttons - by c_clarky_89 on 01-26-2010 at 03:32 PM
RE: Buttons - by matty on 01-26-2010 at 03:44 PM
RE: Buttons - by c_clarky_89 on 01-26-2010 at 07:22 PM
RE: Buttons - by matty on 01-26-2010 at 07:50 PM
RE: Buttons - by c_clarky_89 on 01-27-2010 at 05:58 PM
RE: Buttons - by matty on 01-27-2010 at 06:34 PM
RE: Buttons - by c_clarky_89 on 01-28-2010 at 03:22 AM
RE: Buttons - by matty on 01-28-2010 at 04:36 AM
RE: Buttons - by c_clarky_89 on 02-04-2010 at 06:41 AM
RE: Buttons - by matty on 02-04-2010 at 01:51 PM
RE: Buttons - by c_clarky_89 on 02-05-2010 at 09:09 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